Android: How to create Custom Calendar with RecyclerView
Post inspired by RecyclerCalendarAndroid Lib RecyclerView The theory is simple, we need each day of the calendar rendered as one cell of the RecyclerView. To achieve this, we need to first prepare list of all dates, but there is a problem, we are mi...
Feb 3, 20232 min read623

