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...
blog.tejpratapsingh.com2 min read