Foodspiration is an Android app that allows users to browse food photos for "inspiration," and favorite and schedule them for future meals. Once created, users can then add photos of their own "creation" of the meal.
The app uses Back4App as its Database, and Parse as its backend. The Unsplash Image API is used as photo source.
- Users can view food "inspiration" photos from Unsplash.
- Users can favorite meals.
- Users can schedule meals (date and time).
- Users can add photos from their gallery to show their own "creation" of the scheduled meal.
- Android Async HTTP - Simple asynchronous HTTP requests with JSON parsing
- Glide - Image loading and caching library for Android