Development of Food App in Android Kotlin using GridView, BaseAdapter and CardView

Поділитися
Вставка
  • Опубліковано 15 жов 2024
  • This video demonstrates step by step development of Food App in Android Kotlin using GridView, BaseAdapter and CardView. Application shown in video is developed in android kotlin.
    Keep Learning
    Thank You...!

КОМЕНТАРІ • 24

  • @shwetangipathrikar-haridas1773
    @shwetangipathrikar-haridas1773 4 роки тому +3

    It is so precise, easy to understand, and with zero errors. One can follow your code and run the food app on mobile. Thank you for sharing this video.

  • @prakashkalemumbai
    @prakashkalemumbai 3 роки тому +1

    which language (Java?/ Kotlin?) is better for this type of app for beginner. Is this grid view a re cycler view or list view?

    • @DrParagShukla
      @DrParagShukla  3 роки тому

      It's in Kotlin.
      GridView and Base Adapter
      Both java or kotlin can be used as a beginner.

  • @divyeshchauhan2635
    @divyeshchauhan2635 4 роки тому +3

    Thank you sir

  • @inkulyru6768
    @inkulyru6768 3 роки тому +1

    thank you for the amazing tutorial!!! IT helped me a lot and for that you earned another SUB!

  • @SherlynLobo
    @SherlynLobo 3 роки тому +1

    Thank you! Very well explained

  • @lake9980
    @lake9980 3 роки тому +1

    What database did you use to build this Kotlin project? Pls help

  • @muminoloruntola2146
    @muminoloruntola2146 4 роки тому +2

    Hello Sir ,thank you and I appreciate this .But I have a problem that I need your help with..how to i add a searchview with this code please.Could you make a video on that sir using this example

  • @porgramingbasil6345
    @porgramingbasil6345 2 роки тому

    Why do I get an error when I click on the image to view its description?

  • @chrisna6971
    @chrisna6971 3 роки тому +1

    17:04 Sir, why is my id (imageView) not showing up?

  • @franciscoma.alexandrar.7469
    @franciscoma.alexandrar.7469 3 роки тому +1

    Hello Sir... I'm having an error... This "unresolved reference: R" and "unresolved reference: trim" and "variable expected" please help me to fix this problem...

    • @DrParagShukla
      @DrParagShukla  3 роки тому +1

      Try following
      In File Menu select
      Invalidate Caches and Restart and then Invalidate and Restart
      May be it helps to resolve issue

    • @franciscoma.alexandrar.7469
      @franciscoma.alexandrar.7469 3 роки тому +1

      @@DrParagShukla thank you... I will try

    • @franciscoma.alexandrar.7469
      @franciscoma.alexandrar.7469 3 роки тому +1

      @@DrParagShukla it resolves the issue sir... thank you for the help...

  • @franciscoma.alexandrar.7469
    @franciscoma.alexandrar.7469 3 роки тому +1

    Hello Sir, I have an error like unresolved reference:imageView and unresolved reference:textView and variable expected... how can i fix this... help me please...

    • @DrParagShukla
      @DrParagShukla  3 роки тому +2

      From Android Studio 4.1 Onwards in Android Kotlin
      If you get 'unresolved reference' on View then do the following
      open build.gradle file and add after all implementations this line:
      apply plugin: 'kotlin-android-extensions'
      then sync.

    • @franciscoma.alexandrar.7469
      @franciscoma.alexandrar.7469 3 роки тому +1

      @@DrParagShukla thank you sir...

  • @ilikecats45648
    @ilikecats45648 3 роки тому +1

    this dosnt seem to work somehow, i use AS 4.1 and my issues start at 16:50 where the foodview var is created. At the next 2 lines the imageView and textView produces an error, no matter what i try. He says unresolved refference and suggest to rename it.

    • @DrParagShukla
      @DrParagShukla  3 роки тому +1

      Use findviewbyid to get instance id. Or
      Watch this video to get the id ua-cam.com/video/w5SYDRbGNXU/v-deo.html

    • @ilikecats45648
      @ilikecats45648 3 роки тому

      @@DrParagShukla Hello and thx for your fast response, sadly im pretty new to this stuff and having a hard time to get even this simple example to work. I managed to use the findViewById but dont know what to do with it once i have the info and when i start the app i only get the white screen from the activity_main and he dosnt seem to use mylayout. Is it possible to download the app somewhere for training purpose?