Android Cupcake
This tutorial will walk you through a step-by-step guide of creating a simple Android Cupcake App. We have a rest-api end point
api/v1/cupcakes
through which we will fetch cupcakes and display them in Recycle view.The login and signup feature is work in progress
Requirements
- Android Studio 2.1
- Android SDK >= 19
The original source for this tutorial can be downloaded from Github