cancel
Showing results for 
Search instead for 
Did you mean: 

Drop Down in Emulator...

former_member192971
Participant
0 Kudos

Hello All ,

    I would like to display charts in Emulator , So My requirement is to display the charts based on the selection of values which should be done using a drop down menu . So How to setup a drop down in Android Emulator for the selected columns/fields from the Database table .

     It would be helpful if anyone send me a link or sample example regarding this....?

Thanks,

UK.

Accepted Solutions (0)

Answers (1)

Answers (1)

midhun_vp
Active Contributor
0 Kudos

Are you talking about HWC application or a native application?

In the HWC application you can use it though choices control available in the workspace.

For native you can find a nice example here, http://www.mkyong.com/android/android-spinner-drop-down-list-example/

-Midhun VP