Category "android"

Is there a way to play Twitch audio without interaction from the user when the phone is asleep?

--First off I am aware this is invasive, I'm trying to make an alarm-- I'm looking to create an Android app that sets an alarm which will play Twitch audio with

HTML : why doesn't drag events work in android?

I have a project that uses ondrag events(like ondragover and ondragend) but these events doesnt fired in android.i converted html to apk with Website 2 apk buil

How to remove everything from ListView using a button onClick?

How to remove everything from ListView using a button onClick? When i try "fullCourseList.clear();", I can't add any more courses and the page is refreshed only

jetpack Compose with Coil not loading URL images

New to Jetpack Compose and Coil, but not new to Android or Java/Kotlin. I'm not able to show images from a URL...Something basic missing? I took the Google/Andr

I made a user database of Online-users in Firebase database using in activity first but when i use intent to go to other activity , it vanishes

I want to maintain online-user firebase db throughout the app, not just an activity. in onCreate() i'm building the fire db and in onStop() I'm removing the use

How to get color of X Y pixel in python from android screen as fast as is possible with adb or another solution

I try write some automatic app in python, and i have to check color pixel from mobile as fast as possible. I try take screenshot, and take pixel from photo. But

PDF from HTML with only alphabetic (Latin) using itextpdf

I believe that the answer to my question is very easy for those who have had experience with this, and I thank you in advance. Namely, I managed to export a PDF

How to call the system menu as in the Chrome browser to set the default browser

I have a Browser app, I need to set it as my default browser. I want to call such a system menu (as in the photo) only instead of Chrome - the name of my applic

unable to readCharacteristic in IOS using flutter_reactive_bel

IOS app is crashed after the connecting with device so for handle the crash using scanStream.cancel(), but after doing this one of my readCharacteristic is not

Game transfer from PC to Android (Unity)

I have a question. Since I was making my game(2D) in UNITY to work for PC, and now I want to switch platform for ANDROID. So my question is, can I put both cont

react native expo webview crash application when open pdf uri android

Try to preview a file(pdf,word,doc),once select from document picker? using webview, but it crash the application in android How to read and preview file uri fr

Android Studio Bumblebee can't detect androidx package

I was using components from androidx package in a project. After upgrading my Android Studio from Arctic Fox to Bumblebee, the androidx components are not detec

how to implement Coroutine async/await on BaseViewModel

I'm using Retrofit with Coroutine using this structure to hit the API requests in my app but at some screens I send multiple request and I want to only show dat

Androi Kotlin flow: How to call multiple task in sequence without many callback

i have 2 flow (flow1, flow2) and want to call 2 flows in sequential (flow1 then flow2) cause "flow2" depend on "flow1" result but want to implement "flow1" base

Android Paint. How is the character width calculated?

I need to know how the width of text changes when I increase paint.getTextSize() n times. I thought that is proportional, but first test indicates that it is no

Getting error while running command "flutter build --release"

The android studio builds the apk perfectly with the following command : "flutter build apk" but is throwing error when I try to run "flutter build apk --releas

kotlin android gradle error id 'kotlin-android-extensions'

plugins { id 'com.android.application' id 'kotlin -android' id 'kotlin-android-extensions' } After updating the build.gradle file, it changed a

Android with Libgdx: cannot resolve symbol GoogleSignInOptions

I'm developing a game on Libgdx. And I can not set up GoogleSignIn in the application. I'm using this instructions: https://developers.google.com/identity/sign-

How to sign Multiple Flavor APK's with a Single Keystore

I have 11 flavors for an app and one Keystore for an app. I hoped to use one keystore to sign multiple product flavors like below. signingConfigs { release

Flutter: I can't pull data with Mysql1

I recently started Flutter. I want to make a simple contacts application with "mysql1" but I failed to pull the data. I installed the MySQL plugin in VS Code an