Hi belal you are doing a great service for making understanding the concepts i would like to thanks at first but my concern is juz a suggestion.. can you provide an playlist for Generics in kotlin playlist because in generics part of the video has some confusion
Thankyou sir, always learning from simplified coding. What if I create companion objects inside view model and then access view model via that companion., will it create issue
Hi, what if I need 2 different repository in one fragment? I can assign just one repository with your example. Thank you very much for tutorial by the way.
This one of the best especially the generics are Fancy oh. Can you make one on generics especially touching mvc in jetpack compose. Thank you in advance
Hi bro, you're doing great on your videos. I have a doubt on a particular concept. For a location tracking app, we can use work manager for getting data even when app is closed. But when the device goes into doze mode the work manager stops getting the data until we use the mobile again. How can we handle this?
Check this link: developer.android.com/training/monitoring-device-state/doze-standby Here you will know what are the restrictions for doze mode and how to optimize your app for it.
Excellent tutorial Sir, but I have doubt, how can we use more than one view model inside a single fragment Suppose we have profile view model and Auth view model and we need to use in LoginFragment, so how can we do this. Thank you
- Be me - Skip to the 6th video on the playlist - expect to find the one thing im looking for - don't find it - don't understand anything - get mad for not understanding anything - blame the youtuber for speaking Chinese - skip more videos - return to the same exact video - LoOp
Thanks sir for uploading more than tutorial video a day ❤❤
You are welcome.
This is a great serious one of the best ones.. since it shows u all the things needed for large codebase ... ABSTRACTION 😊
onActivitycreated is deprecated so what is alternate please
onViewCreated
@@SimplifiedCoding thanks you are great reply as soon as possible other can't do reply soon even not reply thanks
Thank you brooo. This is best android
tutorial
Thanks Friend
Thank you so much for keeping our knowledge to the latest trend. 🙏🏼
waw, good job sir for your tutorial, and thanks you very much
New thumbnails are ossm bhai
Thank You Dost
Can you please have a tutorial for workmanager. Thank you
I will try to make it.
Hi belal you are doing a great service for making understanding the concepts i would like to thanks at first but my concern is juz a suggestion.. can you provide an playlist for Generics in kotlin playlist because in generics part of the video has some confusion
Thankyou sir, always learning from simplified coding.
What if I create companion objects inside view model and then access view model via that companion., will it create issue
NO, you cannot do that. You don't create viewmodel inside companion objects.
Keep going brother..👍👍
Thanks Bro
sometimes explain why to use that strategy. (like why not import all requirements with constructor in ViewModel). thanks, belal
can you create a baseActivity as like as basefragment...
Hi, what if I need 2 different repository in one fragment? I can assign just one repository with your example. Thank you very much for tutorial by the way.
Thank you for this new MVVM series. Please use dagger2 for dependency injection in this series ..
I have updated the project with Dependency Injection
Check Here 👉 th-cam.com/video/QfnmLx68jcI/w-d-xo.html
@@SimplifiedCoding Thank you very much
This one of the best especially the generics are Fancy oh. Can you make one on generics especially touching mvc in jetpack compose. Thank you in advance
Hi bro, you're doing great on your videos.
I have a doubt on a particular concept. For a location tracking app, we can use work manager for getting data even when app is closed. But when the device goes into doze mode the work manager stops getting the data until we use the mobile again. How can we handle this?
Check this link: developer.android.com/training/monitoring-device-state/doze-standby
Here you will know what are the restrictions for doze mode and how to optimize your app for it.
First of all great vudek. And secondly I would like to request if you can make a tutorial on how to make base fragment without databinding.
Thanks
just remove data binding parameter from there
onActivityCreated is depricated here
Yeah, use onViewCreated
Excellent tutorial Sir,
but I have doubt, how can we use more than one view model inside a single fragment
Suppose we have profile view model and Auth view model and we need to use in LoginFragment, so how can we do this.
Thank you
Join the doubt clearing session:
th-cam.com/users/postUgxxrOXUP8ssXsB6Lex4AaABCQ
Its scheduled for tomorrow, so fill the form now.
When email and password not empty its ok. But when email and password not empty after that erase field email, button not disabled.
How to solve the FragmentLoginBinding? i already have viewBinding true on the grade file.. but the FragmentLoginBinding is still not working
How to seterror to edittext from viewmodel?
I am wait you sir show example how make crypto security request/response retrofit in this tutorial 😊
Ok I will try to introduce this topic.
@@SimplifiedCoding Thank you sir 😍
Can't it be explained in java?
Switch to KOTLIN my friend.
@@SimplifiedCoding I do hate it. DEEPLY hate it.
Killer!!!! video :-)
Make video on data store. Jet pack new library. No good video is on that topic
Yeah I will use DataStore instead of SharedPref (as previously planned) in this course only.
- Be me
- Skip to the 6th video on the playlist
- expect to find the one thing im looking for
- don't find it
- don't understand anything
- get mad for not understanding anything
- blame the youtuber for speaking Chinese
- skip more videos
- return to the same exact video
- LoOp
where is FragmentLoginBinding?
It is automatically generated, you have to enable ViewBinding for this. Check the first video.
@@SimplifiedCoding great! thankx very good job
you make it very complicated ?
dn
I use more concise code `override val binding by lazy { FragmentPinBinding.inflate(layoutInflater, null, false) }`
dn