Category "android"

TextView and data structures with practically unlimited capacity?

I need a TextView-like widget that is able to show file contents of arbitrary size. Android default TextView can hold and display 2^31 characters, which is just

I am accessing the Play Integrity API, and the received token is not in the same format as the api document

import com.google.android.gms.tasks.Task; ... // Receive the nonce from the secure server. String nonce = ... // Create an instance of a manager. IntegrityMan

Android compose ModalBottomSheetLayout jumps on content size change

I basically have the same problem as this post, except I'm using Jetpack Compose, instead of the old View model. It happens with any kind of content - I tested

How can create merge adapter class in android kotlin

How can create merge adapter class in android Kotlin i have two class one class contain header other class contain image card how can create merge adapter class

How can create merge adapter class in android kotlin

How can create merge adapter class in android Kotlin i have two class one class contain header other class contain image card how can create merge adapter class

W/Ads: #004 The webview is destroyed. Ignoring action

Logs: 2021-12-28 13:15:51.438 17135-17135/app.mark.movierecommendor I/DynamiteModule: Considering local module com.google.android.gms.ads.dynamite:0 and remote

Android Studio is not detecting code changes on Run 'app'

Solved! I am new to Android Java programming. Trying to make a simple app. All went smoothly until windows crashed and something happened to Android Studio. Eve

transformDexArchiveWithExternalLibsDexMergerForRelease Failed

I am using sqlcipher for database security. In debug mode signed apk generated successfully.But release mode getting Error, I have tried with adding multiDexEna

Fixing green YUYV frame format being streamed using OpenGlView

I am using a library to do RTMP streaming from an USB/UVC camera in android. The library I am using is this one. This library works just fine for android USB ca

Android usb serial setting custom baud rate

I know how to set standard baud rates with the method UsbDeviceConnection.controlTransfer(). But how can I set a non standard baud rate, like 3000000 or 4000000

downloadUrl give empty result

I have a function to upload some data to firebase like this private fun addDatatoFirebase(){ val addImage = StorageRef.child(preferences.getValue("username"

WorkManager: java.lang.VerifyError: Verifier rejected class androidx.work.impl.OperationImpl

I'm trying to resuscitate an old codebase. In one of the activities, the enqueue() call represented in the code snippet below keeps crashing the app: WorkManage

Android Koin injected viewmodel with multiple same class parameters fails

I'm following the docs as stated her https://insert-koin.io/docs/reference/koin-android/viewmodel/#viewmodel-and-injection-parameters The only difference is my

Can't find main.dart as entrypoint, how to connect Android project to the main.dart file?

Please don't mark as a duplicate. I have tried to read this Flutter : Target file "lib/main.dart" not found but I have found no answer, because what I ask will

Is there a material TimerPicker widget in Flutter? [closed]

I want to implement a time picker widget to allow users to record duration (hours and minutes) and I also want to show differently depending o

Android Emulator is not getting started automatically when running simple appium on windows machines

Android Emulator is not getting started automatically when running simple appium test. Eventhough I am setting both “avd” and “deviceName&rdqu

Xamarin.Forms : Error running program in debug mode after reinstalling Visual Studio 2019 v 16.11.11 preview 1.0

I had to reinstall Visual Studio 2019 after a Windows 10 crash. My program was developed under VS 2019 16.9.3, and the reinstalled version is 16.11.11 preview 1

Android APP crashes while Loading the ads

I am trying to make a social media application. I am trying to insert ads in between the posts. In the below code when running app crashes while executing the a

Flutter unable to build app for android 12

I am trying to build my Flutter App to support Android 12. It works fine up to Android 11, but is not supporting Android 12. I trying to add android:exported="t

Huawei Hair Segmentation Retuning Null value at getMask()

I'm working on a project where I have to change the hair color of a person's image and for this, I'm using Huawei Hair segmentation. Here is the code of Analyze