/Using_Diff_Utils_In_a_Recyclerview

This is an application that displays a list of disney character in a recyclerview using DiffUtil

Primary LanguageKotlin

Using DiffUtils In A Recyclerview

This is an application that is part of a technical article. You can read the article from Using DiffUtil In A RecyclerView

Table Of Contents

About the App

The app displays a list of Disney character names and images using DiffUtils:

General Preview

Permissions

You need to allow the internet permissions before running the app:

Installations

Clone the project

    https://github.com/Njumbi/Using_Diff_Utils_In_a_Recyclerview.git

Run Project

Go to android studio compile and install dependencies

Run the app on your emulator or device

Dependencies

  • Retrofit/Gson

  • Glide

  • HILT

  • Coroutines

  • view binding

  • Live Data

Contributing

Contributions are always welcome!

See contributing guidelines for ways to get started.

Please adhere to this project's code of conduct.

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -m 'Add some feature')
  4. Push your branch (git push origin my-new-feature)
  5. Create a new Pull Request

License

MIT