This project contain :
- MVVM with clean architecture implementation base on Android architecture Guide and Uncle Bob clean Architecture
- StarWars movies data from Swapi public API
Onion architecture with 3 layers:
- Domain : project core contain business logic
- Data : managing app data
- Presentation : present data to the user and handel user interaction