I have a ListView, and I want to do something special with the first
item in the listview.

So, I setup an adapter, an item in separate xml a java wrapper for the
item and I have a "render()" method.

Inside my render method, I realized that I can't do something like
"findViewById(R.id.test)" because all the items in the listview have
the same id.  How can I get just the first item?

tia.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to