Build a Food Delivery App from SCRATCH in Android Studio

Поделиться
HTML-код
  • Опубликовано: 24 янв 2025

Комментарии • 210

  • @edkcreation7797
    @edkcreation7797 Год назад +4

    Woow live classes
    Great job 👍

    • @CodesEasy
      @CodesEasy  Год назад +1

      Happy that you liked the video

    • @edkcreation7797
      @edkcreation7797 Год назад +1

      I have a request, can you create a community chat by this Sunday. user Can post problem questions related to anything.
      Please implement category for problem.

    • @CodesEasy
      @CodesEasy  Год назад

      Join our Discord or whatsapp group, we actively provide support and help there. 👍 Check the description for links

  • @SuryaGKsvg
    @SuryaGKsvg Год назад +1

    2:12:08 when i click the IP adres it show hi.. it didnt directly go to the login page why?

    • @CodesEasy
      @CodesEasy  Год назад

      Check your code, follow the video properly

  • @iamrifqy
    @iamrifqy Год назад +1

    sir, i have a question. when i try to login at 1:32:46, it just shows that login success and not showing dashboard thus i cannot continue to product dashboard and so on. how to fix this

    • @CodesEasy
      @CodesEasy  Год назад

      you have to add redirect, download the code from description and check

    • @iamrifqy
      @iamrifqy Год назад

      @@CodesEasy where I should put this redirect? Sorry, I am still newbie for this

  • @A1Loaded
    @A1Loaded Год назад +1

    Hello, Thanks a lot for this video. However, i followed the video and everything works fine until it got to 2:04:12 where i tried to login to the dashboard but get the error "Undefined property: stdClass::$items". Kindly assist sir.

    • @CodesEasy
      @CodesEasy  Год назад

      check the code properly again

    • @A1Loaded
      @A1Loaded Год назад

      @@CodesEasy i actually saw my mistake....thanks a lot

  • @alfonsol7279
    @alfonsol7279 Год назад +5

    Thanks for this video, I'm new to php and Laravel, I have a question at the moment, at 1:53:30 isn't it time consuming to cycle through each product instead of running a query? Thanks for the future answer!

    • @CodesEasy
      @CodesEasy  Год назад +2

      If you are fetching each item from the loop then having like a 100 new orders then there will be 100 new queries.
      You can refer this laravel.com/docs/10.x/eloquent-relationships#one-to-many

    • @alfonsol7279
      @alfonsol7279 Год назад

      Thanks

  • @vishwasraj1341
    @vishwasraj1341 5 месяцев назад +2

    dose the costumer side app show the live status of delivery boy?? if the GPS is implemented in code??

  • @naeemmujeeb9972
    @naeemmujeeb9972 Год назад +1

    Hello, I dont want to create the dashboard and only the app. Is it possible to use this video to just create the app without the first part. So can I start from 3:15:00 onwards?

    • @CodesEasy
      @CodesEasy  Год назад

      Sure. Just do the api part and the android part only.

    • @naeemmujeeb9972
      @naeemmujeeb9972 Год назад

      @@CodesEasy What about the parts where you reference the php/lavarel app do I just ignore it

    • @naeemmujeeb9972
      @naeemmujeeb9972 Год назад

      @@CodesEasy For example, you do string request using the php. I want to store the password/username locally in a json file. How would I modify this so that it works without making the laravel app ?

  • @2kaladdin480
    @2kaladdin480 10 месяцев назад

    I can't pass 1:28:54 it isn't logging into the dashboard

  • @DawnColon-hn8pl
    @DawnColon-hn8pl Год назад +2

    cool video)

  • @s.h.a.i5347
    @s.h.a.i5347 Год назад +1

    Hello sir. I don't know what I did wrong but when I try to add a user they way you did at around the 1:27:00 mark it just doesn't work. Even in the phpMyAdmin it doesn't work. Please help

    • @CodesEasy
      @CodesEasy  Год назад

      What is the error

    • @iamrifqy
      @iamrifqy Год назад

      @@CodesEasy i have the same problem like him(maybe). my error is Class "http\Client\Curl\User" not found

  • @danielcarvalho-hm2ov
    @danielcarvalho-hm2ov Год назад +4

    parabens pelo trabalho
    melhor video de codigo que eu ja vi
    muito obrigado

    • @CodesEasy
      @CodesEasy  Год назад

      Happy that you liked the video

  • @Arebamasrura_z
    @Arebamasrura_z Год назад +1

    @26:41 I cannot do what you've done. Please help me out

    • @CodesEasy
      @CodesEasy  Год назад

      You have to just import the class. Just type the line i am showing.
      You can also download the full source code for reference, check description.

    • @Arebamasrura_z
      @Arebamasrura_z Год назад

      @@CodesEasy 26:45. You said type something. I don't understand what you're saying.

    • @CodesEasy
      @CodesEasy  Год назад

      click on the grey area and type alt + enter (only on phpstorm) if you are using any other ide just type that statement starting with 'use' on the top (i am highlighting that in the video)

  • @sanashaikh4066
    @sanashaikh4066 Год назад +1

    3:26:18
    My url shows “access forbidden”

    • @CodesEasy
      @CodesEasy  Год назад

      One you have some issue with the xampp settings, two check if .htaccess is working - try removing the public folder from url.

  • @AdoptMapet
    @AdoptMapet Год назад +3

    Hello can you make tutorial, simple app to draw poly lines in maps and calculate area selected.

  • @s.h.a.i5347
    @s.h.a.i5347 Год назад +1

    Hey sir. Of i am using visual studio, do I have to manually type in the use function at the top and also the one at the bottom like you do in your program

  • @justinernest2363
    @justinernest2363 Год назад +1

    please sir, what is the chrome extension you use to view the status and stuff like that

    • @CodesEasy
      @CodesEasy  Год назад +1

      I don't understand your question. Are you asking about view json ? Just search json in chrome extension and you can see many

    • @justinernest2363
      @justinernest2363 Год назад

      @@CodesEasy thank you

  • @johnmungai7736
    @johnmungai7736 Год назад +1

    when i click register it load bt do nothing and it has no error i have added my pc ip address and correct pass to the database folder and i have a good internet connection,what could be the problem

    • @CodesEasy
      @CodesEasy  Год назад

      Check the api part separately using postman or something like that. Then make sure that the api is working first then go to the android and check.
      If api is working then the issue will be with android part. It should be some small mistake you have made unknowingly. Go through everything carefully

  • @ronaldiibalacy3497
    @ronaldiibalacy3497 Год назад +1

    hey sir in your project i change a bit the url image upload in the webserver into a file image upload but then in the CustomerApp the image is not displaying only the id,name,price,description but the image is not. can you help me pls

    • @CodesEasy
      @CodesEasy  Год назад

      You should have missed something. Check the url or db and the url you get in android in the json response. Log the response and check it.

  • @RieHika
    @RieHika 3 месяца назад

    hello sir, is there any tutorial to integrate payment methods into this app project? . or I just need to follow the tutorial on stripe / razorpay integration as in the video in your description.

    • @CodesEasy
      @CodesEasy  3 месяца назад

      We have videos on how to impliment stripe and razorpay seperatly, which are detailed videos. Watch those and integrate them, in the video we are stoping on payment integration, you just need to add the payment option on the button click, its easy to add.

  • @justinernest2363
    @justinernest2363 Год назад +1

    sir with regard to the api key by nextbillion, it seems like i have to schedule a meeting with a representative from nextbillion...does it require some payment or something like that and what actually happens in that meeting?

    • @CodesEasy
      @CodesEasy  Год назад

      Yes the api will be paid, you can use other ways or completely remove the maps api section if you don't want

    • @justinernest2363
      @justinernest2363 Год назад

      Thank you, i will try some other ways. After some searching i thought i will try to implement the Haversine function instead of the calculateEstimatedTime function. I know it will not be as accurate or indeed as elegant as how you have done it but as i just wanted this to be like a fun side project the precision wont be too big of a drawback. As for the customer and delivery app, will cross that bridge when i get there lol @@CodesEasy

  • @tmgf6408
    @tmgf6408 Год назад +1

    Customer app not working when i click submit button it does't response
    &
    on Login page when click submit progress bar is visible and after some sec it's gone and still login page ( not process to main activity )

    • @CodesEasy
      @CodesEasy  Год назад

      Check your php part and in the java part check if you are passing the values properly, you can also download the source code from description

    • @tmgf6408
      @tmgf6408 Год назад

      download and paste the source code but it can't work maybe my app is not connected to the phpadminpanel

  • @harshadasutar1441
    @harshadasutar1441 Год назад +1

    sir when i try to run url/login there seems to be an argument count error => Too few arguments to function Illuminate\Auth\SessionGuard::login(), 0 passed in C:\xampp\htdocs\cakeapp\CakeApp\vendor\laravel\framework\src\Illuminate\Auth\AuthManager.php on line 340 and at least 1 expected

    • @CodesEasy
      @CodesEasy  Год назад

      Check the route, how you have specified it. There could be something wrong or different

  • @justinernest2363
    @justinernest2363 Год назад +1

    this is a great app idea sir and the implementation is outstanding but the Mapping API really places an obstacle for the average person who can not opt for the monthly subscription to get the api key...i just got a response from them indicating that the basic package is like $200 per month, especially as someone not from the USA. I have search and i think there are some free mapping api's out there, would it still be possible to use/integrate those for this app?

    • @CodesEasy
      @CodesEasy  Год назад +1

      Sure, you can avoid using map api and use Google maps intent - we have a video on it in the channel

  • @nj_droidtech
    @nj_droidtech 11 месяцев назад

    Can I get a documentation/report? if not than please tell me the methodologies used here.

  • @harshadasutar1441
    @harshadasutar1441 Год назад +1

    Sir workin on an app similar to this but only reserved for cakes, I want to add these options where user can entire quantity of the cake also the user can upload image from their phone of the design they want on the cake, or the text that is to be written on it. pls help sir. Thank you in advance.

    • @CodesEasy
      @CodesEasy  Год назад +1

      You can add an option to upload image, and a tutorial is available on this channel itself. Just combine them.

  • @Kannu428
    @Kannu428 Год назад +1

    sir do I have to use same key in delivery app and customer app?
    actually nextbillion is asking for 499 dollars as basic plan do I need to pay for it?

    • @CodesEasy
      @CodesEasy  Год назад

      It depends on your requirements. If you wish to use their services go check their services and cost and make a decision accordingly.

  • @s.h.a.i5347
    @s.h.a.i5347 Год назад +1

    Hey I have a stupid question but how do you do that thing where you copy the whole line straight to the bottom?

    • @CodesEasy
      @CodesEasy  Год назад

      You might be asking for the short cut, it's duplicating the line, ctrl + d in php storm

  • @jopadjr
    @jopadjr 9 месяцев назад

    799th...Thanks. Great tutorial !!! Will there be a Jetpack Compose equivalent? Cheers..

  • @AnaDal-ss6vl
    @AnaDal-ss6vl Год назад +1

    is this android studio? What kind of functions did you used to open this window?

    • @CodesEasy
      @CodesEasy  Год назад

      Android studio, ruclips.net/video/_SFCF7gMEAg/видео.html

  • @QueenParri-p5x
    @QueenParri-p5x 3 месяца назад

    For surplus food waste app how i can integrate chatbot in our app in android ??
    Tell me in detail

  • @AdrianCharm24
    @AdrianCharm24 Год назад +1

    127.0.0.1:8000/login 1:32:41 when try to sign in it shows 404 not found page

    • @CodesEasy
      @CodesEasy  Год назад +1

      Try 127.0.0.1/public/login if that doesn't work check the code route area and the controller

    • @AdrianCharm24
      @AdrianCharm24 Год назад +2

      @@CodesEasy thank you its working now i pu{{router(login.post)}}

    • @11-anuragpushkar93
      @11-anuragpushkar93 Год назад

      @@AdrianCharm24 where you wrote it?

    • @11-anuragpushkar93
      @11-anuragpushkar93 Год назад

      How you fixed it plzz tell

  • @ronaldiibalacy3497
    @ronaldiibalacy3497 Год назад +1

    hey sir Good afternoon, Can you make a tutorial of food ordering and management system using laravel and in andriod studio?
    pls badly needed it.

    • @CodesEasy
      @CodesEasy  Год назад +1

      Sure. We could do it. It would take some time but we have add this to our list.

  • @GaganDeep-fy3ev
    @GaganDeep-fy3ev 10 месяцев назад

    Can u provide steps for setup of your project using your source codee

  • @harshadasutar1441
    @harshadasutar1441 Год назад +1

    Target class [RoleAdmin] does not exist.
    sir there is this error when i run url/admins/products or url/admins/dashboard

    • @CodesEasy
      @CodesEasy  Год назад

      The middleware must be missing. You have to create it. Its shown in the video

  • @nidhishsharma3477
    @nidhishsharma3477 Год назад +1

    Sir When I click on + in app order doesn’t go into the card neither I can place the order. How long nextbillion ai takes to revert back it has been 2-3 days but still no reply

    • @CodesEasy
      @CodesEasy  Год назад +1

      They usually respond within 24 hours. Wait for the coming Monday as it is Saturday and Sunday. Send a follow mail after that.

    • @nidhishsharma3477
      @nidhishsharma3477 Год назад

      @@CodesEasy thank u sir

  • @artishsharma7859
    @artishsharma7859 Год назад +1

    Property 'type' not found in \Illuminate\Contracts\Auth\Authenticatable|null what does this mean in roleAdmin

    • @CodesEasy
      @CodesEasy  Год назад

      that means in your table there is no field named type, watch the video. We are adding the type field to the table.

  • @Gamming__007
    @Gamming__007 10 месяцев назад

    which database is used firebase or sqlite

  • @saieshsutar9125
    @saieshsutar9125 3 месяца назад +1

    2:00:00

    • @CodesEasy
      @CodesEasy  3 месяца назад

      ?

    • @saieshsutar9125
      @saieshsutar9125 3 месяца назад

      When I place order the list of orders is not showing in orders part of the customer app but the Comfirm and Clear buttons are working properly

  • @boxerguys8294
    @boxerguys8294 Год назад +1

    is this for one restaurant or is it multi restaurant??

  • @11-anuragpushkar93
    @11-anuragpushkar93 Год назад +1

    bhai ye project in a go may banan padega kya? agar bich may server band ho gaya to kya krna hoga?

    • @CodesEasy
      @CodesEasy  Год назад

      Just follow the video and it's easy

  • @samiafzal7023
    @samiafzal7023 Год назад +2

    Brother can you crreate same application in flutter ?

    • @CodesEasy
      @CodesEasy  Год назад

      Sure, we definitely would consider your suggestion

  • @BalmonGrok
    @BalmonGrok Год назад +2

    sir how to change currency symbol in Product ?

    • @CodesEasy
      @CodesEasy  Год назад

      To the end of the video i am showing how to do it.

  • @tmgf6408
    @tmgf6408 Год назад +1

    download and paste the source code but it can't work maybe my app is not connected to the phpadminpanel

    • @CodesEasy
      @CodesEasy  Год назад

      Check the database connection part, watch the video properly 👍

    • @tmgf6408
      @tmgf6408 Год назад

      @@CodesEasy i try two times but the app is not work i follow your every step and also paste your source code but not working ....... the Customer app is not fetch the data from the php strome . why ? plz give me any solution ......

    • @CodesEasy
      @CodesEasy  Год назад

      It could be due to many reasons, we need more details so that we can understand your issue and help you with it.

    • @tmgf6408
      @tmgf6408 Год назад

      @@CodesEasy Customer app is not working then i download your source code and paste it step by step change String url , Ip but still the app is not work then i change php code with your source code but still not work then i understand again i watch your video again but can't solve after that i can tell you. overall - customer app can't fetch data from the String Url app not fetch data from adminpanel ....

    • @tmgf6408
      @tmgf6408 Год назад

      @@CodesEasy after that i skip login registration process then i try this only main activity (product) but product is not showing , show only buttons address,cart,orders. the app is not fetch product detail from string ( customer app and admin panel ) not connected 😕😕

  • @atmadeepdey1612
    @atmadeepdey1612 Год назад +1

    Hi Sir, the API/users/register function keeps failing even though the routing is correct. The login routing is working correctly. Please, if you can help

    • @CodesEasy
      @CodesEasy  Год назад

      It's it's showing the message failed which is a message from the api php part, that means some data is not passed to the api properly. For registration you need to pass name, email and password

  • @justinernest2363
    @justinernest2363 Год назад

    sir im getting this error when i try to do the set up, please advise on what to do:
    Failed to download doctrine/inflector from dist: The zip extension and unzip/7z commands are both missing, skipping.
    The php.ini used by your command-line PHP is: C:\xampp\php\php.ini
    Now trying to download from source
    In GitDownloader.php line 82:
    git was not found in your PATH, skipping source download
    require [--dev] [--dry-run] [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--fixed] [--no-suggest] [--no-progress] [--no-update] [--no-install] [--no-audit] [--audit-format AUDIT-FORMAT] [--update-no-dev] [-w|--update-with-dependencies] [-W|--update-with-all-dependencies] [--with-dependencies] [--with-all-dependencies] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--] [...]

    • @justinernest2363
      @justinernest2363 Год назад

      nevermind, figured it out😅😅😅😅

    • @CodesEasy
      @CodesEasy  Год назад

      Just go to xampp and enable the zip extension by removing " ; " this semicolon symbol.

  • @michaelopiana3176
    @michaelopiana3176 Год назад +1

    when I clicked on start navigation, the app closes. How can I fixed that?

    • @CodesEasy
      @CodesEasy  Год назад

      Check logcat while running the app

  • @artishsharma7859
    @artishsharma7859 Год назад +1

    when i run the command php artisan serve it show the error error 404 at browser plz help

    • @CodesEasy
      @CodesEasy  Год назад

      There will be some error in the setup or code

    • @artishsharma7859
      @artishsharma7859 Год назад

      Where will u please specify 🙏

    • @artishsharma7859
      @artishsharma7859 Год назад

      I have reviewed the whole code twice still same issue

  • @LUniVerse._.
    @LUniVerse._. Год назад +1

    MY order tab isn't working.. i'm coming out of the again and again

    • @CodesEasy
      @CodesEasy  Год назад

      What's the issue

    • @LUniVerse._.
      @LUniVerse._. Год назад

      @@CodesEasy everytime i open the app in my phone ...some thing is missing.. either the foodlist or the order button isn't working and kicking me out of the app. why?

    • @LUniVerse._.
      @LUniVerse._. Год назад

      @@CodesEasy showing this error "Undefined property: stdClass::$item_details" in dashboard and order.

  • @henriy9207
    @henriy9207 Год назад +1

    how to run the code provided in the description directly

    • @CodesEasy
      @CodesEasy  Год назад

      You will have to setup the project, make some changes to the api and database etc

  • @AmitYadav-x4n2k
    @AmitYadav-x4n2k Год назад +1

    Sir, In this application, used multiple restaurants or not?

    • @CodesEasy
      @CodesEasy  Год назад

      You can customise this to add multiple resturants

  • @s.h.a.i5347
    @s.h.a.i5347 Год назад +1

    Hey sir. Is they a free alternative to next billion? Like maybe Google api?

    • @CodesEasy
      @CodesEasy  Год назад

      It's much hard to get google api

    • @s.h.a.i5347
      @s.h.a.i5347 Год назад

      @@CodesEasy is they another alternative

  • @owoadeemmy4711
    @owoadeemmy4711 Год назад +1

    Hello good evening after hosting all i could see was "HI"
    What do i do please

    • @CodesEasy
      @CodesEasy  Год назад

      You have to implement and check the routes, watch the video so you will understand

  • @AdrianCharm24
    @AdrianCharm24 Год назад +1

    when try to sign in it shows 404 not found page

    • @CodesEasy
      @CodesEasy  Год назад

      Check the routes and the controller

    • @pkb6024
      @pkb6024 Год назад

      How you fixed it?

  • @allinonesolutionhindi3221
    @allinonesolutionhindi3221 Год назад +2

    Sir plese next video on social networking chatting app android mysql

    • @CodesEasy
      @CodesEasy  Год назад

      Sure, we have noted your suggestion.

  • @maneomkar3231
    @maneomkar3231 6 месяцев назад +1

    Which language do you have used

  • @RonaldIIBalacy
    @RonaldIIBalacy Год назад +1

    hey sir im here again why your customer app dont have res folder?

    • @CodesEasy
      @CodesEasy  Год назад

      It does, all android projects will have it.

    • @RonaldIIBalacy
      @RonaldIIBalacy Год назад

      @@CodesEasy well after i zip your project and import your customer app in android studio i doesnt have res nor it will run

  • @SrujanKb
    @SrujanKb Год назад +1

    Sir when i run this application registration is not working..can you please explain how to solve this error

    • @CodesEasy
      @CodesEasy  Год назад

      Check everything, even a small spelling mistake and also keep in mind that everything is case sensitive

  • @artishsharma7859
    @artishsharma7859 Год назад +1

    Does this project work if we use ur api key ?

    • @CodesEasy
      @CodesEasy  Год назад

      You have to contact nextbillion using the link in the description

  • @AmitSaini-pb2ek
    @AmitSaini-pb2ek Год назад +1

    Class "http\client\curl\User" not found
    during admin local host error
    plz solve this

    • @CodesEasy
      @CodesEasy  Год назад

      You imported a wrong Class. You have to import the User model. Check the video. Its a model class.

    • @AmitSaini-pb2ek
      @AmitSaini-pb2ek Год назад

      @@CodesEasy one more
      Undefined property: stdClass::$item_details

    • @CodesEasy
      @CodesEasy  Год назад

      You have to pass the item details from controller, watch the video once more carefully

  • @AmitSaini-pb2ek
    @AmitSaini-pb2ek Год назад +1

    i can categorized the product list is it possible ??

    • @CodesEasy
      @CodesEasy  Год назад

      Yes, you can make any modifications you want

    • @AmitSaini-pb2ek
      @AmitSaini-pb2ek Год назад +1

      @@CodesEasy one more Route create for category ??

    • @CodesEasy
      @CodesEasy  Год назад +1

      Sure, do according to your need. You can create new route for category or add it in any page, navigation bar etc

    • @AmitSaini-pb2ek
      @AmitSaini-pb2ek Год назад

      @@CodesEasy but how product categorise
      when product is upload from admin panel i can create their a new section for category ( like:- price description image)
      same proccess...

    • @CodesEasy
      @CodesEasy  Год назад +1

      Create a new table for category and add values to it. Then select the ID of that specific category and insert to the product table

  • @artishsharma7859
    @artishsharma7859 Год назад +1

    Which api key u used ?

    • @CodesEasy
      @CodesEasy  Год назад

      Contact nextbillion using the link in the description to get api key

    • @artishsharma7859
      @artishsharma7859 Год назад

      @@CodesEasyif i want to remove the maps part and want to store only the address not longitude and latitude what changes i have to make in code then ?

  • @sowmitrabanerjee6168
    @sowmitrabanerjee6168 Год назад +1

    Which application are you using sir? I'm using windows

  • @nikolaviews7819
    @nikolaviews7819 Год назад +3

    how to publish bro...

    • @CodesEasy
      @CodesEasy  Год назад +1

      To publish you just have to generate a signed apk or aab file and upload to playstore

    • @Kolfaakaa
      @Kolfaakaa Год назад

      ​@@CodesEasy how can we get signed apk

  • @artishsharma7859
    @artishsharma7859 Год назад +1

    how can i generate api key ?

    • @CodesEasy
      @CodesEasy  Год назад

      It's shown in the video

    • @artishsharma7859
      @artishsharma7859 Год назад

      @@CodesEasy no its not u skip that part at 4:48:00

    • @artishsharma7859
      @artishsharma7859 Год назад

      @@CodesEasy do i have to generate my own api key or use yours one ?

  • @mokshamatrix
    @mokshamatrix Год назад +1

    Need to develop a food delivery app, can u plz help

    • @CodesEasy
      @CodesEasy  Год назад +1

      Sure, if it's for your business contact us. If it's for learning this video could definitely help you.

  • @ibarsjoel2434
    @ibarsjoel2434 Год назад +1

    I can use your source code, sir ?

  • @mohamedasraf4175
    @mohamedasraf4175 Год назад +1

    Sir please next video grocery app using kotlin language

    • @CodesEasy
      @CodesEasy  Год назад

      Yes, thanks for the suggestions

  • @jasperazerbaijan
    @jasperazerbaijan Год назад +1

    Hi, where sql file?

    • @CodesEasy
      @CodesEasy  Год назад

      You can download the zip file for all the source code

  • @bikeshyadav9244
    @bikeshyadav9244 Год назад +1

    please can you provide sql file

  • @disnaperera2334
    @disnaperera2334 Год назад +1

    How to change this for multi restaurants and also delivery boy,customers and restaurants in one app. Please Can you do

    • @CodesEasy
      @CodesEasy  Год назад +1

      Sure, will consider it for future

  • @aryanrao4364
    @aryanrao4364 Год назад +1

    Sir I am making A LinkdIn type app so please something on that

  • @bellainterprises2282
    @bellainterprises2282 Год назад +1

    Can you share whole code sir

    • @CodesEasy
      @CodesEasy  Год назад

      Yes the complete source code is available in the description. Check the description.

  • @techach3490
    @techach3490 11 месяцев назад +1

    would be nice if the tutorial was in Kotlin though 😢

  • @NGOMAUHOANGUC
    @NGOMAUHOANGUC 9 месяцев назад

    Can you give me API KEY :((

  • @adissketema6989
    @adissketema6989 Год назад +2

    please make same application in flutter

    • @CodesEasy
      @CodesEasy  Год назад +2

      Sure, we will definitely consider this

    • @adissketema6989
      @adissketema6989 Год назад

      @@CodesEasy oky thanks

    • @NattyLinux
      @NattyLinux Год назад +1

      @@CodesEasy please how to use map box api key instead of nextbillion ai

    • @CodesEasy
      @CodesEasy  Год назад +1

      We could do a video on that too soon. We have noted your suggestion 👍.
      Try nextbillion api, you can follow the video and do the project. There APIs are not bad and it's easy to use also.
      one thing i find they lack is proper documentation or outdated documentation. But they are actually working on it and will be soon fixing the documentation issue.
      You can always contact there support team and they could definitely help you with anything.

    • @adissketema6989
      @adissketema6989 Год назад

      @@CodesEasy thanks man

  • @Arebamasrura_z
    @Arebamasrura_z Год назад +1

    Please help regarding the following: PS C:\xampp\htdocs\Food-Delivery-App\savethefoodapp> php make:migration produ
    cts
    Could not open input file: make:migration

    • @CodesEasy
      @CodesEasy  Год назад

      It's -
      php artisan make:migration products

    • @CodesEasy
      @CodesEasy  Год назад

      Add artisan in the command

  • @1RN20CS05.INCHARAM
    @1RN20CS05.INCHARAM Год назад +1

    can you please tell me how did you open xampp\htdocs\fooddeliveryapp in android studio

    • @CodesEasy
      @CodesEasy  Год назад

      In the android studio file menu there is an option

  • @GaganDeep-fy3ev
    @GaganDeep-fy3ev 10 месяцев назад

    Can u provide steps for setup of your project using your source codee