I'm creating an application to recognize the sound of two wave files, for doing this I have found that "Musicg" library is used for that purpose. so I just writ
I have a simple webview that open a music player from my website that works fine, but my problem is to keep the player playing in background when the phone lock
I'm trying to get camera shutter speed when a photo is taken with Android camera. Using this instruction in an image the app creates that contains the taken pho
Basically what i want to call a SOS number using the android content provider from a smart watch. I have searched a lot but not able to find the correct path to
i tried to display floating window in android 10 / Core M01 using WindowManger, but i am not able to get "Display over apps" permission:- i tried to use "Windo
I am learning Ktor. I want to print error value or exception. I have taken some piece of code from this post. I don't understand this post answer fully. ApiResp
I'm developing an SDK that needs to startForeground service from the background. Because it uses background location and Bluetooth-related works. If the applica
I want to update the content for a reminder after it has been added before being received by the user. After setting a reminder through AlarmManager using the d
before android update 3.4 my application run perfectly but after upgrade android my application getting merging error: "Duplicate class android.support.v4.app
Can anyone please point me out how to change this white background color of the app? Setting a color or background color on the Surface is having no impact. I'v
I am trying to convert a PNG image file into a webP image file. but it gives me an error even my application minSdkVersion>19 but i don't know why its give m
In one of my projects where the --livereload flag was working , suddenly the feature is not working but I see Launch Success message on my console. After launch
@Query("Select * From Mstudent where (strftime('%d%m',dob)) = :todayDate order by (strftime('%d%m',dob))") List<Mstudent> getStudentByBirthDate(Da
I have been reading the documentation of the new way of saving files in android 11 and it is not clear to me ... How could I save a file in / storage / emulated
how can I avoid the collect{} code execute again when navigate back to the fragment. ViewModel class private val _commitResult = MutableStateFlow<Map&l
When trying to build the project using flutter build apk --split-per-abi I however get the following error: FAILURE: Build failed with an exception. Where: B
I have a Microsoft Teams application developed as a Personal App. This app is having few different personal tabs in that. The app works fine in the Desktop, web
I'm trying to update my cordova application to use SDK 30 instead of 29, and I have a problem I cannot resolve. Apparently, the default value of setAllowAccessF
In Mac, I've setup Flutter in Android studio. When I'm running project it gives me error * What went wrong: Execution failed for task ':location:compileDebugKot
I'm new to coding, put already in a lot of hours and feel like I'm progressing step by step. However, I've encountered a problem that I was not able to solve ev