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.
検索ボタンの押下を処理するフラグメントがGridViewあります。TextViewこれどうやってするの?onKeyListenerフラグメントのレイアウトにバインドすると、呼び出されません。
GridView
TextView
onKeyListener
私の提案は、アクティビティ側で処理してから、フラグメントに委任することです。検索が要求されたことを伝えるには、オーバーライドonSearchRequested(ドキュメントを確認) し、フラグメントでメソッドを呼び出す必要があります。その後、フラグメントはそれに応じて自分自身を更新できます。
onSearchRequested