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
4 views

How to configure buildSrc in Android project to generate libs from toml file

Im investigating using buildSrc in my current android project i have created a buildSrc folder and specified Config constants that work fine in my apps gradle kts files. object Config { object ...
Hector's user avatar
  • 4,874
-1 votes
0 answers
8 views

Trouble streaming non-local Google Photos video without downloading

I'm making an app where the user can select a video from the gallery and launch it later using their default viewer. My initial attempt looked like this Intent intent = new Intent(); intent.setType(&...
vincatzero's user avatar
0 votes
0 answers
4 views

Admob open ads misplaced video on Android

I am developing Android apps and add Admob ads into my app. When the open ads is showing video, the video is misplaced, it goes to upper side. How to resolve this. It happened on android device. This ...
llch's user avatar
  • 128
0 votes
0 answers
2 views

Flutter : Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.0, expected version is 1.7.1

I got some erros in my flutter app Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. e: C:/Users/nilsm/AndroidStudioProcjects/Prosjekt/...
nilshv's user avatar
  • 31
0 votes
0 answers
11 views

Android - BillingLogger: Skipped logging since initialization failed

Testing out in app purchases with the following: purchasesUpdatedListener = new PurchasesUpdatedListener() { @Override public void onPurchasesUpdated(BillingResult billingResult, List<...
Carlos Cmd's user avatar
0 votes
0 answers
7 views

"Sending message to a Handler on a dead thread" warnings in a foreground service that gets location every second

I’m having an issue with a foreground service in my Android app. I’m encountering the following warning in the log: Handler (com.google.android.gms.internal.common.zzi) {c19f288} sending message to a ...
ronenfe's user avatar
  • 2,338
0 votes
0 answers
8 views

Audio Recording with Android OS 14 Not working Properly

I am using Audio Recorder for Record Audio up to Android OS 13 it was working fine but with Android OS 14, it is not working properly. Basically inside the application User records audio for 15 ...
iOS Developer's user avatar
0 votes
0 answers
11 views

SharedPref not keeping value for 1 array but working for another

SharedPref not keeping value for 1 array but working for another. I am saving strings from Activty1 to a JsonArray for jsonArray_Score_Correct_book and jsonArray_Score_Correct_type When getting these ...
TwoStarII's user avatar
  • 351
0 votes
0 answers
7 views

How to get "supportedAbis" on android browser

How can i get at least one supported ABI of android device through website on android browser? I just want supported ABI name like (arm64-v8a, armeabi-v7a, x86-64) of android device through website ...
Sunny's user avatar
  • 1
-1 votes
0 answers
6 views

i have RecyclerView in kotlin project this recycler shows list of mp3 files and i want to when mp3 finish jump automatically to next itemView

i can't jump from current itemView to Next ItemView in recyclerView but this within recyclerView i have RecyclerView in kotlin project this recycler shows list of mp3 files and i want to when mp3 ...
learn map's user avatar
0 votes
0 answers
5 views

Error Implementing Amazon Appstore IAP - Fatal Error: Resource already registered: I5.f@4e905fb

I have an application published in Amazon appstore and also created in-app-purchase items for it in appstore of amazon. I have followed all the required steps to implement Amazon IAP in my app to ...
ManavPatni's user avatar
-1 votes
0 answers
12 views

How to display image from USB camera on old android?

Short question: I'm making an app for android 4.2.2, to display image from USB camera on tablet. The picture is not displayed. Can you please explain why? Thanks! (below is a link to the source code) ...
ghtx280's user avatar
  • 49
0 votes
0 answers
6 views

Custom Icon in MarkerComposable don't get updated after update text inside it

I have a map with markers and the marker I add a custom icon to it with a text indicating the sequence of that marker. and what's happening is when I update these marker sequences it's not get updated ...
Sattar's user avatar
  • 2,573
0 votes
0 answers
8 views

Correct Location of Android & Ios Manifest

What is the correct location for Android manisfest and Ios in Flutter Here is my code I need the correct location details, so that this can work successfully Future<void> _updateAndroidManifest(...
Clubz Friendship's user avatar
0 votes
0 answers
6 views

How to create a temperature knob in Android Studio?

I'm still learning with android development with android studio as IDE and I'm trying to learn the Thermostat knob ux design in documentation that the anrdoid studio have (like the image below) but I ...
Greg's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
36