Android startActivityForResult Deprecated | Contracts | CheezyCode (Hindi)

  Рет қаралды 10,803

Cheezy Code

Cheezy Code

Күн бұрын

Пікірлер: 64
@ashmita_shrivastava
@ashmita_shrivastava 5 ай бұрын
Fruitful explanation
@nayabkhan8864
@nayabkhan8864 2 жыл бұрын
Good one sir , Previously i am using onBackpress click listener with intent to pass the data in previous activity😂seriously yarr
@CheezyCode
@CheezyCode 2 жыл бұрын
😂
@shaileshhacker
@shaileshhacker 3 ай бұрын
Gazab topi baaz ho
@pinkkitty6553
@pinkkitty6553 2 жыл бұрын
is it a bad practice if I use onActivityResult method . I find it easier.
@YtFunVideos1-n4t
@YtFunVideos1-n4t 2 жыл бұрын
Sir which code I write as replacement of setResult? You wrote fix value as result.
@CheezyCode
@CheezyCode 2 жыл бұрын
setResult will remain same....iske next video mei cover kiya hai...agar dynamic value pass karni h toh setResult call karna padega second activity se...parseResult mei intent ka object milta hai, usme ye value milegi
@NithinChandran-br5st
@NithinChandran-br5st 2 жыл бұрын
thanks for explaining in simple way
@CheezyCode
@CheezyCode 2 жыл бұрын
Thank you ❤️
@krishnakumar-kh5vo
@krishnakumar-kh5vo 2 жыл бұрын
Got everything sir....but one doubt.. onRequestPermissionResult also deprecated ...any alternative for it....
@CheezyCode
@CheezyCode 2 жыл бұрын
ActivityResultContracts.RequestPermission
@krishnakumar-kh5vo
@krishnakumar-kh5vo 2 жыл бұрын
@@CheezyCode ok got it sir
@hardishah3188
@hardishah3188 Жыл бұрын
can we keep using this old method? would it give me any error if i use deprecated method?
@anmol2387
@anmol2387 2 жыл бұрын
pls bring more videos of testing in android
@CheezyCode
@CheezyCode 2 жыл бұрын
Sure
@tinkusony90
@tinkusony90 2 жыл бұрын
😎🙏🙏🙏😎 Guruji 🔥
@CheezyCode
@CheezyCode 2 жыл бұрын
🙏
@rishabhgarg6692
@rishabhgarg6692 2 жыл бұрын
Wow, Bhadiya
@AmitPal-vc9rv
@AmitPal-vc9rv 2 жыл бұрын
UPI payment integrated kese kare
@RohitKumar-ht4sr
@RohitKumar-ht4sr 2 жыл бұрын
How it can be used in fragments and how i can send dynamic data from another activity?
@CheezyCode
@CheezyCode 2 жыл бұрын
Fragment communication is different. For dynamic data, you can use Intent object and call setResult from AnotherActivity
@RohitKumar-ht4sr
@RohitKumar-ht4sr 2 жыл бұрын
@@CheezyCode some time we have to call startActivityForResult from fragment. Ex- Google sign-in from fragment #Thanks for reply Sir
@Unknown-vk9kd
@Unknown-vk9kd 2 жыл бұрын
Need help. I don't know how it will work with fragments. I need to integrate google signin in fragment and pass the signIn intent data to get the results back
@CheezyCode
@CheezyCode 2 жыл бұрын
Need to check...Google docs mei pakka kuch hoga...
@CheezyCode
@CheezyCode 2 жыл бұрын
Not necessary to keep single activity...you can create minimum set of activities and group the fragments accordingly
@the_sharma_amit
@the_sharma_amit 2 жыл бұрын
How to get absolute file path from Content Uri?
@CheezyCode
@CheezyCode 2 жыл бұрын
getContentResolver
@kuralbekdjumagaziev8048
@kuralbekdjumagaziev8048 Жыл бұрын
what language do you spake?
@saleemhafiz19
@saleemhafiz19 Жыл бұрын
urdu/hindi spoken in Pakistan and India.
@sharadjain2910
@sharadjain2910 2 жыл бұрын
How can we use the onActivity result for Camera and Video data please tell me?
@CheezyCode
@CheezyCode 2 жыл бұрын
Next video
@sharadjain2910
@sharadjain2910 2 жыл бұрын
@@CheezyCode Thank You😊
@rishabhsharma2598
@rishabhsharma2598 2 жыл бұрын
🙌🙌 love your efforts , as you mentioned in your one small interaction video that you will come up with something upon solid principals , are we expecting it? just curious ,as you have cleared my many concepts 🙌and I am struggling with solid principals 😅
@CheezyCode
@CheezyCode 2 жыл бұрын
Sure 😊 but thoda time lagega - story banane mei time lagega
@Sikarwar0020
@Sikarwar0020 2 жыл бұрын
Informative ✌️
@CheezyCode
@CheezyCode 2 жыл бұрын
Thanks ✌️
@subhamahir5599
@subhamahir5599 2 жыл бұрын
Sir, Can you please tell me from which playlist this video belongs?
@Sikarwar0020
@Sikarwar0020 2 жыл бұрын
Bro this is seprate video.
@CheezyCode
@CheezyCode 2 жыл бұрын
no agenda videos for concepts but will create a playlist for these types of videos
@subhamahir5599
@subhamahir5599 2 жыл бұрын
@@CheezyCode Thank you sir
@naveenjaiswal7835
@naveenjaiswal7835 3 ай бұрын
jenius knowledge
@varshachaudhary9139
@varshachaudhary9139 2 жыл бұрын
Hi, How can we pass multiple strings in input with intent to another activity, Can you please share
@CheezyCode
@CheezyCode 2 жыл бұрын
- parseResult has Intent as input, that can be used to get multiple values. - Just call setResult method in another activity. Values will be set inside intent. val resultIntent = Intent() resultIntent.putExtra("key", value) setResult(Activity.RESULT_OK, resultIntent) This intent object will be available to you inside parseResult. You can fetch those values. Let me know if you still have questions around. You can watch the next video - I have explained this as well - kzbin.info/www/bejne/hZnac5ajnsqLaZo
@7xFuryPlayz
@7xFuryPlayz 2 жыл бұрын
What about the generic types , if inputs are of multiple types and also output are of multiple types then ?
@greatrespect1549
@greatrespect1549 Жыл бұрын
Using data class like contact( name: String, number: Int). So instead of string use contact object
@7xFuryPlayz
@7xFuryPlayz Жыл бұрын
@@greatrespect1549 ok thanks bro will try this out
@respect_unique_world
@respect_unique_world 2 жыл бұрын
Best way to write clean code in android and how to choose view id and variable name, sir, please make a video on this topic
@CheezyCode
@CheezyCode 2 жыл бұрын
Noted
@purnendusamanta4054
@purnendusamanta4054 2 жыл бұрын
Please make a video on Motion layout
@CheezyCode
@CheezyCode 2 жыл бұрын
Compose pe animation karenge ab
@purnendusamanta4054
@purnendusamanta4054 2 жыл бұрын
@@CheezyCode matlab avi Compose ka playlist ayega??☺️☺️😊😊
@kawsarhossain8931
@kawsarhossain8931 2 жыл бұрын
awesome
@CheezyCode
@CheezyCode 2 жыл бұрын
Thanks Kawsar
@shaikbasha4745
@shaikbasha4745 2 жыл бұрын
Bhai jetpack compose po tutorial start karo...please
@CheezyCode
@CheezyCode 2 жыл бұрын
bro bilkul karenge - thoda hyped hai abhi - production mei bahot kam companies use kar rahi h abhi...toh existing concepts par videos jyada honge
@karannga
@karannga 2 жыл бұрын
Sir make a video on nested recycle view in which more than two api call happen
@CheezyCode
@CheezyCode 2 жыл бұрын
Noted bro
@amitsahoo5212
@amitsahoo5212 2 жыл бұрын
Bro stateflow and coroutine per ek video hilt project per
@CheezyCode
@CheezyCode 2 жыл бұрын
Ok soon
@o.z.sidd.
@o.z.sidd. 2 жыл бұрын
♥️
@mohamed-tyb
@mohamed-tyb 2 жыл бұрын
speak englich men or go to ********
@CheezyCode
@CheezyCode 2 жыл бұрын
Give me a ******* reason
@Monsstergsa
@Monsstergsa 2 жыл бұрын
Sir telegram ya discord I'd dedo yaar plz help chaiye plz
startActivityForResult is Deprecated, look at the alternative way.
8:02
Israel Has The Right To Defend Itself | Stand-up Comedy by Daniel Fernandes
15:07
Jetpack Compose Navigation with Nav Arguments | CheezyCode Hindi
20:35
Content Providers - Android Basics 2023
22:40
Philipp Lackner
Рет қаралды 44 М.
What is API ?
10:19
Hitesh Choudhary
Рет қаралды 1,6 МЛН
StartActivityForResult in Android Studio | Hindi
15:38
Tech Code
Рет қаралды 3,8 М.
The SMART taxi business model | taxi startup | Dhruvam thaker | Case Study by Depak Roy
12:36