android - How to create custom calendar with event management? -
my requirement:- trying make app have calendar functionality, when user opens app, calendar opens same google calendar. receive events web service , have show events according date in calendar. if event on date should color block event time, , if multiple events there, have show multiple color blocks each 1 events.
i here piece of advice. can default libraries or api's? because have read android api's calendar
, calendarview
, calendar-provider
, calendarcontract
. no 1 tells how can show events in own calendar.
so trying custom calendar. able create custom calendar using gridview
.
.
i want events
.
btw minimum android support android v4.0
can default libraries or api's?
no. calendarview
more of alternative date picker datepicker
.
extendedcalendarview
looks more in line seeking.
Comments
Post a Comment