Category "android"

How to build react native apps specific to an environment in nx.dev

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

Android Studio App Crash When using "Step Over" and "Step Into"

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

Google Firebase FirebaseMessaging.onMessage.listen calling multple times in flutter

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

how do I send a file via bluetooth with python?

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

Uneable to find TransformToGrayscaleOp class in android for transform to greyscale in android

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

What the complete list of item options for an Android Theme

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

Troubles creating a Zoom Meeting SDK session on android with generated JWT token, always leads to 2003 error

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

Google Pay resolving yellow path provisioning caching issue

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

walletconnectkit-android send transcation not working metamask

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.

no sound device found after flashing my aosp Pixel 3a XL (bonito) kernel

I had built my linux kernel for my Pixel 3a XL (bonito), just followed the building-kernels guide. But after I replaced the kernel I had built, no sound device

Executor pauses and doesn't process pending queues

I have a long-running task of creating a bitmap saving it and recreating more bitmaps which I was doing on a single background thread ExecutorService executor =

Can't get my Activity in front of the lock screen

I want to put my activity in front of the lock screen. I added whatever I saw on the internet as a flag to print activity on the lock screen. But on some device

Hi all ., Not able to sendkeys in Appium server, when connected to my real device ! ...[Android]

[ this is the version am using & connected to my real device Where I used the xpath such as (//*[@resource-id='text-input-outline'])1 After that , its showi

How to mark the icons according to the GPS coordinates on the map-captured image?

Capture a map, create an image, and display it on the screen. The image has a start point and an end point. Rotate the image so that the starting point is alway

How to make a Generic Type Serializable API Model?

When i using Retrofit2, I wanna to trying to convert JSON to Object in Kotlin. I have no idea how to generate it to an Object. My Api Response Json [ {

FFMpeg Add multiple Gifs/Watermarks to a video

I'm trying to add various Gifs/Watermarks to a video, but I'm having a problem getting it to work properly. We're assuming the video is 60 seconds long and I'm

Can I apply popEnterAnim when I popUpTo a destination?

I have a NavGraph like below. Why I CANNOT execute the popEnterAnim when popUpTo the graph starting destination? <?xml version="1.0" encoding="utf-8"?>

How to detect state of ModalBottomSheetState while swiping bottom sheet in compose

simple question, How to detect state of ModalBottomSheetState while swiping bottom sheet in compose? I mean, I want to know how can I find out where state of M

Cannot use search view to filter list view displaying data pulled from SQL server

I am very new to app development and i'm trying to create an app connect to an sql server. The app pulls data from the server and displays it in a list view. I

Can't see implementation of protected abstract functions in Android package

I have been going over the android package a bit. I am using sdk 30 and for example in SensorManager.java there is a function protected abstract List<Sensor&