Trying to loop through my array of ImageViews, ran into the problem when it came to finding the position of the resources. The pic below shows the problem!

Does findViewById take strings? How would I go about this?
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.
findViewById takes an int which you reference by using the auto-generated R class to reference your resources that are statically transformed into int representations. To loop through them you’d have to do: