Android Question Text with two bitmatps

anaylor01

Well-Known Member
Licensed User
Longtime User
What can I do to have a value from a database and then an EDIT and DELETE icon on the same line?
 

anaylor01

Well-Known Member
Licensed User
Longtime User
I guess something like a listview with a text value retrieved from a database and two bitmaps on the same line. One bitmap of an edit icon and one of a delete icon
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
You can use a CustomListView to archieve this layout.
 
Upvote 0
Top