Your teaching style is truly exceptional, unlike anything I've encountered before. I explored many paid and free courses but your style of teaching is totally unique. Your videos make Android development an exciting journey, and your dedication to simplifying complex concepts is truly inspiring. Thank you for sharing your knowledge with the world and making the learning experience so enjoyable. Your impact will be cherished for generations to come!
With live data or flow apis we can also achieve the similar behaviour in XML based ui right? Here composable does all the heavy shifting there we just need to listen to the flow stream and update the stream every time user click and changes the data we emit the event and it'll be set. Works similarly right? Correct me if im wrong?
Your teaching style is truly exceptional, unlike anything I've encountered before. I explored many paid and free courses but your style of teaching is totally unique. Your videos make Android development an exciting journey, and your dedication to simplifying complex concepts is truly inspiring. Thank you for sharing your knowledge with the world and making the learning experience so enjoyable. Your impact will be cherished for generations to come!
Wow, thank you!
Indepth explanation, thanks a lot, curious about the next videos.
More to come!
@@Codetutor-DemystifyCoding ❤
very supportive to learn Jetpack Compose👏
Very good 👍 explanation
Thank you 😃
perfect and straight fwd example, well understood
Sir please , could you please upload whole compose series 😊 we need to learn it fast
I don't know how correct my opinion is, but I prefer XML because it is easier to use in complex user interfaces.
Thanks for commenting!!
Very good explanation. I like the comparison style!
Could you do one to one or one to many online android courses in live please
With live data or flow apis we can also achieve the similar behaviour in XML based ui right? Here composable does all the heavy shifting there we just need to listen to the flow stream and update the stream every time user click and changes the data we emit the event and it'll be set.
Works similarly right?
Correct me if im wrong?
Using declarative, we can spend our time on our project's logic rather than how to do that.
Exactly!!! But Some time Imperative is the only way possible. No one style of programming is silver bullet that solves all the problems.
@@Codetutor-DemystifyCoding Surely, sir
This looks similar to flutter programming
Exactly!! It’s basically Reactive programming paradigm. Even React Native works similarly.