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.
私のftpサーバーから音楽をストリーミングするAndroidアプリに取り組んでいますが、オーディオファイルを含む特定のフォルダー/ディレクトリにアクセスし、オーディオファイルをリストし、それらをストリーミングする方法について、誰かがコード、アドバイス、またはチュートリアルを提供できるかどうか疑問に思っていました私のアプリ、それが可能かどうかも。ありがとう
I have an Object that sometimes contains a List<Object>. I want to check it with instanceof, and if it is, then add some elements to it.
Object
List<Object>
instanceof
void