Compose でのタップと入力
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
ユーザーはさまざまな方法で Android アプリを操作します。たとえば、以下のように操作します。
- 指でボタンをタップする。
- 物理キーボードを使用して画面間を移動する。
- 画面キーボードを使用してメールアドレスを入力する。
Compose には、こうした使用場面をサポートする機能が数多く組み込まれていますが、シナリオによっては、デフォルト動作をカスタマイズまたは拡張する必要があります。このセクションでは、ポインタ入力、フォーカス、操作の処理について詳しく説明します。
このページのコンテンツやコードサンプルは、コンテンツ ライセンスに記載のライセンスに従います。Java および OpenJDK は Oracle および関連会社の商標または登録商標です。
最終更新日 2025-08-27 UTC。
[null,null,["最終更新日 2025-08-27 UTC。"],[],[],null,["Users interact with Android apps in various ways. For example, they can:\n\n- Tap on a button with their finger.\n- Navigate through a screen using their physical keyboard.\n- Enter their email address using the on-screen keyboard.\n\nCompose has a lot of built-in support for these use cases, but in some scenarios\nyou need to customize or extend the default behavior. In this section, you\nlearn more about [pointer input](/develop/ui/compose/touch-input/pointer-input), [focus](/develop/ui/compose/touch-input/focus), and [handling interactions](/develop/ui/compose/touch-input/user-interactions/handling-interactions)."]]