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ヒントを表示する子ビューが少なくとも 1 つある瞬間をキャッチする必要がありlistView.getChildAt(0)ます。このイベントをキャッチするにはどうすればよいですか?
ListView
listView.getChildAt(0)
カスタム アダプターを作成し、アイテムが追加されるとすぐに、アダプターの作成中に登録したリスナーを呼び出すことができます。