RecyclerView used to display countries. Features inclue:
- Search View to filter country
- ItemTouchHelper to swipe left to delete and swipe right to update
- SwipeRefreshLayout to recover deleted country items
Credit: CodeWithMazn
Demonstrates the use of SearchView, ItemTouchHelper, and SwipeRefreshLayout to interact with list of items displayed using a RecyclerView.
Kotlin
RecyclerView used to display countries. Features inclue:
Credit: CodeWithMazn