When I activate the scheduled Flutter local Notification, it crashes. I have "launcher_icon" in the drawable folder, has all the configurations from the github
In my case, I have a textView with a drawable icon at the start of it(android:drawableStart), when the text of textView is multi-line, the icon goes in the vert
I am delevoping an app with gMaps and in my application I am getting location permission from user and after that I am requesting the user to turn his/her gps o
Hello I have a game application that use Google play games services with the V2 Sdk, the problem is that the user is automatically connected through the games s
I am trying to show the items into Recycler View in Grid Layout Manager. My list item xml file is <?xml version="1.0" encoding="utf-8"?> <RelativeLay
Android emulator API version: 32, arm64-v8a Android studio bumblebee 2021.1.1 patch 3 Mac OS version: 12.3.1 I am trying to copy text from emulator and past tha
I published my app in internal app sharing. After I shared link to download to myself, but to another account. I turn on internal app sharing in Google Play on
There are two ways that make change value of MutableLiveData. But what is difference between setValue() & postValue() in MutableLiveData. I could not find
I'm using Databinding with one of my project with project name com.abc.def. I've related all my views with binding like ActivityLoginBinding binding = DataBin
I want to retreive key from local.properties file that looks like : sdk.dir=C\:\\Users\\i30mb1\\AppData\\Local\\Android\\Sdk key="xxx" and save this value in m
I can send data to server.js and it work well but i can't receive data from server.When i click button server.js gets data i think Server.js send data but my Ap
I was wondering if there is a solution for Exposed drop-down menu for jetpack compose? I couldn't find a proper solution for this component inside jetpack compo
I have a TextField in column with verticalScroll(). When adding a large number of characters, the textfield size goes beyond the keyboard and I stop seeing what
How to assign kotlin map to java library map. This gives type mismatch error for Object and Any. I need to assign java map variable in a 3rd party java library
I'm adding the safe-args dependency: project level: dependencies { classpath 'com.android.tools.build:gradle:3.3.0' classpath "org.jetbrains.kotlin:ko
I'm getting deprecated warnings in regards to Proguard as well as R8 after upgrading my Android Studio to 3.6. Does that mean we shouldn't use obfuscation in ou
Command: flutter run --flavor dev --no-sound-null-safety FAILURE: Build failed with an exception. Where: Script '/Users/petodavid/Developer/flutter/packages/flu
I followed a tutorial on Camerax from the Android Studio website, and I wanted the camera button when pressed to take a picture from the front and the back came
I am trying to add Jacoco to my project for test coverage reporting. Referred the following blogs for that, https://medium.com/nerd-for-tech/setup-jacoco-code-c
I'm writing a React Native app that uses the react-navigation 5.x library, specifically @react-navigation/drawer. I have four screens in the drawer, each with a