1,419,249 questions
1
vote
0
answers
9
views
Testing adaptive ad in Google Ad Manager
I am trying to create adaptive banner using Google Ad Manager. I have downloaded simple example of fixed banner from Google. The code is following:
val adView = AdManagerAdView(this)
adView....
1
vote
1
answer
21
views
How do I scale my pixel art game in GameMaker without blurring the sprites?
I'm currently developing a pixel art game in GameMaker Studio 2, and I'm running into issues with scaling and resolution that affect how my pixel art looks. My game has a native resolution of 320x180, ...
0
votes
0
answers
6
views
Passkey fails with .aab uploaded as an internal test app
Can someone help me discover what might be wrong here?
I want to create a passkey and after it asks for my fingerprint I get this error:
[Registration_flowRunner] Flow failed. [CONTEXT service_id=363 ...
0
votes
0
answers
9
views
React Native Google Mobile Ads "Cannot read property 'BannerAd' of undefined." on Android
I'm setting up Google Mobile Ads in a React Native project (0.79.1) on a new MacBook with these dependencies:
node -v: v22.15.0
npm -v: 10.9.2
java --version:
openjdk 17.0.15 2025-04-15
OpenJDK ...
0
votes
1
answer
21
views
How to capture adb pull and push output?
I need to run some adb commands through a small java application. Everything works fine but I can't intercept the output of the pull and push commands.
Here's a simplified example of what I've come up ...
0
votes
1
answer
21
views
Can't import MPAndroidChart libraries into Activity declaring in TOML and build.gradle (app)
I'm in Sdk 35. I've declared MPAndroidChart in my Android project:
in TOML as mpandroidchart = "3.1.0" and mpandroidchart = { group = "com.github.PhilJay", name = "...
0
votes
2
answers
28
views
Severe and Minor Location Fluctuations Using FusedLocationProviderClient in 24/7 Java Android Device (Mining Environment)
I am working on an Android Java app that runs 24/7 on regular Android devices deployed in a mining environment.
The devices are rebooted once a week but otherwise stay running continuously.
I am ...
0
votes
0
answers
14
views
How to get column and row from a TextView witch is in a TableRow
I have TextViews in a TableRow like this :
<TextView
android:id="@+id/tv00"
...
android:text="@string/Espace"
android:textColor="@...
0
votes
0
answers
20
views
How can I open my app when NFC tag is scanned?
I have a React Native app (built with Expo). I would like the phone to open my app when an NFC tag is scanned.
I have set up my NFC tag with the URL https://my-web.com/tag/login (my-web is just an ...
0
votes
0
answers
11
views
What is the correct way to configure mainTemplate.gradle in Unity when using EDM and Firebase/AdMob to avoid duplicate classes or dex errors?
I'm an Android developer based in Pakistan working on a Unity 3D game project. I'm trying to integrate Firebase and AdMob SDKs into my Unity project targeting Android. I've enabled the Custom Gradle ...
1
vote
0
answers
22
views
The USB transfer prompt doesn’t appear on Samsung Galaxy Active5 tab kiosk mode when connected to PC
We're developing an Android app with core USB communication features, published in kiosk mode via Android Management API (MDM). We've configured the policy to allow USB data transfer using:
"...
1
vote
1
answer
48
views
How to detect which app shared a file to my mobile app? (Android / iOS)
I'm developing a mobile application using .NET MAUI(ShareExtensions are native coded). In this app, users can share files to it from other apps like WhatsApp, Photos, Files, etc.
I would like to ...
1
vote
1
answer
37
views
Flutter Android complete custom native launch screen
I have been trying to build a custom native launch screen on android using flutter. I read that since Android 12, you have to use their Splash Screen API like this:
<?xml version="1.0" ...
0
votes
0
answers
24
views
Can I customize both the notification sound and vibration for push notifications in an Expo React Native app on iOS and Android?
Question
I'm developing a mobile application using Expo (React Native) and I want to customize both the notification sound and vibration pattern when the app receives push notifications.
What I'm ...
0
votes
0
answers
30
views
I would like to have a notification sound and vibration at the same time when receiving web push notifications
What I want to achieve
I want to play a notification sound and trigger vibration simultaneously when receiving a web push notification.
Current situation
I have created a PWA (Progressive Web App) and ...