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.
データが動的に追加されているリストビューがあります。ボタンをクリックすると、別のアクティビティに移動し、リストビューが表示されます。ボタンのクリックでリストビューの最後の要素を表示したいですか? どうやってするの?
次のようにして、リストビューの一番下までスクロールできます。
listView.setSelection(listAdapter.getCount() - 1);