I'm trying to make the date cells focusable so that they have to be clicked twice before firing a new intent to add events (similar to how the default android calendar app handles it). How would I go about implementing this? Do I have to create a custom listener like you did with onDayClickListener or is there another way to do this?
I'm trying to make the date cells focusable so that they have to be clicked twice before firing a new intent to add events (similar to how the default android calendar app handles it). How would I go about implementing this? Do I have to create a custom listener like you did with onDayClickListener or is there another way to do this?