I am using registerForActivityResult for google sign in implementation in my development. Everything was working fine until I upgraded my fragment dependency t
I'm trying to implement React Native into an existing Android application. I follow the steps in the official documentation and I have ended with the following
I need to read the signature of the platform key, which signed the whole build on the device. Currently, I can read the signature of an arbitrary package like c
Is there any way to have a boolean that goes true when successful login and false when not, and to be able to access it and change its value in the activities?
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