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.
@DrParagShukla4 жыл бұрын
Thank You
@divyeshchauhan26354 жыл бұрын
Thank you sir
@prakashkalemumbai3 жыл бұрын
which language (Java?/ Kotlin?) is better for this type of app for beginner. Is this grid view a re cycler view or list view?
@DrParagShukla3 жыл бұрын
It's in Kotlin. GridView and Base Adapter Both java or kotlin can be used as a beginner.
@SherlynLobo3 жыл бұрын
Thank you! Very well explained
@DrParagShukla3 жыл бұрын
My Pleasure
@inkulyru67683 жыл бұрын
thank you for the amazing tutorial!!! IT helped me a lot and for that you earned another SUB!
@DrParagShukla3 жыл бұрын
Thank You So Much
@lake99803 жыл бұрын
What database did you use to build this Kotlin project? Pls help
@muminoloruntola21464 жыл бұрын
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
@DrParagShukla4 жыл бұрын
Thank You. Will look into the matter.
@porgramingbasil63452 жыл бұрын
Why do I get an error when I click on the image to view its description?
@chrisna69713 жыл бұрын
17:04 Sir, why is my id (imageView) not showing up?
@ilikecats456483 жыл бұрын
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.
@DrParagShukla3 жыл бұрын
Use findviewbyid to get instance id. Or Watch this video to get the id kzbin.info/www/bejne/rWa2ineIl6yBjrc
@ilikecats456483 жыл бұрын
@@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?
@franciscoma.alexandrar.74693 жыл бұрын
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...
@DrParagShukla3 жыл бұрын
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.74693 жыл бұрын
@@DrParagShukla thank you sir...
@franciscoma.alexandrar.74693 жыл бұрын
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...
@DrParagShukla3 жыл бұрын
Try following In File Menu select Invalidate Caches and Restart and then Invalidate and Restart May be it helps to resolve issue
@franciscoma.alexandrar.74693 жыл бұрын
@@DrParagShukla thank you... I will try
@franciscoma.alexandrar.74693 жыл бұрын
@@DrParagShukla it resolves the issue sir... thank you for the help...