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、次のように使用します。
setSelection
position = data.lenght() - 1; listView.setSelection(position);