I want to skip some tasks when I run gradle build. I know that it can be done from command line with -x: gradle build -x unwantedTask My question is how can t
Why i'm unable to see Android Virtual Device (AVD) I'm facing problem to create AVD in android studio, the problem is i'm unable to see any of this option Tool
I'm building an android component in the form of a gradle project. To test my components UI in several configurations with the espresso framework, I have a Test
I am developing an Android app whose orientation I don't want changed to landscape mode when the user rotates the device. Also, I want the locked orientation to
I'm using Unity version 2019.4.3f1 I'm trying to load local video file on Android 10 device (Samsung A90) from the gallery but I'm not able getting this error:
In order to debug the code for android tags are very helpful to filters the logs on the basis of tags. In Unity 3d when we use Debug.Log By defaults all log
Is there a way to make ActivityResultContract.GetContent filter only media files? private val selectMediaResultLauncher = registerForActivityResult(Activity
I want to set the top padding of a textview programmatically. I know you can do this with the method setPadding(). But the problem is that this method requires
I need to resize my screenshots for Google Play Store Listing for Phone, 7" and 10" tablets, but cannot find an actual resolution. Apple App Store gives specif
I'm building a simple listView in Flutter where the "cells" are simple Cards with a set margin. When dismissing these cards, the "margin" covers the dismissible
I try to build android pdf reader and add a library com.github.barteksc:android-pdf-viewer:2.8.2 then it shows the following error My build.gradle file is pleas
I have an app written in Android Studio, that I want to work on using Visual Studio. Is there a way to import my project into Visual Studio?
I want to parse HLS master m3u8 file and get the bandwidth, resolution and file name from it. Currently i am using String parsing to search string for some patt
I am trying to create a small android device, I got a lcd display with 360x600 and 3inch. if I use the formulat sqrt(ww+hh)/inches, the value is 233. is that th
Lets say I gave a JSONObject { "person":{"name":"Sam", "surname":"ngonma"}, "car":{"make":"toyota", "model":"yaris"} } How do I update some of the values
I am trying to output the names and corresponding scores in descending order. Having an array of strings and another array of integers, I am trying to relate th
in my android application i am trying to implement childEventListener of firebase database even when the app is not active. means whenever the firebase db parti
I am using EditText, and it has good amount of matter to scroll and read. Now my problem is, it's scrolling slow. So, i want increase it's scrolling speed. If a
I am getting the Error gettingdocuments.com.google.firebase.firestore.FirebaseFirestoreException: PERMISSION_DENIED: Missing or insufficient permissions.
For an alert dialog in Android, how do you make the positive button not have all capital letters. The text is "OK" instead of "Ok".