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.
リストビューから検索バーを介して要素を検索するアプリを開発しています。その後、リストビューは検索された要素の位置に自動的に移動します。
ID値に基づいてそれを行い、次に
getListView().setSelection(2);
ここで 2 はランダムな値で、変数にプログラムできます。
スクロールをスムーズにしたい場合:
getListView().smoothScrollToPosition(2);
おー!データベースからリスト ビューを作成していると仮定します。