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.
私は初心者です。私は、誰かがそれらに触れるとアルファベットの名前を読み上げる教育アプリを作成しています。
そのために、グリッドビューをアルファベットで埋めたいと思っています。これを行う方法を教えてください。どのアダプタを使用するか
ArrayAdapterを使用し、文字列または文字を入力して各文字を表します。
ArrayAdapter を使用して、List または String[] にアルファベットを追加するだけです。
GridView の使用方法の例は、こちらにあります。