I'm using Coroutines for dealing with async jobs: viewModelScope.launch { val userResponse = getUsers() //suspendable function } What I want to do is stop
I want to convert the part of a string (textview) that contains the username to clickable and after the user clicks, move it to the same user's profile page (li
Target SDK in my project is 31 and when I'm trying to delete a file from DCIM directory, I'm getting following error such as delete denied by permission:android
I have developed a mobile game with OpenGL ES 3 on Xamarin (Which uses OpenTK). It's running fine on most devices, but crashes on some devices (HUAWEI Y5 lite).
My application starts a service that detects phone shaking. When the service detects a shake, it searches for a BT device within range and if a suitable device
I have an Angular 9 + Ionic 5 application, deployed as PWA, Android and IOS apps. We use google's universal, cross-platform URL to launch Google Maps, as descri
I adjusted the COVID-19 data checkbox in my Wear OS watch face's play store settings. After submission I got an unexpected policy violation of "Your app’s
According to the documents here, I followed the necessary steps. Yet, even though I can see the requested data when I debug my app, I see no network traffic on
In Android Studio the application was running on Real device, it was exported in ABK format .. But after a while, this error appears I read about gradle but did
I have both native code and Java in my app so I need to be able to debug both Java and native code. After upgrading to Android Studio Bumblebee | 2021.1.1 Patch
Flutter app crashes when user manually changing location perimssion from allow to deny. Is this a normal behavior ?, i've tried to change manually the permissio
In the doc it says: In Android 10 (API level 29) and higher, the platform automatically generates notification action buttons if an app does not provide its ow
I was following this official guide and wanted to use Poppins font for my project. The font has changed but the font weight property does not seem to be work. I
I am trying to enable Dark Night Mode in my App which is working though but when I restart the app it goes to again Light Mode basically I want to save Dark Nig
I tried to use PhotoِDarweeView inside ViewPager2. When I want to zoom in on the photo horizontally, it does not zoom in and instead the ViewPager2 swipes
Using compose, I want to create something like this : Problem is using compose AlertDialog I only achieve to get this : There is a padding between the AlertDi
Using compose, I want to create something like this : Problem is using compose AlertDialog I only achieve to get this : There is a padding between the AlertDi
I am getting this build error while I am trying to run my application from the Android studio. Execution failed for task ':app:checkDebugDuplicateClasses'. >
Listen my problem in this short video. Now I explain in more detail: In that video I've played (clicking on button) an audio file by three times, twice in a row
So in XML you were able to structure menu items and nest them like this. But in jetpack compose, I am unable to figure out how this would work. I already read