[android-beginners] Custom multiselect dialog

2010-05-10 Thread skalluraya
Hi All,
I want to create a multiselect dialog. Andorid's multiselectbox
accepts only the character String array and displays the text view
with checkbox for each item. But i want an added image to each item at
the left side of the item. How can i go about it.

-- 
You received this message because you are subscribed to the Google
Groups Android Beginners group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


Re: [android-beginners] Custom multiselect dialog

2010-05-10 Thread TreKing
On Mon, May 10, 2010 at 2:18 AM, skalluraya skallur...@gmail.com wrote:

 How can i go about it.


Try setting a custom adapter on the listview in the dialog.

-
TreKing - Chicago transit tracking app for Android-powered devices
http://sites.google.com/site/rezmobileapps/treking

-- 
You received this message because you are subscribed to the Google
Groups Android Beginners group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en