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.

1 vote
2 answers
23 views

How to start MainActivity after SplashScreen?

I want to run my app on devices below android 12. The app will have a splash screen, the app can't use splash screen api becuase it does not work sufficiently in devices below android 12. How to ...
Fatima Jamal's user avatar
0 votes
0 answers
10 views

UART sends but does not receive: ODROID C4 using Android-Serialport-API library

I have an ODROID-C4 that I am trying to get to communicate with an external controller using the UART1 port on the 40-pin header. I am programming in Android and using Android-Serialport-API library ...
adgm's user avatar
  • 1
0 votes
0 answers
7 views

Best way to use auth0 for managing permissions in a chat application where we might have roles like group admin or regular group member

So I way developing a chat application and kinda stuck while setting roles, permissions, scopes etc. So I was using auth0 for authorization along with OIDC for authentication. The components of my ...
Joydeep Bhattacharjee's user avatar
0 votes
0 answers
5 views

Getting exception while setting up an detox project

Getting exception after executing this command npx detox build -c android FAILURE: Build failed with an exception. What went wrong: Execution failed for task ':app:...
Krish Srivatsav's user avatar
0 votes
0 answers
9 views

How to open Flutter app from foreground mode?

I am making an alarm application with Flutter, I coded a foreground service with PlatformChannel and MethodChannel. When countdown finishes I want to show an Alarm page but I can't deal with it. The ...
Serhan Ergül's user avatar
-1 votes
0 answers
19 views

How to send/receive text messages in Blazor App

For fun, I wanted to make my own default texting app and make it compatible for both IOS and Android. As far as I can figure, Blazor doesn't support it. I was wondering if there was a good API for ...
CollidaCube's user avatar
0 votes
0 answers
20 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
13 views

Glide GIF performance is worse after Glide.with(this).clear

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
23 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
6 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
6 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
20 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
3 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
12 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

15 30 50 per page
1
2
3 4 5
33