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
I'm developing an Android 2.3.3 application and I need to run a method every X seconds. In iOS, I have NSTimer, but in Android I don't know what to use. Someo
I have a simple background in my drawable folder, just a border that I use on my EditText : <shape xmlns:android="http://schemas.android.com/apk/res/and
@Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); requestWindowFeature(Window.FEATURE_NO_TITLE); se
I am new to android studio and I have been trying to implement a search bar onto my app and I've come across a building error. It install's fine but when I try
I have an app that has been in production for years. It ships with the standard Sqlite DB. The lastest version of the app has SqlCipher 3.5.6 library integrated
I'm trying to implement In-app billing in an app currently on google play store. I keep getting the same result for any device running the app. (I have read the
I am trying to convert a bitcode image to base64 format. I tried to code like public static String encodeToBase64(Bitmap image, Bitmap.CompressFormat compressF
I have a TabLayout, where I want the tabs to be displayed in the center of the screen. Below is the XML for my TabLayout. <android.support.design.widget.Tab