Skip to main content
2 votes
0 answers
47 views

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 ...
Apeva's user avatar
  • 56
1 vote
1 answer
32 views

I am working on a React Native app using Expo (managed workflow), and I need to implement an emergency alert feature. The requirement is: When a push notification is received, a sound should play for ...
Satheesh Kumar's user avatar
-1 votes
0 answers
47 views

Problem The app plays audio correctly However: No media controls appear in the notification No lock screen player widget is shown Earbuds/headset controls (play/pause/next) are not working ...
Goutam Jat's user avatar
0 votes
0 answers
41 views

I am integrating AdMob into my Android application, but ads are not loading at all, even when using Google’s test ad units. I am receiving the following error in Logcat: onAdFailedToLoad: Received ...
Tombstone's user avatar
  • 270
1 vote
0 answers
55 views

As soon as I add MobileAds.initialize(this) The dynamic color update does not work anymore. When I switch the OS color palette and go back to the app, the colors do not update. I need to restart the ...
Stefan's user avatar
  • 33
Advice
0 votes
1 replies
43 views

I am researching how deep linking works across different Android browsers. I noticed that using the intent:// syntax allows one browser to launch another or trigger specific app actions. For example: ...
Cyb3rCr0wCC's user avatar
-1 votes
0 answers
57 views

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 ...
Yanay Lehavi's user avatar
Tooling
0 votes
3 replies
69 views

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 ...
kdgiri's user avatar
  • 36
-2 votes
0 answers
46 views

So, i'm opening web page by google chrome for android When i click button like this: <input type='file' name='upload file' accept="image/*"/> I have a choise: use camera or attach file ...
Yuretz's user avatar
  • 125
0 votes
0 answers
58 views

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 ...
Chris K's user avatar
  • 594
-3 votes
0 answers
68 views

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 ...
Sid's user avatar
  • 111
0 votes
1 answer
106 views

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(&...
g9378's user avatar
  • 17
1 vote
0 answers
50 views

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 ...
smjamieson9's user avatar
0 votes
1 answer
50 views

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(...
leremjs's user avatar
  • 1,079
-1 votes
0 answers
57 views

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 ...
Gaurav Gupta's user avatar

15 30 50 per page
1
2 3 4 5
94358