1,415,374 questions
0
votes
0
answers
4
views
Facebook SDK / App Events / Android >> Test page won't work :(
This question is about using the Facebook SDK to enable App Events for my Android app. Meta has a "test" page where you can -- supposedly -- test your app in real time and ensure your setup ...
Tooling
0
votes
2
replies
37
views
How to detect shelf horizontal angle deviation in a mobile app? (iOS and Android)
I need a way to analyze retail shelf photos, detect the shelf rail/edge angle relative to a horizontal line, and return “Not Detectable” if no valid shelf line is found. If the detected deviation is ...
-1
votes
0
answers
25
views
Google Chrome Camera for Android doesn't support wide angle zoom [closed]
When i click button
<input type='file'
Camera doesn't support chnage zoom to wide angle, only from 1x to 4x
Is it possible to fix it?
0
votes
0
answers
46
views
How do I get a transparent Shell navigation bar on Android using MAUI 10?
I am trying to make my app fully edge to edge, while using MAUI 10 and a having a visible Shell.NavBar. On IOS, the application renders like this:
Note that the Shell navigation bar is displayed, but ...
-1
votes
0
answers
53
views
Trying to understand the activity lifecycle of android [closed]
I am writing a simple pressure sensing android app that uses android 13+. The app senses pressure, and keeps track of it in a text file.
Not able to understand if it uses Java awt to manage its ...
-1
votes
1
answer
87
views
how to programmatically get a photo from the device's memory
How to set image from download directory automatically?
I know image name and location, but I don't know what the URI should be.
Something like:
getImageUri(String imageName){
Uri uri = Uri.parse(&...
0
votes
0
answers
43
views
On Android 16 how can an app programmatically switch STREAM_MUSIC in MODE_NORMAL to the TYPE_BUILDIN_SPEAKER device?
On Android 16 how can an app programmatically globally switch STREAM_MUSIC in MODE_NORMAL to the TYPE_BUILDIN_SPEAKER device ?
The SetSpeakerPhoneOn() and setAudioRoute() APIs are either deprecated ...
0
votes
0
answers
37
views
Using AppAuth-Android creates separate task
I am trying to use AppAuth-Android to authenticate with the Fitbit Web API.
I call AuthorizationService.performAuthorizationRequest() to show the Fitbit OAuth interface:
val authEndpoint = Uri.parse(...
-1
votes
0
answers
45
views
Flutter CERTIFICATE_VERIFY_FAILED on Android 13/14 but works perfectly on Android 16 (Sectigo CA)
I am developing a Flutter application that communicates with a live API server via HTTPS. The API calls work perfectly on an Android 16 device, but when I test the exact same code on devices running ...
0
votes
0
answers
64
views
TextAlign.Justify only works on the emulator, not on a physical device
why are all the lines (not just the last line of the paragraph) aligned to the left on a real device, while on a virtual device they are aligned to the width of the screen except for the last one (as ...
Advice
0
votes
2
replies
42
views
Is it possible to switch productFlavors(stage, prod and qa) dynamically
I have a requirement to implement an option to switch in between the build variant dynamically, so tried to find the way but no luck.
-1
votes
0
answers
51
views
Error "Unable to open asset URL" when using Nextjs + Capacitor [closed]
My application only loads the index page, and I can't redirect the page
This is logcat from Android Studio:
Click the image to enlarge it.
Error:
2026-03-27 13:55:18.498 6849-6898 Capacitor ...
Advice
0
votes
0
replies
24
views
Unpacking/Extracting spk file in React Native apps in android
While performing a security assessment on a React Native Android application, I encountered a non-standard asset structure. After decompressing the initial APK with apktool, I located a bundle file ...
0
votes
0
answers
26
views
Clover Sandbox Dashboard: Infinite "Uploading..." spinner with 404 "No app with ID" and "NoSuchKey" errors
I am building a React.Native Bare workflow for a Clover POS integration. I am strictly following the Clover APK Guidelines, but I am unable to upload any APK to the Sandbox Developer Dashboard.
The ...
Advice
0
votes
0
replies
59
views
How to use TFLite model signatures with InterpreterApi in LiteRT from Google Play Services ()?
I’m migrating my Android project from the bundled TensorFlow Lite to TensorFlow Lite via Google Play Services (LiteRT).
I use Movinet, which uses signatures and I’m feeding it individual video frames ...