Code Monkey home page Code Monkey logo

cats-paging-3's Introduction

Demo App with two examples for the upcoming Jetpack Paging 3 library

The App uses the The cat API to fetch an endless list of random cat images and lets the user select their favourites.

Explore tab

Displays an endless list of random cat images by using the API as the single PagingSource. The paged API data gets transformed into an UI model and displayed right away. See: CatRepository -> RandomCatImagesPagingSource -> ExploreViewModel -> ExploreFragment

Favourite tab

Displays the user's favourite cat images in a theoretically endless list. Here, the favourite image models are picked up through the API and getting cached via Room. The single source of truth is the database, but its contents are updated via API calls. See: CatRepository -> FavouriteCatImagesRemoteMediator and ImagesDao -> CatRepository -> FavouritesViewModel -> FavouritesFragment

Misc

  • Loading and error states are observed and displayed
  • "Retry" behaviour if an API call failed

To run and test it locally, get your own API key here and put it into the respective property in the Constants.kt.

cats-paging-3's People

Contributors

sebschaef avatar

Stargazers

Josphat Mwania avatar Zeeshan rasool avatar

Watchers

 avatar

Forkers

tusharbapte

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.