Hello,
I'm wondering what is the best view to use in order to do the following: I have a Map containing some keys and values (Name and PhoneNumber). When user presses a button, I need to display a list with all the items. For each item, I'd like to display the Name in bold and, in a line below, the phonenumber not in bold. When user does a long click over an item, a popup menu should appear with the ability to delete that item.
In other words, a simplified version of the Call Log that already exists in Android. What is the best way?
Thanks!
Paul