I didn't know this was possible, but I was following an example and I see this piece of code: import kotlinx.android.synthetic.main.activity_main.* class MainA
I'm trying to use the example app from google codelabs to implement the camerax application, but i dont know, why it doesnt save the pictures correctly. private
I was reading through the docs but I could not find how the SDK persists the refresh token on the device to be able to keep the user authenticated when the app
I'm attempting to configure a RecyclerView adapter and I have a line of code val decorator = AppCompatResources.getDrawable(context, R.drawable.decorator) This
Recently I've updated my android studio to bumblebee. With this update, many of the libraries I've used in artic fox is not working. some of them is following:-
This is my Recycler View adapter class: public class CustomAdapter extends RecyclerView.Adapter<CustomAdapter.viewHolder> implements Filterable { Co
I am doing a db get operation for my cart page which has multiple tables. I have mapper class which has all the relations with all the tables. I have used corou
I am trying to build an AAB for my flutter app. I generated the keystore using the following below command: keytool -genkey -v -keystore ~/pc-keystore.jks -keya
There is a small icon and a large icon in the attached image of a notification. I would like to create a similar notification. I am able to set the small icon
When I upgrade in an Android project to Gradle 7.0 and want to publish aar library in jitpack.io I run into Script '/script/maven-plugin.gradle' line: 2 * What
I need to create smth like below. Image should be nested inside the circle background and one of the corners should be out of this circle "pocket". I think we n
I have setup Jenkins for CI/CD. I am able to make successful build using git. After build is successful I upload the artifact to dropbox and once that is comple
I'm making an app that uses Android studio to write and call messages. This error message appears during the process of inflating the recycler view into the fra
When reading NfcA tags, I found that some Android models (e.g. Samsung S8) requires me to explicitly send out RATS before SELECT and to send any I-blocks, the b
When I'm trying to use LazyVerticalGrid to display a list of images, some grid items have a different size even the images itself have exactly same size 240x178
Let’s say you have the string: "https://google.com to go to google. https://amazon.com to go to Amazon." In a TextView, how would you replace the url&rsqu
I have a task to compare the performance of Java and Kotlin programs. I would like to measure CPU memory and RAM usage. I read somewhere that a good idea for CP
Is there a way to detect and avoid notches in a phone's screen (for example, the camera notch in an iPhone X), but ignore a screen's rounded corners? For exampl
I'm trying to get push notifications running with React Native on iOS and Android. To do so I am using firebase, as that seemed to be very convenient. On Androi
To assign data of an ArrayList<String> alKategorien to a spinner auswahl_kategorie, I am using this snippet: ad = new ArrayAdapter( this,