Use your own adapter then: AlertDialog.Builder.setAdapter
And get the elements directly from a Cursor, or from any other data structure.
-- Kostya 14.07.2011 15:25, kamiseq пишет:
heh, ok, but first you need to get array(list) of Element objects from db with ids) then rewrite it to array of CharSequence and when user clicks on item search for Eleement object in first list..... this should be far easier ;] thanks for answers!
-- Kostya Vasilyev -- 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

