When I clean the android project in android studio, the error happen, I have backed to previous commit or different branch, which works find couple days ago, bu
I want setOnUtteranceProgressListener should notify a Toast after the speech is completed.It seems not working. I have used setOnUtteranceProgressListener and o
I am using OSMDroid with its bonus pack to display a map and get point of interest near a location, but I can't find a way to get POI of different type in once.
I'm using React native for developing an android application. With this fetch request I'm getting the error TypeError: network request failed: fetch('https://p
I want to execute a method while a user is pressing down on a button. In pseudocode: while (button.isPressed) { executeCallback(); } In other words, the exec
I'm building an app with minSdkVersion 23. Can I stop using support libraries like androidx.appcompat:appcompat and stuff like AppCompatActiv
I have radio app with scrolling sort view on home screen like this: https://i.ibb.co/HBwFH2X/1.png i trying to edit this and make 2 columns with 2 rows like thi
In my android app I am trying to create a Bitmap file from path. Here is the path localImagePath = "/storage/emulated/0/Hootout/HootImages/Profilepic/user_pro
using the Scoped Storage model in Android 11 I want to give the user the ability to choose a folder, starting in the documents folder: val int
I want to create "complex" (footer, header, cells and pictures) pdf for my android application (kotlin). I've seen some people already asked f
My app can be opened with deep link. When clicking a link in an email from the Outlook Android app, my app is opened. But, the Intent doesn't contain any catego
I tried to add Lottie Animation to Java (Android) programmatically, but I keep failing. I will show my code below I need to change from drawable to Lottie. This
i have checked available resources and yet either i get error or at best i get com.google.android.gms.tasks.zzu@5f9a842 as the uri Following this latest google
Can anyone help me to use a custom view (AAChartCore-Kotlin, ChartView) in a RecyclerView (displaying some speedcubing sessions' data) using a binding adapter?
I've seen a lot of questions regarding setting the start Uri for the Intent.ACTION_OPEN_DOCUMENT_TREE but all of those require a Uri that comes from having used
I have an Android project with "Google Sign In" button. In most of the cases, I use native Sign In SDK BUT cover as well the case when device has no preinstalle
We have created a custom alert dialog that was used in a Java project by converting it to Kotlin The error posted below java.lang.IllegalStateException: findVi
I'm trying to use the command eas build -p android to build my android .aab file, but each time I'm trying to do so, then I'm finding the error 🤖 Androi
TopAppBar( backgroundColor = Color.Transparent, elevation = 0.dp, modifier= Modifier.fillMaxWidth(), navigationIcon = {
I am using the new AndroidX navigation framework. I have a few fragments all linked in a navigation chain. FragmentA --> FragmentB --> FragmentC Fragme