Skip to content

This is a basic example of how to use android new paging3 with example of TMDB movie API.

Notifications You must be signed in to change notification settings

CodingWithTashi/AndroidPaging3MovieApp

Repository files navigation

AndroidPaging3MovieApp

This is an example application of paging 3

Tool used:

  1. MVVM Architecture
  2. Paging 3
  3. Retrofit
  4. ViewBinding
  5. Dagger Hilt

Clone or folk to get the project and register TMDB link to get API KEY

Update API KEY in Utils.java
public static String API_KEY = "YOUR_API_KEY";

#Output

Movie App

Releases

No releases published

Packages

No packages published

Languages