https://github.com/p4nk4j/android_kotlin_cuisine_app
Finds the recipe for your cuisine and ingredients using Volley Library and Remote API and further redirects to the browser
https://github.com/p4nk4j/android_kotlin_cuisine_app
android android-library android-studio android-ui json-api picasso-library volley-library xml
Last synced: 2 months ago
JSON representation
Finds the recipe for your cuisine and ingredients using Volley Library and Remote API and further redirects to the browser
- Host: GitHub
- URL: https://github.com/p4nk4j/android_kotlin_cuisine_app
- Owner: P4NK4J
- License: mit
- Created: 2019-07-20T15:52:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-22T15:32:22.000Z (almost 6 years ago)
- Last Synced: 2025-01-03T03:37:33.066Z (4 months ago)
- Topics: android, android-library, android-studio, android-ui, json-api, picasso-library, volley-library, xml
- Language: Kotlin
- Size: 4.8 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
Cuisine
[](https://github.com/P4NK4J/android_kotlin_Cuisine_app/blob/master/LICENSE)
[](https://kotlinlang.org/)## Overview
For all the maniacs of cooking and those who have a hidden chef, the Cuisine app provides the recipe for the dish you want to cook with your own ingredients..!!
sounds amazing..??
It uses `Google volley library` alongwith `picasso` to bring out the image for a dish, also uses `json` for fetching the data
concept of `remote api` is implemented
Also it `redirects to browser` for the details of a particular recipe.## Features
* Google's Volley Library
* Remote API
* Picasso Libray
* Recipe Puppy API
* Splash screen
* Animation styles
* Custom ListView
* Cardview
* Customized buttons
* Webview
* ImageView
* Minimal Design
* Simplified Theme
* Well Constrained Layout## Platform
-> Android Studio
-> With Kotlin Support## Accessing tips :
1. Clone or download the repository: `https://github.com/P4NK4J/android_kotlin_Cuisine_app`
2. Navigate to the folder `app` Folder
3. Navigate to the folder `anroid_kotlin_Cuisine_app/app/src/` to access developers content
3. Navigate to the folder `Apk` for users to access apk
4. Copy the apk from folder `Apk` to an android phone
5. Install the apkThe app is finally installed on your Android mobile device !!
To directly download the apk [Click Here](https://github.com/P4NK4J/android_kotlin_Cuisine_app/blob/master/APK/cuisine.apk)
# Screenshots:
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
## Resources, Activities and Manifest for the Application
For curious Kotlin programmers [Click here](https://github.com/P4NK4J/android_kotlin_Cuisine_app/tree/master/app/src/main/java/com/example/cuisine/activity)
Packages for backend Files:
* [activity](https://github.com/P4NK4J/android_kotlin_Cuisine_app/tree/master/app/src/main/java/com/example/cuisine/activity/activity)
* [data](https://github.com/P4NK4J/android_kotlin_Cuisine_app/tree/master/app/src/main/java/com/example/cuisine/activity/data)
* [model](https://github.com/P4NK4J/android_kotlin_Cuisine_app/tree/master/app/src/main/java/com/example/cuisine/activity/model)Frontend resource files are stored in `res` package
* [res](https://github.com/P4NK4J/android_kotlin_Cuisine_app/tree/master/app/src/main/res)
Android manifest file for the project:
* [AndroidManifest.xml](https://github.com/P4NK4J/android_kotlin_Cuisine_app/blob/master/app/src/main/AndroidManifest.xml)