Skip to content

Android project using various Jetpack technologies to display movies fetched from the OMDB API

Notifications You must be signed in to change notification settings

fractalwrench/moviemogul

Repository files navigation

Movie Mogul

Movie Mogul is an Android project which displays movies fetched from the OMDB API.

Each product flavor implements the same app, using a different technology from Android Jetpack.

Modules

  • Databinding/ViewModel

TODO modules

  • MVP architecture
  • MVVM architecture
  • Android KTX
  • RxKotlin
  • Kotlin Coroutines
  • Mockito
  • Navigation
  • Paging
  • ViewModel
  • Room/LiveData
  • WorkManager
  • Other architectures
  • More advanced JUnit testing
  • More advanced Espresso testing
  • WearOS
  • Instant Apps
  • Auto
  • TV
  • Dagger

OMDB API

Search API: https://www.omdbapi.com/?t=<SEARCH_TERM>&apiKey=<API_KEY>&s=true Detail API: https://omdbapi.com/?i=<IMDB_ID>&apiKey=<API_KEY>

About

Android project using various Jetpack technologies to display movies fetched from the OMDB API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages