Rewrite for project of Udacity's Android Basics: Data Storage course using a more modern Android stack. You can find the old project here. I've choosen this app as a very simple source code for demonstration purposes
- This app displays a list of pets and their related data that the user inputs.
- The app is built using MVP (Model View Presenter) pattern
- JUnite & mockito for tetsing
- Realm as a Reactive database
- Stetho for debugging