Code Monkey home page Code Monkey logo

foodzzy's Introduction

๐Ÿ›ฃ๏ธ On the journey to be a Software Developer. ๐Ÿ‘จโ€๐Ÿ’ป

Hi there, ๐Ÿ‘‹! I am Debaleen Das Spandan

  • ๐Ÿ‘จโ€๐ŸŽ“ Iโ€™m a Computer Science Master's Student at Missouri State University, USA.
  • โœ’๏ธ I'm writing a thesis on using non-verbal communication methods in Smart Home environments.
  • ๐Ÿ‘จโ€๐Ÿ’ป My primary research topic is Human Computer Interaction and Computer Vision.
  • ๐Ÿ”Ž Iโ€™m also curious about Cyber Security.
  • ๐Ÿ’ป Iโ€™m interested in App Development, Software Development, and Augmented Reality.
  • ๐Ÿค Iโ€™m looking to collaborate on projects related to Android App Development, Computer Vision, Human Computer Interaction and Cyber Security.
  • โšก Fun fact: I like making memes, writing and photography. Check out my blog.

LinkedIn icon


โšก Technologies

android kotlin python javascript c c react .net core git mysql firebase html5 css3


foodzzy's People

Contributors

the-it-weirdo avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

foodzzy's Issues

Unresolved reference: PLACE_ORDER

the proplem in this code in file "CartActivity.kt"

private fun networkRequest() {
    progressLayout.show()

    val jsonParams = JSONObject()
    jsonParams.put("user_id", userId)
    jsonParams.put("restaurant_id", restaurantId)
    jsonParams.put("total_cost", totalCost.toString())
    val foodIdArray = JSONArray()
    for (item in cartList) {
        val foodId = JSONObject()
        foodId.put("food_item_id", item.id)
        foodIdArray.put(foodId)
    }
    jsonParams.put("food", foodIdArray)

    NetworkTask(networkTaskListener).makeNetworkRequest(
        this@CartActivity, Request.Method.POST, PLACE_ORDER, jsonParams
    )
}``

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.