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.
画像の配列を提供できるiOSのUIImageViewメソッドに相当するAndroidはありますか?その後、画像を循環しますか?スライドショーやGIFのように。
そうでない場合、この動作を模倣する最良の方法または制御は何ですか?
2セント投入します...
これを行うために an を使用できなかった理由がわかりませんArrayList<ImageView>。任意のタイプのオブジェクトを追加でき、リストを簡単に切り替えることができます。独自のメソッドをすぐに作成できます。(覚えておいてください、私はどのようにUIImageView機能するかわかりません)
ArrayList<ImageView>
UIImageView