Android: CalendarView OnDateChangeLIstener

前端 未结 5 1034
醉话见心
醉话见心 2020-12-03 21:08

I\'ve already implemented this listener in order for me to display something when a certain date is clicked, but the problem is that when i scroll the CalendarView down, it

5条回答
  •  误落风尘
    2020-12-03 21:59

    Maybe my solution to my previous problem will give you some idea. When I pick a date from the calendar view, a google map is displayed showing the route that I walked for that date. Because the latitude and longitude are retrieved from database, so I query the database for that date and if there's no record the app pops up a toast message. Otherwise it shows a google map with the route.

提交回复
热议问题