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.
Androidを使用すると、を介してアセットフォルダ(たとえば、フォントがあります)にアクセスできますgetAssets()。ただし、そこに何が含まれているかを調べて、アセットの動的リストを取得する方法がわかりません。
getAssets()
これは不可能ですか?そうでない場合は、フォントなどを保持するための別の場所があります。これにより、実行時にそこにあるものの動的リストを取得できますか?
AssetManager.list(String path)指定されたパスにあるすべてのファイルを返すメソッドを使用できます。
AssetManager.list(String path)