I am a beginner. I am making an education app which will read out the alphabet name when someone touch them.
For that I want to fill the gridview with alphabets. Can you tell me how to do this. Which adapter to use
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
you could just use an ArrayAdapter and add the alphabet in a List or String[] to it.
An example how to use the GridView can be found here.