Skip to content

Latest commit

 

History

History
53 lines (28 loc) · 1.49 KB

README.md

File metadata and controls

53 lines (28 loc) · 1.49 KB

Logo

Trip Planner

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

Setup

Get google-service.json file from firebase console and put in place TripPlanner/mobile/

Guide : https://firebase.google.com/docs/android/setup


Firebase

Data Binding

MVP

mvp

Sample

Home Add
Detail

RxJava

If you wish to see how can mvp be done with RxJava and Retrofit, here is a good quickstart demo:

Rxjava-Retrofit


//TODO : Connecting with Wear data-layer