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.
ギャラリーがあり、アクティビティを起動するときにデフォルトで選択されたアイテムを設定したいと考えています。
目標は、最初のアイテムの内容が自動的に表示されるようにすることです。
とにかくこれを行うことはありますか?
答えはたくさんあります。
使用方法setSelection(position, animate)
setSelection(position, animate)
次の方法を使用します。
gallery.setSelected(true); gallery.setSelection(position);