I'm looking for a better time-picker component (Better that the default one), does someone can tell me where i can find one (even better if it's for free) ?
Thanks,
Lior
The wheel date and time picker is useful in every situation when the user has to set the time or date. it provides a more fun way of setting date and time than the standard plus-minus way. If you want your users to be able to set the time using the keyboard, consider using the plus minus date and time picker.
Follow Two Link:
Android-wheel: http://code.google.com/p/android-wheel/
Demo: http://code.google.com/p/android-wheel/downloads/list
I'm not sure what you mean by better. If you are looking for something with a more polished UI you can always try this: http://android-devblog.blogspot.com/2010/05/wheel-ui-contol.html
you can find clock picker at this link:
ColorPicker
bootstrap3 clock picker Not coordinating with internet explorer
Related
First of all, I know that there are many questions like mine. However, I cannot understand that solutiona or they just doesn't work. So, I don't need the date and time from DEVICE. I need the real date and time in the Asia/Tashkent. Also i tried the way with
DateFormat.getDateTimeInstance():
This one shows device date and time too. In other words I need the date which user will not be able to manipulate by changing device date. At least just advice some useful APIs e.t.c.
I know that there is a lot of such kind questions. Also, please, explain which part of the code is used for what.
This solution seems simple to me. Give it a try.
I'm trying to code a calendar page that highlights certain days with events on them. The calendar also needs to be able to disable certain dates from being clicked, such that the user is unable to select those dates. The designs of the calendar page are as follows:
I've looked for tutorials but was unable to find any that fits the requirements of my app, without using a library. Is there really no way to achieve this without the use of a library? And if I do have to use a library, how should I go about integrating it in this Xamarin application?
Any help or advice to point me in the right direction would be greatly appreciated. Thanks!
Your requirements can take time to implement, using a 3rd-party Library is what you might be looking for.
This library: XamForms.Controls.Calendar has some great controls as what I can see will suit your needs, over all it has a great documentation so give it a try!
Did you try the below link ?
https://github.com/rebeccaXam/XamForms.Controls.Calendar
There other UI library controls which you might be interested in
Xuni http://www.goxuni.com/672835-a-deep-look-at-the-new-xuni-calendar-control/
Syncfusion https://help.syncfusion.com/xamarin/sfcalendar/getting-started
Telerik http://www.telerik.com/xamarin-ui/calendar
I have created a custom calendar earlier which is very simple and show Month and Year view.You could give it a try.
You can check out the code from here:
https://github.com/bhavya27/BXCalendar
Blog: https://medium.com/#bhavyajoshi2793/custom-calendar-in-xamarin-for-android-ios-windows-578f1136daec
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 know I can use TimePicker to select time in android. But, I have to pick a time interval like from-to. Ex 03:00 AM-09:00 AM.
I have seen a something like in the following figure.
I came to know it is RangeSeekBar. I don't know how to use it to select time range and don't know how to set RangeValues to this RangeSeekBar. If anybody familiar with this custom widget means please do help me. At this moment I'm stuck in my project because don't know how to implement this. Thanks.
Hi can any tell me how to get a control similar to the minutes control in time picker control. Is there any other way of achieving it. All that i need is just the minutes selector.
Thanks in Advance
This post may help explaining how to use a NumberPicker Widget: Is there a view for inputing integers in Android?