I want to know any way I can customize picker .in android there they are giving some hints that it can be done in here
but I can’t find any tutorial. basically, I want to create a city picker and I want to knew that is there any way to do so. I really want some consistency in my app because I m already using date and time picker and I need to create the same theme picker.
So is there any way to do this?
found the solution i was amazed that it was so easy and no one ever pointed it out . we just have to use a numberpicker and give the value . to get the value i have to just add a listener
when i was showing some value it was continuously showing the softkeyboard just add
this line so keyboard is not showing any more.