I need to create a Bi-directional spinner in Android .
Providing the following sample:
Can anyone provide any inputs ?
Thanks in Advance.
Does this help?
Android Number Picker Dialog
I'd agree with #Matt that a number picker is probably the best way. I wouldn't try and exactly duplicate the look of a windows form, as on a touch screen those up/down arrows are going to be very small.
If you really want the up/down functionality and are planning on using much larger buttons then you just need a couple of onClickListeners, one to increment the value and one to decrement.
Related
I want to create below type of custom range picker in flutter
I have tried use below library but i haven't found way to modified them
https://pub.dev/packages/flutter_date_pickers
https://pub.dev/packages/flutter_calendar_carousel
https://pub.dev/packages/calendarro
Is there any way to create these type of range picker in flutter?
Can any body guide me or give any hint how can i achieve these?
If need more information please do let me know. Thanks in advance. Your efforts will be appreciated.
I think you'll have to write it yourself. These packages are not customisable enough to create exactly what you want.
You can off course take a look at their code to see how they've done it.
Maybe even extend some classes to override certain functionality if the package allows that.
I want to create a custom calendar in which user can select multiple dates while touching from one start date to another end date in one move.
something like u can see in the image above. How to achieve this? any idea or source please suggest. Thanks in advance !! :)
EDIT: I'm sorry but android CalendarView doesn't support this feature. You can't select multiple dates in it.
Maybe you should look for some kind of third party library to do that.
I'm building a app and I want to create grouping of my settings for the app, like you can do with a Preference Screen. I'm using the Support Design Library to be able to use Floating Labels and so on.
I've been searching like crazy but can't seem to find any answer...
Hope someone here knows how to do this and can help, and hope you understand what I want to do, despite my rusty english :)
I would like the below image but not using the "PreferenceActivity".
Thanks in advance.
ok so im making a lovely little app for my phone that will let me convert bases. This would make my APCS homework much better and provide me some practical and useful coding experience.
I see lots of questions concerning the time and date pickers but that is not what i am looking for. For example, on iOS, if you press on something that is almost like a dropdown menu you can scroll through the selections and choose which one you want. Any ideas?
How about a spinner?
I am trying to design a widget which looks like the "spinning wheel" (I am not sure it is appropriate name for it) widget that you can use to set up alarms or counters on the clock app provided with HTC Hero.
For those who do not know this application, this widget is made up with wheels that you scroll to specify hours, minutes, seconds.
I think it could be something like a kind of listview with a mask on it that isolate the selected element or a costumized timePicker but I do not manage to implement my widget from them and I did not find any tutorial on this topic.
Is there an easy way to do this based on ListViews?
Anyone has got an idea?
Thanks !
Hey there, there is one project doing this already, downloadable here.
And thats not the only project of it's kind. En plus, here is a tutorial about how to create such a wheel urself.
Cheers,
Ready4Fajir