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.

android
0 votes
0 answers
9 views

AOSP Development: Kotlin cannot access R class id, but Java can! Why?

I started diving into AOSP development recently and I am following some code labs originally written in Java on how to customize the SystemUI (for Automotive AOSP). I have checked that parts of ...
seriouslysupersonic's user avatar
0 votes
0 answers
6 views

Glide GIF animations play slowly after a necessary clearing

I am experimenting with animated buttons using GIF files and I encountered a strange error that I can't seem to fix without messing up something else. Let me explain. I have these 4 buttons (2 static ...
Lekstadt's user avatar
  • 588
0 votes
0 answers
8 views

Ola maps integration in Flutter

So I am working on a similar project like ola for the tier 3 cities and i see that ola maps are free but Ola Maps only provide android sdk, and does not support flutter for now, how do I implement the ...
Burhan's user avatar
  • 1
0 votes
1 answer
4 views

Store key-value pairs with Gradle Kotlin DSL

I am trying to organize my code and get rid of some unnecessary repetitions. Current code: android { defaultConfig { buildConfigField("String", "VAR_1", "\"1\&...
dzboot02's user avatar
  • 2,869
1 vote
0 answers
5 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,884
-1 votes
0 answers
10 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
5 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
8 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
9 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
12 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
11 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

15 30 50 per page
1
2 3 4 5
94605