Skip to content

davidZemingo/AndroidTemplate-1

 
 

Repository files navigation

AndroidTemplate

This template provides a starting point for Mvvm Android projects.
The app go to theMovieDb api, retrieve a list of the most popular movies and display them in recyclerview.
In main branch the recyclerview display only one page, but in paging_library branch the app using paging library.

  • 100% Kotlin
  • Retrofit2
  • Mvvm
  • Coroutines
  • View binding
  • Android Architecture components:
    • ViewModel
    • Flow and StateFlow
    • Navigation component
    • paging library(only in paging library branch)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%