-
Notifications
You must be signed in to change notification settings - Fork 12
Home
Harin Trivedi edited this page Jan 30, 2018
·
7 revisions
Welcome to the TripPlanner-master wiki
A demonstration application which allows us to implement MVP architecture pattern with a more simple and robust way. It includes use of firebase as a backend platform and a modular approach for making it reusable in future
Based on my blog series : MVP Redifined on medium.com
Get google-service.json file from firebase console and put in place TripPlanner/mobile/
Guide : https://firebase.google.com/docs/android/setup
-
Database : https://firebase.google.com/docs/database/android/start/
-
Storage : https://firebase.google.com/docs/storage/android/start
If you wish to see how can mvp be done with RxJava and Retrofit, here is a good quickstart demo:
//TODO : Connecting with Wear data-layer