I have an .apk file and want to check wheter the res/xml/network_security_config.xml [1] trusts user supplied certificates. I read into the androguard docuemnta
I am currently following a Flutter tutorial and the instruction states that I retrieve data from Firestore and convert to a map, the tutorial uses the code belo
I want to like this as picture shown in WebView app Here is my code but I am not getting camera option only I am getting gallery in my app public class MainAct
I am trying to build an apk from my flutter application. I am using the algolia native api and modified my FlutterActivity according to this official documentat
I am trying to build an apk from my flutter application. I am using the algolia native api and modified my FlutterActivity according to this official documentat
That's the function I'm using for updat private fun updateSettingsDatabase(settingsDao: SettingsDao) { lifecycleScope.launch { settingsDao.u
first time using Firebase and pretty new to android studio, i'm trying to make a schedule app where a user can create many schedules and it would be associated
so i do get this error : Unhandled Exception: Unhandled error LateInitializationError: Field 'currentUser' has not been initialized. occurred in Instance of 'Ho
There are some controls in our app which we'd like to update the control type read out by Talkback. For example: A TextView which would better be described as
I am getting runtime exception while building the project. I have added Jetpack compose dependencies extra to the build.gradle file. I could see the following e
I was developing an app which I use Jetpack compose to define the UI. I was implementing some localdatabase such as Room, and I try to implement the remove oper
sorry for my poor English. I want to use EditTextPreference in my bottom nav like the pic below, ![screenshot][1] I have recycleview xml in my project with in m
<com.smarteist.autoimageslider.SliderView android:id="@+id/imageSlider" android:layout_width="match_parent" android:layout_height="300dp" app
I want to create a simple shareable shoppinglist android app and I wonder, if there's a possibility to use Google drive as "db". Technically it should work righ
I'm trying to create this kind of layout in android. I'm using constraint layout. I want to divide the screen with height y to two halves with y/2 height each.
I created a google-services.json file and added to my android project but when I tried to get a token I received this exception: { Java.IO.IOException: java.uti
I need to divide 3 views equally horizontally and the content of the views to be centered. I tried using the link: https://medium.com/@nomanr/constraintlayout-c
I have a Xamarin project and I'm using visual studio 2019. I consume an API to access data and for my LoginPage flow I used routing in shell. So here is my AppS
<FrameLayout android:id="@+id/flTodayTraining" android:layout_width="match_parent" android:layout
Hi i'm beginner of android and I have a big problem. I have this JSON file: {"People": [{"boy":{"name":"Jack","id":"11"}}, {"girl":{"name":"Rose","id":"22"}]}