Pinned content
View all 2 collectionsMobile Development admins have deemed these posts noteworthy.
Android Frequently Asked Questions
Can you answer these questions?
View all unanswered questionsThese questions still don't have an answer
How can i build an audio video overlay module for my app?
How i can start with Add Firebase Admin SDK, dependencies, folder structure, service account setup
HKStatisticsCollectionQuery initialResultsHandler returns nil results for one specific user — read auth granted, data exists, survives reinstall
dot net 10: When embedding an UIImagePickerController as a child view controller (camera) a UIAlertViewcontroller pops up "Flash Is Disabled"
UITabBar unselectedItemTintColor ignored iOS 26
Recommended answers
View all recommended answersThese answers have been recommended
In Android, can a shared library have a custom file extension instead of .so and still be loaded using loadLibrary?
Why not AppName.purpose1.so if you insist on it? You can have more than 1 dot in a filename. The . doesn't actually mean anything to Linux. Although really, is there any gain to have a . instead of ...
How can I download a Play Store app through browser on emulator
Simply use adb and open the URL in the default web browser as described here: Open Chrome with ADB
How do I make an infinite animation with ease in?
I would split this animation into two phases, 1: on start a constant acceleration, 2: spin at constant speed forever. See below: val rotation = remember { Animatable(masterAngle) } // Do animation in ...
Is there a way to give Device Owner Permission in app without running it in Kiosk Mode?
A simple workaround would be to use two apps. That way you could simply uninstall the one app and then reinstall an older version. Downgrade protection of apps are only active as long as the app is ...
Is it possible to create an iptable whitelist on a non-rooted android 15 device?
Stack Overflow is for programming questions. This does not appear to be a programming question. Try https://android.stackexchange.com/.
See what's trending
View all trending questionsThese are the most active questions in Mobile Development Collective
How can I close/hide the Android soft keyboard programmatically?
Why is the Android emulator so slow? How can we speed up the Android emulator?
What is the difference between px, dip, dp, and sp?
How can I stop EditText from gaining focus when an activity starts in Android?
How can I fix 'android.os.NetworkOnMainThreadException'?
Using SwiftData with SwiftUI
Simply submit a proposal, get it approved, and publish it.
See how the process works