Skip to content
/ OrderIt Public

A mobile frontend of an e-commerce system which allows users to search, add items to their shopping cart, create orders, and checkout successfully.

Notifications You must be signed in to change notification settings

Gidraf/OrderIt

Repository files navigation

OrderIt

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.3
  • org.hamcrest:hamcrest-library:1.3
  • org.hamcrest:hamcrest-library:1.3
  • com.stripe:stripe-android:9.1.1
  • com.jaredrummler:material-spinner:1.3.1
  • io.paperdb:paperdb:2.6
  • com.github.f0ris.sweetalert:library:1.5.1
  • com.rengwuxian.materialedittext:library:2.1.4
  • com.squareup.retrofit2:retrofit:2.3.0
  • com.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

About

A mobile frontend of an e-commerce system which allows users to search, add items to their shopping cart, create orders, and checkout successfully.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages