I haven't seen any android development playlist like this since I started,, Thankyou very much for this contribution. My humble request is to please add room implementation too within this project,,
Hi Brother,It's a really nice series of tutorial and I learn lot of things about MVVM architecture.Unfortunately I can't understand your language but I watch these videos and learn lot from it.So I have a little request please do a android unit and instrumental testing using this same project or make a separate seriously of how to do TDD things for android projects. (If you can do these series using english language It will be very helpful to all the community) Cheers from Sri lanka 🇱🇰 ❤
Thanks a lot sir for your efforts....the series was awesome, you covered each and every concept clearly........ your contents are amazing , you are doing great..i don't why reach is very less....i watched many videos on TH-cam but they only focus on only coding part....you are the only teacher who explained the concept very well....... please keep uploading videos....reach will increase one day..........thanks a lot sir......... What will be the next series ??
Thanks and appreciate for your time and effort bro. Request 01. Add On delete Undo functionality, Request 02. Pagination using Paging 3 Library, Request 03. Offline Caching with syncing functionality.
Thanks for the pointers - 1. That can be done. Let's see. 2. Pagination will be handled separately in different series. 3. Offline caching is easy but syncing is going to take time. Putting effort for this on video content is not worth it. But let's see if we can discuss this in a video on how to implement this if you want to go forward with it.
hello bro i am getting error in my app like i have 3 fragments and in 2nd fragment i am getting info from 1st fragment to 2nd fragment . after that there is option to go to to 3rd fragment(coupon fragment) to go and select coupons and pass info after selecting coupon i navigate to 2nd fragment back But my 1st bundle got null (the info which i have got from 1st fragment- to 2nd fragment)
Sir I want to ask one question here, why you are not create NoteAdapter() object using Hilt. and If NoteAdpter taking a parameter which is activity context type then how we can pass this during creation @Inject NoteAdapter variable in Activity??
Context is available by default in hilt...you just need to specify it using qualifier - Activity Context and Application Context. You can inject it using Hilt
@@CheezyCode sir I am asking why you are not creating NoteAdapter class object using Hilt And second can we create a ViewModel object using Hilt ?? Because the ViewModel object created by ViewModelProvider class..
Caused by: java.security.cert.CertificateException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found. when hitting APIs in your app, ssl issue found.
One of the best Android Teacher out there . . .
Bahot kuch naya sikhne ko mila
Thank You Sir
Lot's of love ❤️
Thank you Parth
Nice brother..thank you so much for this wonderful series
Thanks for the video. Very nice explanation.
Thanks Pramod
I haven't seen any android development playlist like this since I started,, Thankyou very much for this contribution. My humble request is to please add room implementation too within this project,,
Thank you 😊....room will be easy to integrate but syncing is not....video content won't be worth to record..hope you understand
thanks bhai... bohat achi series theee...to the point....
Uno 🤘
Thank you for this series sir..
every day I am learning new things from your video 🙏
Thank you 😊
Nice implementation and also add testing cases .....and also waiting for next podcast...
Unit testing alag se handle karege...
Hi Brother,It's a really nice series of tutorial and I learn lot of things about MVVM architecture.Unfortunately I can't understand your language but I watch these videos and learn lot from it.So I have a little request please do a android unit and instrumental testing using this same project or make a separate seriously of how to do TDD things for android projects.
(If you can do these series using english language It will be very helpful to all the community)
Cheers from Sri lanka 🇱🇰 ❤
Will try separate English series this time... let's see...thank you man 🤘
Really nice series
Learnt a lot of things
Thanks Sagar
Bhot hi badhiya..🎉🎉🎉
Great series. Keep up the good work
Thanks Ranjeet
Thank you very much sir,a lot of learning.
Jabardast bhai
Thanks a lot sir for your efforts....the series was awesome, you covered each and every concept clearly........ your contents are amazing , you are doing great..i don't why reach is very less....i watched many videos on TH-cam but they only focus on only coding part....you are the only teacher who explained the concept very well....... please keep uploading videos....reach will increase one day..........thanks a lot sir.........
What will be the next series ??
Paging
Rx
Flows
15:08 please make a video on the implementation of the roob database in this same project and sync service also love your content
Thanks for wonderful learning experience , just wondering if we could toch the part where we implement room with offline features
u always rocks
Thanks and appreciate for your time and effort bro.
Request 01. Add On delete Undo functionality,
Request 02. Pagination using Paging 3 Library,
Request 03. Offline Caching with syncing functionality.
Thanks for the pointers -
1. That can be done. Let's see.
2. Pagination will be handled separately in different series.
3. Offline caching is easy but syncing is going to take time. Putting effort for this on video content is not worth it. But let's see if we can discuss this in a video on how to implement this if you want to go forward with it.
Hi bro nice video series. Can we use safe Args for fragment navigation instead using Bundles
Separate video for that....navigation framework pe karte hai kuch
umeed hai aap is terhan kee or series banaao gy future may...
yes
Very good
Thanks Vikesh
Thanks 🙌
You're welcome 😊
Great!!
👍
App crash hu rhe h sir plz dk kr btye ky problem h
hello bro i am getting error in my app like i have 3 fragments and in 2nd fragment i am getting info from 1st fragment to 2nd fragment .
after that there is option to go to to 3rd fragment(coupon fragment) to go and select coupons and pass info after selecting coupon i navigate to 2nd fragment back
But
my 1st bundle got null (the info which i have got from 1st fragment- to 2nd fragment)
It will be null as 2nd fragment will be destroyed when you move from 2nd to 3rd. Try to use shared Viewmodel between 2nd and 3rd.
Sir I want to ask one question here, why you are not create NoteAdapter() object using Hilt. and If NoteAdpter taking a parameter which is activity context type then how we can pass this during creation @Inject NoteAdapter variable in Activity??
Context is available by default in hilt...you just need to specify it using qualifier - Activity Context and Application Context.
You can inject it using Hilt
@@CheezyCode sir I am asking why you are not creating NoteAdapter class object using Hilt
And second can we create a ViewModel object using Hilt ?? Because the ViewModel object created by ViewModelProvider class..
nice sir
Thanks and welcome
When I'm trying to submit the note after editing or adding nothing is happening. Do you the possible reason for this?
Debug it
@@CheezyCode tried but nothing is happening.
Check the repo on GitHub - compare your code
Please make tutorials of compose.
Yes....abhi topics bahot h compose kar lenge...hype mei actual cheez nahi chorhni...
@@CheezyCode Agreed.. And please add Kotlin flows also in the bucket list. Btw thanks for the great work you do. Kudos 👍
Soon
Sir please add the functionality of logout and profile.
Noted
@@CheezyCode Sir kb tab aayi yeh video?
awesome AllTime
Add reminder and alarm manager
Let's see
👍
Thanks Mohit
❤️
Thanks Nayan
Caused by: java.security.cert.CertificateException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found. when hitting APIs in your app, ssl issue found.
I guess api is down now...heroku does not have free tier now
Bhai delete hua to main fragment ki list pe kaise upade hua apne aap hi 😳