hi the following image is the UI of the date picker i am currently using
But i want the date picker to be as follows
the second one is the image of an iPhone App. how can i get like this. Is there any possibilities. pls help me....
Take a look at this..Click Download and Download the Wheel zip..
Related
I am an newbie in android / java topic so thanks to you all who responds and helps me! :)
So I am looking for a specific function to my android app.
I want my app to enter website (even in the background, not in webview) and scrape (copy) button code (for example URL of the button) / OR specific text.
Regarding text (as it would be easier to explain), there are a website where texts appears:
Hello, today is <name of today's holiday>. And I want to scrape this name of today's holiday. Every visit, it is changing.
And I want to use it later in my code, so I guess we need to store it somehow (as a variable?).
So, we need to:
enter a specific URL in the background
copy specific text
store it in the app and for example, show it in the app.
Thanks all for replies!
screenshot1
screenshot2
I want a custom calenderview like these images and when we tap on any date it should show the selected date. I have done a lot research on this but I could not find any way to make a calenderview like this. please help me out, Thanks in adavnce.
Take a look at this library - https://github.com/prolificinteractive/material-calendarview
It's got exactly what you need.
Use DateTimePicker library, more details here :
DateTimePicker
I am working on java and i want to make my java GUI display data like this.
What component or what layout should i use?
First, i think i should do something with JTable to display the table like this.
Second, in each day in this calendar it is clickable. and I think I'll use JButton.I'm not sure if it's ok.
third, the most top of the calendar, i have no idea how to make it display like that.
I want to make a custom date-picker for android and I need to change something in datepicker.class file in android.widget package. In fact, I want to change the year and month for solar hijri calendar.
I found source code of datepicker.java in http://alvinalexander.com/java/jwarehouse/android/core/java/android/widget/DatePicker.java.shtml - but I don't know how to change and replace it with default android class. Does anybody know how to do this?
The dirty way to do this is to copy the source code for the datepicker class, and rename/modify it as your own class for the hijri calendar. You could then import or extend this new class to work with your code.
You could use this custom view which implement jalali date on it
https://github.com/alibehzadian/PersianDatePicker
you could just copy the classes ,layout , values on it and paste them in your project and now you have datepicker for jalali date jsut follow the usage instructions on the provided link
I've got a DateTime (SWT.TIME) and want to know if the hours or minutes or seconds are selected.
I would like to get this information because I want that the User can scroll the mouse wheel in order to change the selected values accordingly.
Unfortunately I couldn't find any way to get the selected element of the DateTime Control. Does anybody have an idea?
DateTime provides many methods for getting the selected date. Like getHours, getMinutes, getDay, and so on. It's unclear to me what's your exact question, but appropiate setters are there as well.