• Stars
    star
    134
  • Rank 270,967 (Top 6 %)
  • Language
    Kotlin
  • License
    MIT License
  • Created over 4 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This app is created as a sample app which loads movies from Tmdb api and uses Paging 3 library to show it in a Recycler view.

Paging-3-Sample

This app is created as a sample app which loads movies from the TMDB api, and uses the Paging3 library to show it in a RecyclerView

This project is under development.

Development Setup

You require a TMDB api key to successfully build this app.

  • Register a TMDB api key.
  • Create a local.properties file in your project root folder.
  • Add the api key in the local.propertiesfile as shown below.

TMDB_API_KEY = "your-api-key"

Libraries used

Further Readings