Inkybro
Lurker
Hello,
I just got started with Android. I looked on Google for about twenty minutes but can't find what I'm looking for.
I successfully created a Button in my layout XML and created an onClickListener for that button (using findViewById()). Now, when I try to use the same function to find the ImageView id, it won't find it.
When I enter the R.id and let the auto-complete show suggestions, I see Button01 but not the ImageView01.
I appreciate your time and support, in advance =]
I just got started with Android. I looked on Google for about twenty minutes but can't find what I'm looking for.
I successfully created a Button in my layout XML and created an onClickListener for that button (using findViewById()). Now, when I try to use the same function to find the ImageView id, it won't find it.
When I enter the R.id and let the auto-complete show suggestions, I see Button01 but not the ImageView01.
I appreciate your time and support, in advance =]