Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 1.8 KB

README.md

File metadata and controls

49 lines (40 loc) · 1.8 KB

CircleCI Codacy Badge codecov

PopCorn2

PopCorn2 is an attempt to re-write the actual PopCorn app with a clean articheture and latest 2020 tech stack.

This is how it will look...


⚠️⚠️ Currently under Heavy Development ⚠️⚠️


Tech stack

  • AndroidX
  • Kotlin Coroutines
  • Navigation Library with Safe Args
  • Paging Library
  • Room Persistance Library
  • MVVM with Use Cases and Repository
  • Koin
  • Retrofit
  • Moshi
  • Coil
  • Stetho
  • jUnit
  • Jacoco
  • RoboElectric
  • Espresso
  • Mock Web Server

Feautures/Screens

  • MoviesFragment
  • TVShowsFragment
  • FavoriteFragment
  • ViewAllMoviesFragment
  • ViewAllTVShowsFragment

Todo

  • Implement ViewAllMoviesFragment
  • Writing test cases for MoviesFragment (unit + ui)
  • Writing test cases for ViewAllMoviesFragment (unit + ui)