开发者

showing Alphabets in spinner

开发者 https://www.devze.com 2023-02-19 17:44 出处:网络
Howdy, I am writing a GRE app on android.i am new in this arena. I want to show all the alphabets in the spinner control. what is best way to do it and how can I do it. Can some share the code.

Howdy, I am writing a GRE app on android.i am new in this arena.

I want to show all the alphabets in the spinner control. what is best way to do it and how can I do it. Can some share the code.

开发者_Python百科

Like in .NET , i would have filled an array with all the chars A-Z. then have called toChar and bind it with combo control.

I dont how to did the same think java and android ?


Do a search first, Anyway here is the tutorial http://developer.android.com/resources/tutorials/views/hello-spinner.html

0

精彩评论

暂无评论...
验证码 换一张
取 消