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并用 String 或 Character 填充它来表示每个字母。
您可以只使用 ArrayAdapter 并将字母表添加到 List 或 String[] 中。
可以在此处找到如何使用 GridView的示例。