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.
Androidでリストビューを作成して、リスト項目をクリックしたいときに展開して詳細を表示する方法は?
以下のメソッドをオーバーライドするだけです
setOnChildClickListener(ExpandableListView.OnChildClickListener onChildClickListener) setOnGroupClickListener(ExpandableListView.OnGroupClickListener onGroupClickListener)
この内部で、子またはグループアイテムをクリックすると、必要なものにアクセスできます