Code Monkey home page Code Monkey logo

android_kotlin_cuisine_app's Introduction

App image Cuisine

License Language max %

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
  4. Navigate to the folder Apk for users to access apk
  5. Copy the apk from folder Apk to an android phone
  6. Install the apk

The app is finally installed on your Android mobile device !!

To directly download the apk Click Here

Screenshots:

App image App image App image


App image App image App image


App image App image App image

Resources, Activities and Manifest for the Application

For curious Kotlin programmers Click here

Packages for backend Files:

Frontend resource files are stored in res package

Android manifest file for the project:

android_kotlin_cuisine_app's People

Contributors

p4nk4j avatar

Stargazers

 avatar  avatar  avatar  avatar

android_kotlin_cuisine_app's Issues

Null error in RecipeList.kt

In RecipeList.kt from line 43 to 46
var ingredients = extras.get("Ingredients") -> is showing error for not including null safety
it should be :
var ingredients = extras?.get("Ingredients")
OR
var ingredients = extras!!.get("Ingredients")

Pls confirm how to solve this issue.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.