This is a fully functional and colorful application that I made for Udacity's Android Developer Nanodegree Program. This app allows a user to order Filipino food from the imaginary restuarant "Lumpia Shmompia." A grid displays menu items the restaurant would serve and allows the user to dive into the details for the food. Further, the user can add the food their "grocery basket" and submit their order.
This app can:
- Display a grid of menu items
- Provide details for a particular item
- Give details, location, and direction to the imaginary restaurant
- "Order" filipino food
- This application uses Google APIs to serve ads and maps. You must provide your own API key in order to build the app. After obtaining an API key, add to the "API_KEY" constant in the MainActivity.java file and the AndroidManifest.xml meta-data tags.
- This application uses Dark Sky API to serve weather coditions. You must provide your own API key in order to build the app. After obtaining an API key, add to the apiKey field in the AboutActivity.java file.
Menu Screen (Phone - Landscape, Menu Open)
Welcome Screen (Tablet - Landscape)
Two Panel (Tablet - Landscape)
- Butterknife
- Gson
- Glide
- Google Play Services
- Maps
- Ads
- Android Support
- AppCompat
- Design
- Palette
- Republish of Lumpia Shmompia
- Uploaded through more proper git and githun channels to show proficieny in git commits, push, pulls, etc.