1,414,466 questions
Tooling
0
votes
0
replies
47
views
How can i build an audio video overlay module for my app?
i am building an app using expo where i want the user to be able to create videos by recording the audio and video separately after which the app automatically overlays the audio over the video that ...
Advice
0
votes
0
replies
55
views
How i can start with Add Firebase Admin SDK, dependencies, folder structure, service account setup
- Spring Boot
- Android (Jetpack Compose)
- Kotlin
I want my Spring Boot backend to send FCM notifications when an order status changes.
Before writing code, I'd like to understand the recommended ...
Advice
0
votes
2
replies
87
views
Notification Service in android when app is in background
I am building an e commerce app using Android Kotlin Jetpack Compose with Admin Pannel. If admin update the status of order how my android app will know the status of order to push notification.My ...
Score of -3
0 answers
68 views
How do I transcribe call audio without going on the cloud? [closed]
How do I achieve this? Right now I have tried a lot of different permissions and routes to achieve this but always receive a silent stream of audio the moment a call starts.
Advice
0
votes
20
replies
227
views
Software engineering
Basically its been 4 years i searching what does a software engineers do, and what to learn to become one. and whats the difference between software developer and software engineer ,also in my 2nd ...
Score of -1
0 answers
65 views
Android game (Eliatopia) returns com.amazon.coral.service#UnrecognizedClientException: The security token included in the request is invalid [closed]
__type":"com.amazon.coral.service#UnrecognizedClientException",
"message":"The security token included in the request is invalid."
Device information:
Device: TECNO ...
Advice
0
votes
1
replies
90
views
How can an Android phone app retrieve the list of installed apps from a connected Android TV over Wi-Fi?
I'm developing an Android TV remote control application that connects to an Android TV over the local Wi-Fi network.
One feature I want to implement is an Apps screen where users can see all apps ...
Score of -6
0 answers
101 views
Decrypting a wordlist decoded from an Android APK [closed]
I have a wordlist that is embedded into an android app
The wordlist is encrypted and stored in several byte arrays in the code below. The arrays must be joined together in the same order.
The order is:...
Score of 0
1 answer
92 views
Can't set up Google OAuth 2.0 from Expo Go
I'm developing a react app. Google OAuth 2.0 login works on the web version. However, on Android (Expo Go), I constantly encounter the error:
Access blocked:
Authorization Error.
Error 400: ...
Advice
0
votes
2
replies
90
views
How to reset upload signing key (.jks) in the new Google Play Console UI (missing App Integrity/App Signing section)?
Google has updated the Play Console layout, making it difficult to find the key management options.
If you are stuck and cannot find the options in the sidebar, you can access the page directly by ...
Score of -2
0 answers
61 views
android SDK key different to google console aab file upload [closed]
I have been trying to upload a mobile game I made on the Google Player store however its saying a mismatch. Note this is a brand new mobile app. I exported it aab package. I created the key from ...
Score of 1
0 answers
79 views
google_mlkit_face_detection: FaceDetector.processImage() crashes only in Android release (works in debug)
I'm seeing a native crash from google_mlkit_face_detection that only happens in Android release builds.
Environment
Flutter: (version)
google_mlkit_face_detection: (version)
google_mlkit_commons: (...
Score of 0
0 answers
64 views
How to break Developer option [closed]
I am using the KAAMS app. The app closes automatically and shows the message "Developer Options Enabled" when Developer Options are turned on. I need Developer Options for my work/testing ...
Best practices
0
votes
1
replies
46
views
How to conditionally bypass AdMob Mediation and initialize Unity Ads directly on Huawei devices (No GMS)?
I have an Android app that uses AdMob Mediation as the primary ad network, with Unity Ads as a mediation partner. This works perfectly on standard Android devices.
However, I am now compiling a build ...
Advice
0
votes
6
replies
120
views
In Android, can a shared library have a custom file extension instead of .so and still be loaded using loadLibrary?
I'm working on an Android project with C++ native libraries built using CMake. I want to give my shared libraries a custom file extension (e.g. .abc or .xyz) instead of the standard .so.
Most of my ...