Build a Recipe Finder app with Remote API accessible using Google's Volley Library
It is a Recipe Finder app with Internet permissions enabled to access JSON data from remote API using Volley Library. The JSON data basically include JSON Objects and JSON Array as well. For every search of a recipe a custom ListView holds the info: Recipe Title
, Recipe Thumbnail
, Recipe Ingredients
and Link
. All the data of this ListView is Parsed from Remote API, more specifically Recipe Puppy API accessible with the help of Volley Library.
Its a Networking App which uses Google's Volley Networking Library!!
- Google's Volley Library
- Remote API
- Recipe Puppy API
- Splash screen
- Customised buttons
- Custom ListView
- CardView
- ImageView
- Minimal Design
- Simplified Theme
- Responsive BackPress
- Well Constrained Layout
-> Android Studio
-> With Kotlin Support
- Clone or download the repo:
https://github.com/ashish7zeph/android-kotlin-Recipe-app
- Navigate to the folder
android-kotlin-Recipe-app
- Navigate to the folder
android-kotlin-Recipe-app/app/src/
to access developers content - Navigate to the folder
apk
for users to access apk - Copy the apk from folder
apk
to an android phone - Install the apk
The app is finally installed on your Android mobile device !!
To directly download the apk visit the link
For Kotlin code files visit the link
Backend files are stored in three packages:
Frontend resource files are stored in res
package
Android manifest file for the project: