https://github.com/mustofa-id/paging-retrofit
Android Paging with network using Retrofit
https://github.com/mustofa-id/paging-retrofit
android android-jetpack android-paging-library coroutines-android retrofit2
Last synced: about 1 month ago
JSON representation
Android Paging with network using Retrofit
- Host: GitHub
- URL: https://github.com/mustofa-id/paging-retrofit
- Owner: mustofa-id
- License: mit
- Created: 2019-10-16T14:26:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-17T01:26:23.000Z (over 5 years ago)
- Last Synced: 2025-02-13T02:32:58.940Z (3 months ago)
- Topics: android, android-jetpack, android-paging-library, coroutines-android, retrofit2
- Language: Kotlin
- Size: 604 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Android Paging Retrofit
[](https://youtu.be/QxlUdGPtpzE)
Before you go, create file called `app.properties` in root project and define a key `tmdb.apikey` and value is your [TheMovieDB](https://www.themoviedb.org/) API key like this:
```
tmdb.apikey=a456101d9xxe6543b73e9ecblablabla
```