I am old timer Android developer who has seen the android evolution since ginger bread versions till now. Worked on multiple MNCs, dealt with large enterprise apps dealing with millions of customers.Your videos are helpful to an old timer like as well me who is able to compare the benefits and needs of these newer concepts. Keep up the good work !!
@sinbad5529 ай бұрын
can we connect please?
@hamza-hy5rv9 ай бұрын
@@sinbad552 Sure.This is regarding ?
@tech36T3 сағат бұрын
True I also started development in 2012
@MegnaS-vg9sy Жыл бұрын
Thanks a lot for making this topic simple and understandable. I have read many articles and watched videos, but nowhere I found an explanation as simple as this. 🙏
@TheEncouragementRoom10 ай бұрын
I really enjoyed the playlist, the explanation was great and you made it so easy to understand. I have a course on udemy, but still I'm watching this playlist becuase of the content you provided for free.
@abhishek..bharti10 ай бұрын
Thanks, it's such an easy and simple explanation.
@samirgawas Жыл бұрын
You made it simple! thanks🙏
@gauravpandey18045 ай бұрын
thanks for such a simple and detailed explanation
@SumitStar24 Жыл бұрын
Very good explanation.. 👍👍👍
@kunalchaudhary61658 ай бұрын
@Composable fun Counter() { var count = remember { mutableStateOf(0) } val key = count.value % 3 == 0 LaunchedEffect(key1 = key) { Log.d(tag = "Counter", msg = "Current count: ${count.value}") } Button(onClick = { count.value++ }) { Text(text = "Increment count") } } Sir intially count ki value = 0 thi log.d mai print hogyi uske baad button click hua count ki value =1 hogyi statement false hogyi launched effect bi nhi chlega Toh log.d mai count =1 kese aya or same jab 3 hui count ki value uske baad 4 hogi condition false hogi tab bi count 4 print hua Dekh jaye toh Count initial 0 tha log mai 0 aya Uske baad button click hua count increment hua but post increment ha toh phle count ki value use hogi uske baad increment ho jyega toh count = 0 he gya second bar bi or vo true hogyi lekin print count = 1 hua ?
@aviiraj_sharma2 ай бұрын
Jab bhi Key ki value change hogi tab hi ander ka code execute hoga bhalehi wo TRUE --> FALSE change ho ya FALSE --> TRUE .
@kshitizagnihotri8777Ай бұрын
yes key ki values agar true hogi aur key ki value changes hogi , tab bhi log print hoga, kyunki jab counter ki value 2 thi , toh key ki last value 1 per bhi false hi thi , so counter ki value 2 hone per log print nahi hua , phir jas 3 hui toh key ki value change ho gyi means false to true , then log print hua , aise hi counter ki value 4 hogi , toh log print hoga , phir counter ki value 5 hogi toh log print nahi hoga , kyunki 4 per false thi aur 5 per bhi false hi thi
@curiousguy30 Жыл бұрын
explained very well.
@udaysharma5228 Жыл бұрын
Easy and to the point!
@PrashantSingh-d97 Жыл бұрын
It was so simple to understand 😊
@ravikantgupta40749 ай бұрын
well explained.
@PurelyAndroid4 ай бұрын
bring back the series.
@iampradeephr Жыл бұрын
Beautiful explanation... 🔥
@rishikeshsingh9946 Жыл бұрын
❤❤❤❤❤ awesome
@khanra17 Жыл бұрын
As always 🎉
@CheezyCode Жыл бұрын
Thank you ❣️
@ChocoByte Жыл бұрын
Bhaiya, when will next video will come?
@CheezyCode Жыл бұрын
done
@ChocoByte Жыл бұрын
@@CheezyCode Lub you bruh💌
@RahulAgrawal-s1t10 ай бұрын
but here how come 1 and 4 are getting printed? 4%3 ==0 toh false hai na? then how it prints 4 similarly 1%3==0 is false still it printed 1? Can u please explain this?
@FaadCode10 ай бұрын
Bhai AAP smje nhi yaha pr key value change hone se laucheffect work karta h . Why it work : 3%3 ==0 mean true 4%3== 0 mean false To yaha pr key value change Hui na ?? Isliye isne work Kiya . Smje ??
@TanveerAhmedLangah-h6y Жыл бұрын
Ek chz ki kammi ha. git code ni ha hmare pass. Too much time to implement.