I really miss the voice over. It really helps me understand what's going on more because you mostly explain what some things are before using them, which make the process less intimidating and allows me to understand why you used that particular thing in that particular instance
@anirudhhosur3827Ай бұрын
Hi, this is interesting tutorial. I am curious, are you covering the CI/CD process here? Is there a backend dB or APIs that you're working with? I wanted to understand the tech-stack behind this apart from Kotlin and Android studio. Thank you
@AndroidLeadАй бұрын
As the name suggests, this is a Jetpack Compose tutorial. I focused on creating a production UI, as for an application with millions of users. It doesn't cover the backend or the CI/CD.
@emmanueltheorbАй бұрын
@@AndroidLeadwould you consider doing videos on these topics in the future. I'm really interested
@devrajcomposecreativityАй бұрын
Nice work bro
@emmanueltheorb14 күн бұрын
Hi sir, can you please make a video of how this UI design was first created in figma? I'm a beginner and a video like that would be really helpful. Thanks
@AndroidLead13 күн бұрын
This design is created by the designer, not me))
@aza749Ай бұрын
How were you declaring dependencies? is this an alternative to gradle?
@AndroidLeadАй бұрын
All dependencies declared in the Gradle Version Catalog. You can watch this video at 12:00
@AndroidLeadАй бұрын
All the dependencies will be added by the default during the new project creation. Also you can check the source code file - libs.versions.toml
@HoangLong-nx9voАй бұрын
Can u tutor a project with all function? I want make a project to gradute but I can't find any video have advance function
@DahirMuhamedАй бұрын
Plz add figma
@silq30010 күн бұрын
Please remove the music and explain what you are doing.
@ommpattnaik4931Ай бұрын
Hey can i use it for my college final year project 😅😅
@AndroidLeadАй бұрын
Sure. This is the open source project =)
@ommpattnaik4931Ай бұрын
@@AndroidLead thanks bro and your project is also awesome 👍
@ihsannurakmal427Ай бұрын
the figma link can't open :(
@AndroidLeadАй бұрын
Updated the link. Check it out
@ihsannurakmal427Ай бұрын
@@AndroidLead thank you!
@MasycodeАй бұрын
Please + video ❤
@thanushgaming355929 күн бұрын
i can't proceed from 06:53 it says Unresolved reference 'R'. someone please help me ASAP :/
@AndroidLead28 күн бұрын
Have you downloaded and added fonts under the "font" folder?
@AndroidLead28 күн бұрын
If so, than you need to add the import like this -> import com.androidlead.fooddeliveryapp.R to get access to the resource folder
@AndroidLead28 күн бұрын
"com.androidlead.fooddeliveryapp" this is the package name that I use in the project. This may differ if you are not 100% follow to the codebase