写真を保存して/data/data/my.package.name/files/mypicture.png
いて、レイアウトにロードしたいのですが。
これを試しましたが、機能しません。
File filePath = getFileStreamPath("pictureIWouldLikeToLoad.png");
ImageView img = new ImageView(getApplicationContext());
img.setImageDrawable(Drawable.createFromPath(filePath.toString()));
ViewGroup picturesLayout = (ViewGroup) findViewById(R.id.layout_pictures_area);
picturesLayout.addView(imgView);
それがどのように機能しないのかわかりませんが、誰かが私に理由を説明できますか?それで、私が何をしたいのか?コンテンツプロバイダーが必要ですか?これを行う簡単な方法はありますか?