HTML datalist element is not working since Android 8 in Chrome WebView (Hybrid Apps). However, it's working with previous Android versions. Problem If I try t
I have layout with bottom sheet. <androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:
I'm trying to debug with Android R in Pixel emulated devices w/ PlayServices but the "Allow USB Debugging" dialog instantly close right after showing, so I can'
We are deploying our web application to Android 8 using Cordova 9.0 on a Zebra TC-57 device, which has the soft Navigation Bar (Back, Home, Recent soft buttons)
I would like to access the index of a list and concatenate it to the index of another list. For example, the first user's input is "AB" and the second is "CD",
When running an application on android i get this error. It builds correctly but crashes with exception. I have installed React-native-screens, @React-native/na
Below is the java file of this activity. I want my name and email to be stored in realtime database and sign in with firebase auth, but neither is working. I fo
I'm trying to get a value from LiveData with observeAsState in jetpack compose, but I get a weird error Type 'State<List?>' has no method 'getValue(Nothi
I have to validate mobile and phone numbers based on the user's default device country if the user has not entered the international country code. So I was test
I konw how to convert a midi file to wav, and it's successful but, I can't convert a midi input ,like some note,then convert to wav file please help me,
I am trying to build an app with openCV and Firebase ML Kit. But I get the following error while building project: Duplicate class com.google.android.gms.intern
I tried to set a transparent appbar using. return Scaffold( extendBodyBehindAppBar: true, appBar: AppBar( &nbs
I have an Android app that is structured in the following way: CORE: Is the class of the accessibility service that dinamically loads a few dex files. It will b
I am doing show or hide password using below code pwdLayout.setEndIconMode(TextInputLayout.END_ICON_PASSWORD_TOGGLE); I am able to achieve show or hide passwor
I'm a Flutter developer and for the past two days I have been trying to get my app working for Android. It's quite a big app with a lot of different functionali
I have a single activity app using only composables for the ui (one activity, no fragments). I use one viewmodel to keep data for the ui in two different screen
I want to hide my appBarLayout and BottomNavigationView at the same time when I scroll up the recycler and show again when I scroll down the recycler. In my cas
How can I align the text using Text composable function vertically. Is there a way to do it without having to add another extra view to contain the Text. The te
I have an app using Ionic 3 and Cordova-Android 6.4.0. The app works fine on Android API levels > 19 (Kitkat). But running the app on Android 4.4 causes the
I don't know what causes the problem I am trying to put a calendar so that the user can choose his date of birth