Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 489 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 489 Bytes

CutCrease

CutCrease is an Android application that displays a list of make up products for purchase.

ScreenShots

Screenshot

Libraries

  • Picasso
  • ConstraintLayout
  • Retrofit
  • Gson
  • Android Support Library

API

The application reads make up products data from The Makeup Api. URL: https://makeup-api.herokuapp.com/

Architecture

The architecture used for CutCrease is Model-View-ViewModel.