S sareban Member Apr 25, 2022 #1 Hi I want to wrapp a library that needs ActivityResultRegistry in one of its methods how can i get it in b4a?
Hi I want to wrapp a library that needs ActivityResultRegistry in one of its methods how can i get it in b4a?
DonManfred Expert Licensed User Longtime User Apr 25, 2022 #2 What is ActivityResultRegistry? what exactly are you trying to archieve? Most probably it is part of OnActivityResult? Last edited: Apr 25, 2022
What is ActivityResultRegistry? what exactly are you trying to archieve? Most probably it is part of OnActivityResult?
S sareban Member Apr 25, 2022 #3 that is it ActivityResultRegistry | Android Developers developer.android.com in android studio in AppCompatActivity i can get it with yshis method: this.getActivityResultRegistry And according to this article added in androidx.activity:1.2 version of androidx.activity in my sdk is 1.1 so when i update androidx.appcompat and androidx.activity from sdk manager i can not run my project it has error before start activity how can i fix it?
that is it ActivityResultRegistry | Android Developers developer.android.com in android studio in AppCompatActivity i can get it with yshis method: this.getActivityResultRegistry And according to this article added in androidx.activity:1.2 version of androidx.activity in my sdk is 1.1 so when i update androidx.appcompat and androidx.activity from sdk manager i can not run my project it has error before start activity how can i fix it?
S sareban Member Apr 25, 2022 #4 sareban said: that is it ActivityResultRegistry | Android Developers developer.android.com in android studio in AppCompatActivity i can get it with yshis method: this.getActivityResultRegistry And according to this article added in androidx.activity:1.2 version of androidx.activity in my sdk is 1.1 so when i update androidx.appcompat and androidx.activity from sdk manager i can not run my project it has error before start activity how can i fix it? Click to expand... or accord this if can i update appcompat of sdk to 1.3 or higher i can fix it but when i update it i can not run my project please help me
sareban said: that is it ActivityResultRegistry | Android Developers developer.android.com in android studio in AppCompatActivity i can get it with yshis method: this.getActivityResultRegistry And according to this article added in androidx.activity:1.2 version of androidx.activity in my sdk is 1.1 so when i update androidx.appcompat and androidx.activity from sdk manager i can not run my project it has error before start activity how can i fix it? Click to expand... or accord this if can i update appcompat of sdk to 1.3 or higher i can fix it but when i update it i can not run my project please help me