This is an application that is part of a technical article. You can read the article from Using DiffUtil In A RecyclerView
The app displays a list of Disney character names and images using DiffUtils:
You need to allow the internet permissions before running the app:
Clone the project
https://github.com/Njumbi/Using_Diff_Utils_In_a_Recyclerview.git
Go to android studio compile and install dependencies
Run the app on your emulator or device
-
Retrofit/Gson
-
Glide
-
HILT
-
Coroutines
-
view binding
-
Live Data
Contributions are always welcome!
See contributing guidelines for ways to get started.
Please adhere to this project's code of conduct
.
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -m 'Add some feature')
- Push your branch (git push origin my-new-feature)
- Create a new Pull Request