I have an android studio project with SQLite Room database. There is a table column that contains the date. I want to add several dynamic fragments according to the date and filter data month-wise, day-wise, year-wise, etc.
How do I add tabs and fragments like this using ViewPager.

https://developer.android.com/guide/fragments/create
If you need further help. Post your code and explain what isn't working. I'll be glad to help.