I've this basic app called Navigation that I was trying to make to understand some concepts where there are 2 activities MainActivity and ActivityB MainActivity
How to convert from Compose Color to Android Color Int? I am using this code for the moment and it seems to be working, I can't seem to find a function to get t
Hey I am working in ktor. I want to throw exception in ktor. I am reading this doc and this example. I want exception, responseCode and errorResponse with error
Adb repeatedly keeps restarting with the following error trace: Adb connection Error:EOF Cannot reach ADB server, attempting to reconnect * daemon not running;
I have a Room DB setup in my app and it was working well until recently when the app started crashing. It happens that I have a boolean value as a field in the
I use firebase ui realtime database to fetch data in RecyclerView and i use model class and i need to show the latest item firest i try to use Collections.rever
In bumblebee version of android studio the emulator is display like in the screen. I cannot move it on an other screen of something like that. In the old way th
I have a vector drawable which has two paths with different attributes referencing to different theme colors. And these attributes' values are being changed by
I am new to twilio and i am developing a andorid app for video calling i have started with the twilio 'twilio-video-app-android' from github But app crashes whe
Using app bundles and play app signing is currently the way recommended by google to deploy new apps on google Play. And starting from August 2021 new apps will
I am making a reels type app. I have made a ReelsFragment and ReelsAdapter. I have used View Pager 2 to swipe views vertically. I am using Exoplayer to play vid
App is developed it's size is hardly 30MB and when integrated FFmpeg Library its size goes to 135MB which is Too much. Anyone know anything?
I am creating a chatting app using volley. When I send data to the server onResponse comes and I delete the particular thing from my senderHelper class so that
I have upgrade the Android SDK project 30 to 31. Also i am using the the Android Beacon Library for scanning the the iBeacon. Android 12 i am getting the frquen
The flow of recycler view function call is: getItemCount() -> getItemViewType() -> onCreateViewHolder() -> onBindViewHolder() The size of array list i
I would like to have a list of instructions that are correctly numbered in an enumeration. For that I use the SpannableString and I have the following code: //G
My Variable Class data class QnaVariable( val questionOne: String, val answerOne : String, val questionTwo: String, val answerTwo : String) My ViewModel Class
I have a BroadcastReceiver like this: class PlatformAccountReceiver: BroadcastReceiver(), CoroutineScope by MainScope() { override fun onReceive(co
I have found the other versions of my question on SO and have already tried to contact Google through their dev support trying both the chat/email options, but
My app do the following: It sends a command with onDescriptorWrite to the BT device. As soon the BT device gets this command it starts transferring data to the