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

Please make components compatible with ListPickerActivity (or ListActivity) #154

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
For about a week I have been messing around with trying to expand on the 
capability of ListPickerActivity.  Mostly being able to make a custom layout 
and interact with those components.  As an example, in your "Custom Picker" 
example, picker #2, you provide a layout with a listview and a seekbar and 
label on top of it.  You provide us a way to set this list view.  That is very 
useful, although you don't provide a way to interact with the components in 
that layout.

After trying a number of things including creating my own ListPickerActivity 
and ListPicker classes, i am still unable to get the components to play nicely. 
 It appears there is no constructor for the bridge components that would allow 
them to work in a list activity.  As such, I am reduced to working with the 
built in android components and lose the whole convienance of the bridge itself.

So What I am asking for, is for the bridge components to be able to work in 
ListPickerActivity, or ListActivity.

O

Original issue reported on code.google.com by bric...@gmail.com on 13 May 2013 at 6:40

GoogleCodeExporter commented 8 years ago

Original comment by bric...@gmail.com on 12 Jul 2013 at 8:54