Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
1 vote
0 answers
65 views

Issue: I've been updating my apps for the Android 36 updates. I've implemented the onBackPressedCallback for my activities. I've tried adding a DrawerListener that will set the DrawerLayout's ...
0 votes
0 answers
38 views

I have one activity called TourMapActivity and StopChoiceDialogFragment. This is a map route type app. When the user starts the route, this modal opens. If the user clicks on any of the options, when ...
0 votes
1 answer
73 views

When my Compose-based launch activity is run, it displays a video using ExoPlayer. This works fine, but when it happens after an in-app update the video starts playing briefly then restarts from the ...
0 votes
1 answer
72 views

Can I safely perform bindService() and unbindService() when a button is clicked inside an Activity or Fragment, instead of binding in onStart() and unbinding in onStop()? Will it cause any issue if ...
0 votes
0 answers
56 views

We recently got an exception where a findNavController.navigate() call was made from a fragment that seems to have been in the process of being destroyed, while another (the new/top one) was being ...
0 votes
0 answers
47 views

This is a Demo Project to illustrate a basic problem with Voyager navigation, lifecycle handling and configuration changes. Using Voyager (HomeScreen wrapped by Navigator) leads to problems with ...
1 vote
0 answers
201 views

I am fetching the network preferences from the remote config and based on the value I am showing the ads to user. But it failed to show the ads when it is from the Application class. @Override ...
sejn's user avatar
  • 2,826
1 vote
0 answers
45 views

I have a two fragments, A and B. Let say fragment A is a person form and B is a city searcher. In fragment A, I query the database server for some data, and until I get this info I display a ...
2 votes
1 answer
48 views

While a user moves around my app I collect key events in a list. When the user quits the app I want to: write that list to a file; and upload that file to the cloud for analysis on the backend I put ...
3 votes
2 answers
157 views

I’m facing an issue with triggering a WorkManager worker from the onDestroy method of my MainActivity. Here's the scenario: I’ve implemented a ClearCacheWorker using WorkManager to handle background ...
0 votes
1 answer
29 views

I have two Activities, I am trying to send event from activity A to activity B without entering to activity B. I am trying to do it with sticky eventbus, the problem is the event does not get trigger ...
1 vote
1 answer
67 views

I have two activities - LaunchActivity and GameActivity. It's necessary for LaunchActivity to open first because it launches GameActivity with configuration parameters. This is working fine except ...
2 votes
0 answers
46 views

On Android 14, If I'm launching an app while the device is locked, it will call onResume/onPause, while the app is in the background. This is causing issues with NFC intent registration, because the ...
0 votes
1 answer
105 views

I have Main, Home activities are there Launcher app side (.apk). PlayActivity, Profile, and Init are there on the library side (.aar) from the server side 1 message will trigger, then I want to show ...
1 vote
1 answer
103 views

I want to refresh my feed in an Android app, but only when the app is brought back to the foreground (e.g., from the background or when the user minimizes and reopens the app). The refresh should not ...

15 30 50 per page
1
2 3 4 5
...
163

AltStyle によって変換されたページ (->オリジナル) /