Firebase database ki admin panel app se child bnake usi child me ek or child ke name me numbering or value data enter ho jaye...iska code bta skte ho sir please help.
Please sir make a video on a guide of how to earn as a Android developer in general or specifically in Pakistan or what are the opportunities as an Android developer. I am a Android developer and currently working with an Indian company. But I want to quit it and want to work in Pakistan or with some other country's company. And sir I learned almost whole Android development from your channel. Love the way you teach and explore a topic thoroughly.
I have some doubt regarding threading, I hope you can help me to solve my problem. Let's assume I have two methods //following methods should run in separate thread at same time val students= getStedentList() // returns 1000 records //this method should run in IO thread val address= getStudentsAddress()// returns 1000 records //this method should run in IO thread //after getting all the students record and all the address , I have to add the data in a list with merging the students and address val studentDetails= emptyList() // we have to wait until all the data is fetching, but main Thread should not be blocked for ( i in 0..list.size){ studentDetails.add(students[i].name,address[i].city) } //Main Thread should not be blocked, //don't use infinite while loop with boolean flag. Thanks in advance
क्या async (), await() तक प्रतीक्षा करता है? मेरे कहने का मतलब यह है कि Coroutine कब लॉन्च होता है: async() पर या await() कॉल पर? does async() wait till await() is called? I mean to say when does coroutine launches : on async() or on await() call?
Big thanks to you for helping me understand Coroutine.
Nice video looking forward to next video.
Can you make a series on kotlin flow
Bro mera app status saver hai wo files fetch krta hai device se.. use case mei globalscope use krna chaiye ??
bro android java p content provider ki videos to bnao kindly
Firebase database ki admin panel app se child bnake usi child me ek or child ke name me numbering or value data enter ho jaye...iska code bta skte ho sir please help.
sir which software use for recording videos...and also tell me zoom in zoom out is built-in in this software you use
At 14:33 if I remove the Thread.sleep(). Coroutine doesn't print the statements of doNetworkRequest(). Please clear my confusion
Please sir make a video on a guide of how to earn as a Android developer in general or specifically in Pakistan or what are the opportunities as an Android developer. I am a Android developer and currently working with an Indian company. But I want to quit it and want to work in Pakistan or with some other country's company. And sir I learned almost whole Android development from your channel. Love the way you teach and explore a topic thoroughly.
@Saif btayen aap k dst kse Earn kr rhe hein...!
👍
👍👍
Sir please new video upload kijiye please🙏
thanks sir
Sir Content Provider Ki Video Upload Hui kya?
Next video plzz
Welcome back! (^_^)
I have some doubt regarding threading, I hope you can help me to solve my problem.
Let's assume I have two methods
//following methods should run in separate thread at same time
val students= getStedentList() // returns 1000 records //this method should run in IO thread
val address= getStudentsAddress()// returns 1000 records //this method should run in IO thread
//after getting all the students record and all the address , I have to add the data in a list with merging the students and address
val studentDetails= emptyList()
// we have to wait until all the data is fetching, but main Thread should not be blocked
for ( i in 0..list.size){
studentDetails.add(students[i].name,address[i].city)
}
//Main Thread should not be blocked,
//don't use infinite while loop with boolean flag.
Thanks in advance
👏👏👏👏👏👏❤❤❤❤❤❤❤❤❤❤
क्या async (), await() तक प्रतीक्षा करता है? मेरे कहने का मतलब यह है कि Coroutine कब लॉन्च होता है: async() पर या await() कॉल पर?
does async() wait till await() is called? I mean to say when does coroutine launches : on async() or on await() call?
coroutine is very complicated... im trying my 100 to understand this