Android Question NumberPicker

fireday

Member
Licensed User
Longtime User
hi all

where i can take NumberPicker, like on a picture ?
T5tGtV51.png


and, pls, give link to tutorial on how to create my own control

p.s. sry for my eng

p.p.s. i already try to find solve by searching on forum
 
Last edited:

fireday

Member
Licensed User
Longtime User
already found example of Custom View (CustomViewDemo in user guide)

now i have first question, where is NumberPicker and another controls ?

As I know NumberPicker its android API 11

how i can use API controls ?
 
Upvote 0

fireday

Member
Licensed User
Longtime User
sry, u all right, - i have troubles with attention in the analysis of the English text, my mistake

good dialogs!

but, i anyway want see basic android controls, how i can use it?

T5tGtV5e.png
 
Last edited:
Upvote 0

fireday

Member
Licensed User
Longtime User
why no answer ?

i think i have basic question - how to create API android controls? ...
its very important, is it ?
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

fireday

Member
Licensed User
Longtime User
With javaobject you can access views, yes. BUT the must exists and in fact there is no such view you could access.

So i guess javaobject will not help here.
I think - i probably understand, thx

Use two buttons. one for + one for - and a label between them... on + you increase the value shown, on # you decrease...
yes, i know. but its not good solution, becouse i need more then one control, and, in future maybe its need one more time
how i can create own controls? i see u make many libs, cool libs! pls tell me how do it, and i will try to write NumberPiker lib and share it. thx
 
Upvote 0
Top