I would like to use my variable flow to save integer and keep him. Then every viewholder in recyclerview observe flow and react if it is clicked. For example: I
Using SensorServer, I am establishing a connection between an android phone and Python and utilizing the data sent. The accelerometer of the Android device is u
Let's say I am responsible of a tool to publish APK/AAB to play store and I need to do some pre-checks before doing so. How can my tool check if an APK/AAB bina
Issue I am currently working on an app which uses multiple packages. The app works like a charm in both debug and profile modes. But when I get the release buil
after update chrome to last version (75.0.3370.143) my app which use webView is showing error when load data. "Web page not available The web page at data:
Our team is considering starting testing based on user scenarios. So, we are picking a E2E framework. Searching for UI test lead to the following: So, I found
I want a button to change color while the user has clicked on the button and hasn't released it yet (on Mobile: while the user touches the button). For changing
So I manually created an onboarding screen in React Native using ScrollView and also I added a button labeled next to enable the hidden screen to move in on the
I am trying to build flutter apk on debug mode from android studio. Flutter run I get this error: Launching lib/main.dart on sdk gphone x86 arm in debug mode...
I want to connect my Android device via ethernet to access adb. The device is not connected to any internet/wifi. The ethernet cable should connect the laptop w
I am using getBitmap method in the older version but I can't find any alternative of getBitmap From Uri. try { bitmap = MediaStore.Images.Me
I want to create an audio file and set the title, artist and album tags of the song using Android MediaStore. Creating the file works but unfortunately the tags
My app is in sticky immersive mode that the system navigation bar (I call it SNB) is hidden in running time of my app. It works well but exists one problem, it
My Android Studio project worked correctly, after restart project i got this error : Caused by: org.gradle.api.UncheckedIOException: Failed to create direct
i uploaded an android app to google play store, and i have English and Chinese content for the store information (descriptions, short desc, etc... My default la
the problem is, that I can't understand differences between: ARRAY OF, LIST OF and ARRAY LIST OF I know, that arrays are mutable in nature, but list not. When I
I encounter the following error when running gradle build: Missing 'name' key attribute on element activity at AndroidManifest.xml Looking up the other stacko
For those of you who don't know, Scratch (scratch.mit.edu) is a programming language based around connecting 'blocks' of code in order to create a project. I h
This question should be simple, but i didn't find an answer. I have an app with selectable accent, and i'm trying to add an option to use the android system acc
Suppose that I have a class A class A () I want to inject an instance of A as a field into class B and let Hilt or Dagger to handle it. Class B { @Inject la