Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [android]

Android is Google's mobile operating system, used for programming or developing digital devices (Smartphones, Tablets, Automobiles, TVs, Wear, Glass, IoT). For topics related to Android, use Android-specific tags such as android-intent, android-activity, android-adapter, etc. For questions other than development or programming but related to the Android framework, use this link: https://android.stackexchange.com.

0 votes
0 answers
3 views

In Flutter Application Open google pay in device application and return the payment status

In My Application i want to show a one Google pay Button when the user click on this button i want to pass the whom to pay upi id redirect on google pay application transction page and after the ...
Nim's user avatar
  • 33
0 votes
0 answers
5 views

Android Dual Screen POS - what’s the practical way

I purchased an Android dual-screen device, with one screen in portrait mode and the other in landscape mode. The desired effect is for customers to use the portrait screen for self-service ordering ...
JiaWei's user avatar
  • 1
0 votes
0 answers
8 views

i want to show a available banking payment related application which is installed in device in Flutter

In My App I have one Payment Which i show available payment related application show how i can show this application in flutter. Future<void> _getPaymentApps() async { try { final List&...
Nim's user avatar
  • 33
-1 votes
0 answers
16 views

if I enter mobile number and its give OTP but its not navigate next page . how can i solve it [closed]

[enter image description here] -----img1 (https://i.sstatic.net/82ibUUbT.png) ------img2 child: Button( height: 6.3.h, width: 55.w, ...
Balu0142's user avatar
1 vote
0 answers
5 views

Is retrofit fast than ktor Client

In my Android application, I'm currently using Retrofit to fetch data from an external API. I've noticed that the data retrieval process typically takes between 500 to 600 milliseconds to complete. ...
Pawandeep Singh's user avatar
0 votes
0 answers
9 views

Error "Sending non-protected broadcast the app package" on Release [duplicate]

I have a problem, I got an error on release our application. This is the following error: E Sending non-protected broadcast com.adgutech.adomusic.E417F87A02F7EECFE66F7E76FA75383D_1722055777366 from ...
adgutech's user avatar
0 votes
0 answers
6 views

How to block a notification entirely?

I'm running a service extending NotificationListenerService: class NotificationBlockerListenerService : NotificationListenerService() { override fun onNotificationPosted(sbn: StatusBarNotification)...
Valentin Vignal's user avatar
0 votes
0 answers
7 views

"AppName" Has Stopped . A dialog message popup when I run the my App

When I try to execute my app, the app first gets into the white screen then the message popup that "App" Has Stopped . I tried to solve the problem but the issue remains the same. for this ...
Shahid Faried's user avatar
0 votes
0 answers
5 views

Same host for 2 activities but one with pathprefix : deeplinks in android

I have two activities in my Android app that share the same host but have different path configurations for deep links: Activity A: Should handle deep links that contain only the host (e.g., https://...
Charmi's user avatar
  • 21
-1 votes
0 answers
7 views

Why is LiveData postValue not updating my data in the background thread?

I'm working on an Android project where I receive data via USB in a background thread and update my LiveData object using postValue. I have a webView in the main thread. However, after calling ...
Kieu Le's user avatar
0 votes
0 answers
8 views

Why Does AnnotatedString.fromHtml() Fail to Apply Link Styles Correctly?

val htmlText = "This is an example with inline links and HTML formatting." val annotatedString = AnnotatedString.fromHtml(htmlText) BasicText(text = annotatedString) Here's the result ...
JessicaJ's user avatar
0 votes
0 answers
11 views

How can Kotlin prioritize using framework.jar instead of the default Android SDK

(https://i.sstatic.net/Ax6k4y8J.png)(https://i.sstatic.net/H37cYV5O.png) In my Android studio project, I need to use framework.jar, but I found that the Java files in the project uses framework.jar, ...
123's user avatar
  • 1
-1 votes
0 answers
15 views

how can to become an android developer [closed]

I have been exploring various codelabs in Google's beginner course for Android. Although I am not a beginner in programming, I am new to Android development. However, I found the course not ...
Abdallah's user avatar
0 votes
0 answers
8 views

Kotlin cameraManager.cameraIdList returns only 2 ID'd

I'm setting up a camera in Kotlin using the camera2 API, but I need to use the wide-angle lens of my device. In the code cameraManager.cameraIdList only returns the id [0, 1] referring to the rear and ...
Angelo Pavani Neto's user avatar
0 votes
0 answers
17 views

React Native app with version <=0.65 for android is crashing in real device when targetSdkVersion is bumped from 33 to 34

I am using RN version 0.64.0. When I changed targetSdkVersion from 33 to 34, my react native android is crashing. ENV: RN: 0.64.0 Node: 16.16.0 Gradle version (updated): 7.4.2 Gradle plugin version (...
Btbrad's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
34