I have been struggling all year repeatedly coming back to the same project to learn how to do something similar to this Todo list, and until I found your Room Database tutorial, I have been repeatedly met with failure. Your tutorials are amazingly simple to follow, and I actually feel like I'm learning how to write Kotlin code rather than just copying the text on the screen. Thank you!
Fantastic videos for beginners like me. I come from Web Development and had to realize how different things are for Android development. Your videos helped me a lot with understanding how an application can be built. Subscribed.
I have copied the code exactly. When adding to the todo list, the first item added displays correctly. Subsequent additions are not displayed by the lazy column (as happens in your video). I have verified that the updated todo list does contain the added item but does not display. Thanks.
Please brother can you do a 2 player drawing app this weekend ? I always wanted to learn android studio drawables but found no good professor like you !
MASHALLAH, Very well explained, Can you please make a video related to clean architecture + mvvm + usecase + jetpackcompose and koin/dagerhilt dependency injection? It will give a boost to make a powerful scalable project?
Please Help!!!! Dai I have been learning app dev since last 2 months(Native android dev).My main motive after learning it is to do freelancing but i find that learning Native App dev Is not such a good idea for Freelancing . So i am thinking that I need to switch to Web dev. By learning web dev i can also make cross platform apps with the help of frameworks like react native and fully functional websites . And learning web dev can also be an a good idea for freelance projects . I am confident that I can grasp concept of web dev in less than 2 months with my prior experience in Native android dev. Can You give me suggestion which path to choose.... Would really Appreciate for the Ans!!!!
Bro mai nai xml,or kotlin firebase pai grip bna le thi or achai apps bhi bnanai lag gya tha phr ab mai compose pai shift howa honn or compose basic sekh leen hai or ab etna msla ho rha smjh nhi arhi q k ab backkend k leyai roomm database or yai retrofit waghaira waghaira kafi tensionn can you please how to learn things in specific order then continue to develop apps??
Thank you so much sir ❤. Your explanation is awesome for beginners like me. It helps me a lot 🙏🙏 Sir, you have connected a room DB with a todo list can you please help me with a login screen like connecting with to-do list too. Please 😊
I'm new to android dev, I'm confused why does he have to make separate todo manager that contains compose state instead of just modifying the live data directly?
You could modify the live data directly but this is a recommended separation of concerns good pratice. You would require only to switch the data store layer if you needed to use different data stores, e.g. You can use sample mock data like he did in this video, later implement a local DB storage or even make remote rest call to grab the data.
I have been struggling all year repeatedly coming back to the same project to learn how to do something similar to this Todo list, and until I found your Room Database tutorial, I have been repeatedly met with failure. Your tutorials are amazingly simple to follow, and I actually feel like I'm learning how to write Kotlin code rather than just copying the text on the screen. Thank you!
Short and concise description of a todo list with compose. Great
Take Love from Bangladesh 😍😍
❤️
great, plz make next a video on task reminder that will give constant notifications to complete the tasks.
Noted
Fantastic videos for beginners like me. I come from Web Development and had to realize how different things are for Android development. Your videos helped me a lot with understanding how an application can be built. Subscribed.
Perfectly explained , Very helpful video Thank you so much
Very good video and well explained brother!! Thank you!!
Great video sir..❤
❤️
you are very helpful and you create imensely good quailty videos
Thanks
great content!
I have copied the code exactly. When adding to the todo list, the first item added displays correctly. Subsequent additions are not displayed by the lazy column (as happens in your video). I have verified that the updated todo list does contain the added item but does not display. Thanks.
Please brother can you do a 2 player drawing app this weekend ? I always wanted to learn android studio drawables but found no good professor like you !
MASHALLAH, Very well explained,
Can you please make a video related to clean architecture + mvvm + usecase + jetpackcompose and koin/dagerhilt dependency injection? It will give a boost to make a powerful scalable project?
Thanks
Thank you very much!
No worries!
Please Help!!!! Dai
I have been learning app dev since last 2 months(Native android dev).My main motive after learning it is to do freelancing but i find that learning Native App dev Is not such a good idea for Freelancing . So i am thinking that I need to switch to Web dev. By learning web dev i can also make cross platform apps with the help of frameworks like react native and fully functional websites . And learning web dev can also be an a good idea for freelance projects . I am confident that I can grasp concept of web dev in less than 2 months with my prior experience in Native android dev. Can You give me suggestion which path to choose....
Would really Appreciate for the Ans!!!!
Please bring the dependency injection dagger hilt video
Soon
Bro mai nai xml,or kotlin firebase pai grip bna le thi or achai apps bhi bnanai lag gya tha phr ab mai compose pai shift howa honn or compose basic sekh leen hai or ab etna msla ho rha smjh nhi arhi q k ab backkend k leyai roomm database or yai retrofit waghaira waghaira kafi tensionn can you please how to learn things in specific order then continue to develop apps??
Çok iyi.Elinize sağlık.
Very good. Thank you.
Thanks
I have some problem with that app. "Add" button don't work correctly in my app. So, it don't add the texts that I write. Can you help me ?
how is the market of kotlin in future is there any job opportunity in future
Do you have job? if don't then what is the resion?
Thank you so much sir ❤. Your explanation is awesome for beginners like me. It helps me a lot 🙏🙏
Sir, you have connected a room DB with a todo list can you please help me with a login screen like connecting with to-do list too. Please 😊
Thank you🥰
Broh ..make nxt vdo on Movie tv shows app in android studio
for some reason it doesnt register the fillMaxHeight in the Column in the first Composable 3:15. Can someone help me?
I'm new to android dev, I'm confused why does he have to make separate todo manager that contains compose state instead of just modifying the live data directly?
You could modify the live data directly but this is a recommended separation of concerns good pratice. You would require only to switch the data store layer if you needed to use different data stores, e.g. You can use sample mock data like he did in this video, later implement a local DB storage or even make remote rest call to grab the data.
Look up for : MVVM (Model-View-ViewModel) architectural pattern
can you do a video with kotlin flows
please make a project to add in resume and crack any interview
These project you can add.
Dai Yo Data haru ko jastai Room database ani DaggerHilt Api call haru ma video banunu paryo euta
Sure
Guys am I the only one that deletion functionality doesn't work with him?
Yeah me too what should I do?
@@Robocop987
Idk man, I'm lost too. The deletion functionality works only when I type something in the textfield, I have no idea how to fix it.