Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
26 views

package com.app_name.app; import com.getcapacitor.BridgeActivity; import android.os.Bundle; import android.graphics.Color; // import android.webkit.WebView; public class ...
Bear Bile Farming is Torture's user avatar
-2 votes
0 answers
64 views
+200

When we do that, the Live Activity is immediately ended without any alert or sound. The dismissal-date is only used for the Lock Screen. It no longer shows on the Dynamic Island. Yet it says on Lock ...
mfaani's user avatar
  • 37k
2 votes
1 answer
42 views

Either i have open location permission window from my application, either i have go myself in application settings -> Permissions -> Location and playing with the options: Allow all the time ...
Chris P's user avatar
  • 2,437
0 votes
1 answer
77 views

Problem I call ActivityRecognitionClient.requestActivityUpdates and get success, but my BroadcastReceiver never gets any intents. No activity logs appear even after moving with the device for 30–60s. ...
Devesh Singh's user avatar
0 votes
1 answer
37 views

I have 2 activities in my app. When another one is called there is a spinner but it doesn't spin. I think it may be because the main thread is stuck. I moved all background tasks to Dispatchers.IO, ...
EnergyKickman's user avatar
1 vote
0 answers
54 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 ...
kralvarado's user avatar
0 votes
1 answer
75 views

I hope this is a simple one. I have an app that currently has a full-screen display of the time. Every second, the time is updated. I want to have it play a WAV resource depending on the time (say ...
Some1Else's user avatar
  • 849
0 votes
0 answers
32 views

In my original code, I have an activity named MainActivity. In this activity, I need to use Google Maps. When I run the program, everything works fine and correctly displays the activity's contents. ...
rmor23's user avatar
  • 1
0 votes
0 answers
99 views

I am using a androidx.media3.ui.PlayerView on an Activity to play a video on full screen in landscape. <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:...
Raimundo's user avatar
  • 605
0 votes
0 answers
15 views

The target activity uses singleTop as launchMode. When it is launched from another application with the following code, it shows Fragment A, then user switches to fragment B. Then user switches to ...
Dev_Cob's user avatar
  • 71
0 votes
1 answer
64 views

I upgrated my app to target the API 35. I downloaded Android Studio Narwhal | 2025.1.1 with Java sdk 21. In my manifest, PermissionsRationaleActivity is not recognized. The current documentation here ...
Karine's user avatar
  • 621
2 votes
0 answers
45 views

Problem I'm implementing weight scale functionality in my Flutter app using the AILink Bluetooth SDK (bluetoothlib_ts_1.0.3). This SDK requires extending BaseBlueToothActivity and implementing ...
Player91's user avatar
  • 153
0 votes
1 answer
97 views

SettingsLandingActivity holds multiple fragments and handles the transition in between them using NavController. When user enters the activity, it shows SettingsLandingFragment, as it is the default ...
Dev_Cob's user avatar
  • 71
0 votes
1 answer
117 views

We have an Android App written in Kotlin, which basically acts as a wrapper for a Web App (using an Android WebView). It's used mostly on older versions of Android (9, 10, 11), and since recently ...
Flock Dawson's user avatar
  • 1,888
3 votes
0 answers
40 views

Can unexpected behavior occur if activity.finish() is called multiple times, e.g. 100 times per second due to automated clicks on a Button? Is it a good idea to safeguard like this: if (!activity....
A.G.'s user avatar
  • 2,217
0 votes
0 answers
62 views

I'm using activity-alias in my Android project to support dynamic app icon changes for different occasions. Everything works fine after a fresh install, but when I change the icon and reinstall the ...
Hossam Sadekk's user avatar
0 votes
1 answer
33 views

I read through https://developer.android.com/guide/components/activities/activity-lifecycle?hl=en#saras and it doesnt say anywhere (or at least i cant find it) what would happen if the OS fails to ...
infoMining's user avatar
1 vote
0 answers
56 views

In Kotlin declared variables in the application class can be accessed using the below code. How do I implement the the same in Java to be able to access that class variables and methods. Thanks a lot. ...
Me Compu's user avatar
0 votes
0 answers
58 views

I'm developing an Android app that should be automatically installed and launched as part of the device setup process using a Mobile Device Management (MDM) solution. The app's package is configured ...
TheStranger's user avatar
  • 1,599
2 votes
0 answers
118 views

After reboot the LauncherActivity is created. Then following a config change the activity is destroyed and recreated. I could in the log that ActivityTaskManager: Config changes=80000000 is printed. ...
Dev_Cob's user avatar
  • 71
0 votes
1 answer
34 views

I'm currently working on changing the email in my app. The task is to open an email app (showing a chooser if multiple email apps are available) and, once the user selects an app, navigate to the ...
KolaYAndr's user avatar
-1 votes
1 answer
77 views

The problem is: Destination, date and notes are not displayed in the DetailsActivity, only the trip type is displayed. I think there is a problem in the Intent but honestly I can't figure out which ...
mattiac2210's user avatar
0 votes
1 answer
38 views

I have two Android apps, App A and App B, and I am using Intents to switch between them. Scenario: App A opens App B using an Intent. App B completes its task, and now I need the user to switch back ...
Santosh Naruje's user avatar
0 votes
1 answer
58 views

I want to use animation zoom ,that is built for the Flutter language in Kotlin Jetpack Compose. How can I implement this animation by transition between activities using navigation? Detail
aliking1400's user avatar
1 vote
1 answer
129 views

I am facing the issue while working with activity_transitionapi: Github Requirement: Detection of in-vehicle mode. While running the github project, we're not able to detect in-vehicle state in the ...
Ashish Gupta's user avatar

1
2 3 4 5
585