How to create full calendar functionality in android?

Android cani airlines seems to be unavailable. Could you give me some tips and tricks for creating such a thing. Just like creating events, appointments, birthday, etc., as well as event notification. as well as the layout should look like our built-in calendar, give me some ideas or a hint of appearance and logic?

+6
android api layout calendar
source share
1 answer

To send notifications, read the creation of status line notifications .

To create layouts, read the layout declaration , common layout objects, and hello GridView . There is an equivalent introductory tutorial for each type of layout.

You can access calendar events using the data API . However, the special APIs for Android are not part of the public Android SDK. This way you can access them, but it is highly recommended that you do not, as they may change in future versions of os.

+3
source share

All Articles