api - how to create full functionality of calendar in android? -


it seems android calendar api not available. can please give me tips , tricks creating similar thing.just creating events,meeting, birthday etc.. , notification when event occurs. , layout should similar to-our in-built calendar give me ideas or hint , logic?

to send notifications, read creating status bar notifications.

to create layouts, read declaring layout, common layout objects, , hello gridview. there equivalent introductory tutorial each layout type.

you can access calendar events through data api. however, android specific calendar apis not part of public android sdk. thus, could access them, highly recommended not since change in future versions of os.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -