android - How can I change the color of a specific date in calander view -
let's assume on 3rd of may there's event, , want app change color of date remind me event.. thanks
{ @override public void onselecteddaychange(calendarview view, int year, int month, int day) { // todo auto-generated method stub } });
Comments
Post a Comment