Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ドローアブルを SDcard (カスタム フォルダー) に保存し、保存したアイテムのパスを追跡していると仮定して、後でそれを取得するにはどうすればよいでしょうか。
ありがとう、ファイサル
インターネットから画像をダウンロードしたいと思いますか?
を使用FileOutputStreamして画像を保存しFile.mkdirs()たり、SD カードにカスタム ディレクトリを作成したりできます。
FileOutputStream
File.mkdirs()
後でイメージをロードする場合は、 を使用できますBitmapFactory.decodeFile(String pathName)。
BitmapFactory.decodeFile(String pathName)