I am attempting to add a custom annotation to serialize specific values in my model to null when calling the toJSON method from Moshi. I have something working
this is my first time trying Firestore. I have a collection named users, where every user is a UID and every user has fields (name, phone, and contacts (array))
Android Studio is stuck at launcher after latest patch update. I got the patch update on latest Bumblebee and it is now stuck at the launcher only. Attached scr
I want to show the staff list in the Firebase database. However, I am getting the following error. import 'package:firebase_database/firebase_database.dart'; c
After updating FirebaseUi from implementation 'com.firebaseui:firebase-ui-firestore:8.0.0' to implementation 'com.firebaseui:firebase-ui-firestore:8.0.1' Firest
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