I'm trying to chase some ANRs without any stack traces. I'm at a point where I just want to review every part of my code that uses the UI thread heavily. Is the
I am trying to use a for loop to add formatting using SpannableStringBuild from strings in a list, however in the TextView, despite all the strings having been
I'm currently writing an app that displays a list of movies. I'm using a bottom navigation view with 3 tabs: Trending, Discover, and Favorites. Each of these di
After updating android studio to current latest (2020.3.1.24) I'm not able to open any file/class/document inside it, run or build the project. Creating new pro
One .pfx certificate was deployed on mobile with the MDM : VMWare AirWatch. I can see it in the 'Security' -> 'User credentials' sections. I made an Android
Is there a way to attach a piece of custom code to the Android OS which automatically deletes all the metadata of any new file(s) saved or downloaded (e.x. owne
I'm building a game that when the user pressed in to first activity title screen it starts the game but I don't want to count a swipe as a click because the use
how to compare two images, to know are they similar for 100%? I was getting path of all images from mediastore, then converted to bitmap and compared using bitm
How can I remove the shadow above the AppBar for Android in Flutter? On the iOS Simulator the following Code works fine. Code: return Scaffold( ext
I'm using a react-native library, and when I'm trying to Rebuild project on Android Studio, I get the below error - Direct local .aar file dependencies are not
Is there a way where we can control for every screen different states of the keyboard, for example I have one screen where I want to adjust size of the keyboard
I am building an app bundle (.aab) for our react native app. When I build via Android Studio, app builds, deploys to Play Store. I download and run - everything
We are building an application that runs on Automotive OS in cars. Trying to build a geofence which the car exits, we want to do something. I notice that fence
I am having a problem while trying to set up the Flutter development environment. These are the steps I have performed: I downloaded flutter and extracted the f
I have an android application and I've integrated my own custom tensorflow lite model. I can print out the object category and probability score but I'm at a lo
Here is the problem when I run my UI test. But the ExampleInstrumentedTest is working. This is my test file, I already comment out everything, leaving an empty
everyone! I'm trying to use ACRA in my Android project. I have followed recommendations at ACRA Setup. My app.java file is almost identical to that on ACRA Setu
I have created a game which has the function to build castles, the castles are put in a list that you access with a button and are shown with a linear layout. T
package com.example.hand.data; import androidx.lifecycle.LiveData; import androidx.room.Dao; import androidx.room.Delete; import androidx.room.Insert; import an
I have a multi module project that uses Navigation Component to navigate between Fragments. This means that in order to get to another module, I have to launch