This project is a simple MVVM app, that conect to http://scltrans.it/ API and show a list of bus stop.
##The project use :
- ROOM for persistence.
- Retrofit for Remote Connection.
- MVVM recommended architecture patter ( Repository)
- Use FLOW for the DB and LiveData for expose to the UI.
- Some minimal Testing add. WIP use Robolectric for mock the appContext.
- The location is HardCoded , for simplicity.
- Navigation for the fragments.