python748 / alternate-java-bridge-library

Automatically exported from code.google.com/p/alternate-java-bridge-library
Apache License 2.0
0 stars 0 forks source link

elements from DoubleList function for listpicker. #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I am looking for a way to easily make a listpicker use a DoubleList to populate 
properly for allowing a 2 list view such as android.r.layout.simple_list_item_2.

so it would work that you have a DoubleList called myDoubleList and a 
listpicker call myListPicker and you would do

myListPicker.ElementsFromDoubleList(myDoubleList) {
   //This, just like the elements from array feature would populate the         listpicker properly to handle a 2 item list view
}

Original issue reported on code.google.com by bric...@gmail.com on 11 Mar 2012 at 1:17

GoogleCodeExporter commented 8 years ago
Added a second TwoLine method which allows you to use a DoubleList to populate 
the ListPicker.

Original comment by IMPINC...@gmail.com on 13 Mar 2012 at 9:53