Time and date operation example of Android Development
I believe everyone is familiar with the time and date setting of the mobile phone. Today, let's give an example of the time and date setting. There are some imperfections, such as how to synchronize the set time and date with the mobile phone system. Interested readers can improve it according to their own experience.
Now let's take a look at specific examples, hoping to help you.
The first is the time setting:
The. Java file (mainactivity. Java) code is as follows:
The code of the layout file (activity_main. XML) is as follows:
The operation effect is shown in the figure below:
The date setting and time setting are basically the same and will not be repeated here. Readers can debug and improve the sample code of this article. I believe there will be new gains!