I am using tab widget and each tab belong to a activity group. An activity group has several sub activities.The sub activites are added to the activity group via LocalActivityManager.startActivitY from activity group but now i want to use startActivityForResult from instead of startActivity. Can someone help me to accomplish that as LocalActivityManager class does not havestartActivityForResult method..
How to call startActivityForResult from ActivityGroup
215 views Asked by W00di At
1
There are 1 answers
Related Questions in ANDROID
- Creating global Class holder
- Flutter + Dart: Editing name of a tab shows up a black screen
- android-pdf-viewer Received status code 401 from server: Unauthorized
- Sdk 34 WRITE_EXTERNAL_STORAGE not working
- ussd reader in Recket Native module
- Incorrect display of LinearGradientBrush in IOS
- The Binary Version Of its metadata is 1.8.0, expected Version is 1.6.0 build error
- I can't make TextInput to auto expand properly in Android
- Creating multiple instances of a class with different initializing values in Flutter
- How to create a lottie animation
- making android analyze with coverity sast tool
- Flutter plugin development android src not opening after opening example
- I initialize my ViewModel in the Activity with several fragments as tabs, but the fragments(tabs) return null for the updated livedata
- Node.js Server + Socket.IO + Android Mobile Applicatoin XHR Polling Error...?
- How I can use the shared preferences class?
Related Questions in TABWIDGET
- I have a problem with QTabWidget, how can I make the Tab panel like this?
- Qt and C++: Add QLineEdit to QTabWidget
- Tab widget size issue on Jupyter Notebook
- Widgets cross over the tab on Pyqt5
- QT TabBar side pane only
- tabHost.TabWidget.SetCurrentTab(index), getContent it's possible?
- QTabWidget - tab icons not in the center
- ipywidgets use container inside Tab
- Tab widget disappears
- Similar reference for different tabs in tab widget ? Strange
- How to add divider between two tabs
- How to make oval shape tabhost in android
- When I am trying to dynamically add new tab in QTabWidget my UI freezes and crashes afterwards I don't know whats going on
- PyQt - Tabbed dialog not displaying embedded widgets
- android:layout_marginBottom not leaving space at bottom
Related Questions in ACTIVITYGROUP
- How to run Location Request permission from the activity that manipulated from the activity class extends ActivityGroup
- How to use TabHost under android 6.0+
- OnResume() Not called in the child activity when used with TabGroupActivity in Xamarin Droid
- Handling tab press inside a activity group to do back press functionality
- Can I use NativeActivity with ActivityGroup?
- Application crash without any error
- java.lang.NullPointerException when i click on Tab (ActivityGroup)
- FragmentActivity as ActiivtyGroup in tabwidget
- android backspace issue in activity group
- Manage navigation properly Tabbar with ActivityGroup or Fragments etc in Android?
- Create activitygroup using mvvmcross and xamarin.droid
- How to call startActivityForResult from ActivityGroup
- startActivityForResult from ActivityGroup in jellybean causes restart application
- Image doesn't change in child activity using Activitygroup in android
- Image is not being displayed in child activity
Related Questions in START-ACTIVITY
- Android app crash when launching another app in UART service
- Is there a limit for startActivity new Intent? After 50 clicks you can't open a new activity
- How to check if startActivity is Allowed in background (Android)?
- Auto start android java application when USB is connected to mobile?
- ActivityNotFoundException {com.example.greetingcard/androidx.fragment.app.FragmentActivity};
- Unable to StartActivity from a class that extends Accessibility Service only in android 12
- Problem of being unable to use other apps when calling intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
- App Crash when User Click on Logout in Emulator
- Uploading an image using activityResultLauncher , convert URI into bitmap
- Best practice to implement startActivity using ViewModel in Jetpack Compose
- How to start another application from broadcast-receiver or a service when my application is in background
- Reopen Android app after some time when minimized using onPause callback
- PendingIntent start activity canceledException
- Pass options bundle to startActivity introduce an unexpected result in destination Activity
- Activity screen transition using Android Kotlin custom dialog Intent
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
@Sabya i had been there in the same situation few weeks past. And i have found from my side that there is no way to use startActivityForResult in ActivityGroup. So i found some hacking type of technique to get out of this. First create a static variable of the result you want from startActivityforResult.After doing this,intent to a transparent Activity,in which you doing all those stuff of activityforResult.After getting value you set the value of the static variable that you created in the TabClass,After then finish the transparent Activity