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.
基本的に、特定のデータ型を受け入れるように EditBox を設定できます。android:InputType="number". アルファベットで入力すると、その文字は EditBox に追加されない、つまり何のアクションも起こらないとします。私が欲しいのは、「アルファベットは許可されていません」と定義するトーストを表示する必要があるということです。どのようなコードを試すことができますか?
android:InputType="number"