Hi developers,

This is my first post in this group and I'm looking forward that this
community can help me in gathering information in android development.

I am currently developing an application that has a contact list
feature. However, I can't just call or use the existing contacts
activity for some reasons so I decided to develop my own. This
application is quite simple. It is composed of 2 activities (list
activities) for (1) list of contacts and (2) list of phone numbers (of
selected contact). Creating a list is quite simple. I used the
"Contacts" content provider for retrieving data and
SimpleCursorAdapter class for populating my list. However, I want my
"list of phone numbers" be the same layout as the default emulator
contact details list. I was able to display a list with images on each
list item (based on this tutorial http://www.androidsnippets.org/snippets/125/)
but I can't separate the focus for my imageview (the separation of
focus during onClick is my main problem). What I want is whenever I
click the image icon on the right side of "each" list item, i focuses
on itself. Exactly the same as the "Contacts" app (details screen) of
the android emulator.

Any advice on this? Please help. I've been searching bout this for
weeks and now.

I'm just a newbie on android so please be gentle.

Thank you and God bless!

-- 
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