PopCorn2 is an attempt to re-write the actual PopCorn app with a clean articheture and latest 2020 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
- MoviesFragment
- TVShowsFragment
- FavoriteFragment
- ViewAllMoviesFragment
- ViewAllTVShowsFragment
- Implement ViewAllMoviesFragment
- Writing test cases for MoviesFragment (unit + ui)
- Writing test cases for ViewAllMoviesFragment (unit + ui)