A mobile frontend of an e-commerce system which allows users to search, add items to their shopping cart, create orders, and checkout successfully.
##External libraries used
org.hamcrest:hamcrest-library:1.3org.hamcrest:hamcrest-library:1.3org.hamcrest:hamcrest-library:1.3com.stripe:stripe-android:9.1.1com.jaredrummler:material-spinner:1.3.1io.paperdb:paperdb:2.6com.github.f0ris.sweetalert:library:1.5.1com.rengwuxian.materialedittext:library:2.1.4com.squareup.retrofit2:retrofit:2.3.0com.squareup.retrofit2:converter-gson:2.3.0
##Pattern Used MVP
###Models
- I have code models that store data fetched endpoint, the models are in form POJO
###View
- Data in models are rendered in views in fragement and activities
###Presenter
- Fetch the api data, I have defined the as services