I am trying to open my existing project in new Android Studio 3.0 canary 2. I updated Gradle according to instructions, changed names for dependency configurati
I am trying to open my existing project in new Android Studio 3.0 canary 2. I updated Gradle according to instructions, changed names for dependency configurati
I have the following AlertDialog. showDialog( context: context, child: new AlertDialog( title: const Text("Location disab
How do I send a notification to another user when one user presses a button? Can someone show me a code snippet? I realize that this question was asked before,
I have open the Google Play store using the following code Intent i = new Intent(android.content.Intent.ACTION_VIEW); i.setData(Uri.parse("https://play.google
I'm using a RecyclerView in my Android app. I've many cardviews in my RecyclerView, such that only 1 cardview is displayed to the user at a time. The user has t
I am working with an App which contains web service things. In that I need to know the status when the Internet speed is low. How to find the internet speed le
After i upgrade the targetSdkVersion to 31 telephonyManager.listen is not working. Consider following line of code: telephonyManager.listen(phoneStateListener,P
I successfully created a gridview populated with images. Now, what I want to do is put a text below the image. This is the screenshot of my app so far. http:
I have to switch between two layouts frequently. The error is happening in the layout posted below. When my layout is called the first time, there doesn't occu
I was converting my simple paint app to compose and I came across a problem that I was able to fix, this question is for help in trying to understand why it beh
I was converting my simple paint app to compose and I came across a problem that I was able to fix, this question is for help in trying to understand why it beh
How can I implement phone number visual transformation in jetpack compose? I have read this article for the card number. And I want to format my phone number li
I have an android app currently published in Google Play which I update periodically. I follow the following process to sign the app before a new push: Press
Edit: SOLVED! Ever wanted to set a notification from a specific date starting a certain point in time (when an activity is started or when a button is pressed?)
Please help me to sort out the problem. I give a link to the git. https://github.com/Vasajj/radio_tysa_fm.git something is wrong with PendingIntent, with packag
I've been trying to use the new Android WiFi Suggestion API with the code taken exactly from the example, but each time I try to connect to a network, when I ca
I have been making an app that uses a recycler view in a navigation drawer. Why the contents of the recycler view are not showing up. The view is definitely the
I have implemented CardView in my app and everything works fine except there is a little padding around the image if I put radius to the card. It appears like
I have one application of Trivia, the package name is es.test.triv.sh, there are all things for play one player, I have add a new feature is a multi-player opti