I implemented consent request using UMP according to this guide. I use real device to check the implementation: fun initialize(activity: Activity) {
I have a recyclerview showing items like this: MyRecyclerView Selecting items calculates a total price from the number you see in the circle of each item, addin
I am trying to write integration_test for my location app. I need to allow location permission from my integration_test. I have set ANDROID_SDK_ROOT in my windo
I have library and I try to add my android application which is named 'abc' so I create new folder |-app |-|-src |-|-|-main |-|-|-|-jniLibs |-|-|-|-|-android-aa
I have no idea what causing the error in my android project. The error "Failed to start several time. Restore it by clearing its history." happen in some of the
I want to set camera exposure.When camera starts i want to set higher values and when it stops it is set to lower value.So i used the below code.On emulator it
I try show AlertDialog when press a button. For AlertDialog i have a composable function - showDialog. It is clear that this function calls a dialog. I have ano
I am stuck at the below issue for quite some time and its not getting resolved, had searched across stack overflow, google, but nothing is working for me. There
I'm trying to test the insert operation in my room database. I have written the following code. @Test fun test() = runTest { val testString = "hello" dao.in
I'm trying to test the insert operation in my room database. I have written the following code. @Test fun test() = runTest { val testString = "hello" dao.in
I have integrated my Android app to Applovin (MAX) platform and added Facebook bidding as described on documentation. Waited several days to collect some perfor
I used nx.dev for my react native application, I have configured the 3 environments. Dev, QA, and Staging. Added productFlavors for the same. ENVFILE=.env.qa &a
when I try to debug my app in an emulator, it can stop at a breakpoint, but when I click "Step Out" and "Step into" during debugging, the Android App will simpl
I am using Google FCM to get notification from back end there are some situation where i am getting called FirebaseMessaging.onMessage.listen multiple times b
I am need some help with the development of a script that sends a txt file to the device that is connected to my pc (Bluetooth) I am using linux in this case an
I want to transform my image to grayscale but when i traid to use TransformToGrayscaleOp class i got this error in the ide: Unresolved reference: TransformToGra
If I generate a android application with the Android Studio, I got this themes.xml file: <resources xmlns:tools="http://schemas.android.com/tools"> &l
Maybe someone has had the same problems and can help us, or we find a solution together and it can help other developers in the future. Which Android Video SDK
I'm implementing Google Pay in a banking app and I've run into an issue implementing the "Continue yellow path through push provisioning" test scenario, if you
I am using following library to connect my android web3 app with metamask wallet. LINK Connect feature is working properly and getting metamask wallet address.