I have been going over the android package a bit. I am using sdk 30 and for example in SensorManager.java there is a function protected abstract List<Sensor&
I have created the following adapter class for recyclerview but there is a compilation error while building in layout section "holder.itemView.rowLayout.setOnCl
I've made 2 different types of appwidgets showing some calendar data. Each type has it's own layout, AppWidgetProvider class, AppWidgetProviderInfo object, but
Dependencies i used "dependencies": { "@react-native-async-storage/async-storage": "^1.16.1", "@react-native-community/netinfo": "^8.1.0", "@react-navigation/bo
I recently installed a tablet in my car (370z) I love the thing but the only problem I have is that when music isn't playing I get a static noise buzz. After do
I am working on an Android library and I am writing an instrumented test for it using UI Automator and Mockk. The library has a class called InstallManager whic
My app is rejected due to All file access permission but our app needs it without that it won't work out. we are not able to upload app with target sdk 30 or 31
I am currently working on a finance app, where the user can create many transactions. To make the user's job a little easier, I want to add transactions that re
In order to run android test on different devices, I'm using the following command ANDROID_SERIAL=ZY22F757TO ./gradlew -Pandroid.testInstrumentationRunnerArgum
I need to push an intent to default camera application to make it take a photo, save it and return an URI. Is there any way to do this?
So as you can see here's my profile page i just want to create an update method here. Is it possible to do inside this page for the update method? I'm still new
My colleague did the same and his flipper works fine, but my flipper doesnt show network plugin and requests. Even if start other apps in same device it works g
I use this plugin for a cordova app and I didn`t ahve any problem on Android platform, is working as expected but Ican't install it on IOS. After cordova-instal
I want to create a button that after clicking this button will be not clickable for 1 min, but after restarting a program, this button is clickable cuz i didn't
How do I assign an id to a drawable in text view in the xml file. The three dots is the drawable. So I can find it by id. findViewById<??????>(R.id.id_of
I've been trying to package an application created using python and kivy for android on buildozer by running on Ubuntu wsl: buildozer -v android debug deploy ru
I have a spring-boot server which only accepts https requests, the point is that I need it to be able to communicate with the client (android) using SSE. I have
I have a RecyclerView in a Fragment. Also I have an AsyncTask which updates items of RecyclerView from background thread. The problem is when I rotate the devic
I have an API response. When data is purchased it gives as a JSONObject else a null string. How do I process both the data types. If I try to specify Any as the
I am creating an Android library that uses OpenCV via NDK. It doesn't require any Java parts of OpenCV, native parts only, so I decided not to use OpenCV for An