Add a filter-list in 'HomeFragment' with three fields: 1. All 2. Solved 3. Unsolved It will filter out the report list with the selected filter, based on the boolean value of 'isResolved' variable in 'ReportWithAuthor.java'. 