I am developing an interface that contains a component TextInputLayout. Here is my layout code: <com.google.android.material.textfield.TextInputLayout
I've implemented in-app purchases in my app by using the Google Play billing library. I've implemented it as per the guidance here. This just a basic one-time p
Here is what the button looks like after changing the color Here is what it looks like with "show layout bounds" on I have an "add note" button which shows a
We are working on a react native app, in which we have some features where we can do some actions using silent push notifications. we are using react-native-fir
When running on Android 12 and targeting SDK 31 scheduled alarms stopped working for me. I schedule the alarm by AlarmManager alarmMgr = (AlarmManager)context.g
I have created a function to calculate diagonal screen size based on the resolution and pixel density. viz- def find_display_size(d): width=float(720); he
I know that a normal bottom sheet can be setup like this rememberModalBottomSheetState( initialValue = ModalBottomSheetValue.Hidden, confirmStateChange = {
I'm working on an android app, it uses Firebase Authentication, Database and Storage. It was all working fine until this error message started to show up in log
I need to sync my Android mobile app with a multi-tenant database in the cloud. I thought the best way to do this was using a UUID for the Primary Key of my tab
I am trying to use webView to show a URL in android app. If I try with this URL- http://stackoverflow.com I am getting this- But if I am trying with th
I did @Override public void onClick(View v) { switch (v.getId()){ //если выбрали
I upgraded Android Gradle plugin to version 3.1.1 and Gradle to Version 4.4. I got the error. How can I solve it?. Please, Anyone. Could not find method fla
I have tested one user on Windows and the other on Android Device. I went away from my computer for making sure that my Laptop does not receive any audio. When
Although it is the same exception, my situation is different from SavedStateProvider with the given key is already registered as I am using Nav-graph Scoped Vie
I have my android app published in Google Play just like many of you. I know that many users use an Ad blocker to prevent my AdMob to load an interstitial ad an
I had run this flutter build apk to release my App. Now I had built version 2 of that. Now, I want to release my version 2 App. So, I run flutter build apk aga
I am having a slight issue when trying to debug and android app via usb to external device. I keep getting the error "Warning: debug info can be unavailable. Pl
I am getting a strange issue while installing application. When I compiling my project there is no error but when I trying to launch its shows me, Installatio
I am attempting to create a search functionality in an android application and have been doing research on how I can accomplish this while taking in data from a
I'm using Mapbox for Android Java and need to calculate the distance between a drawn line defined by start and endpoint to the users current location. Any idea