I am using bottom navigation and I have 3 main fragment in it (fragment 1, 2 and 3 in image) and there is some other fragments that I manage them in navigation
I want to know how AudioManager in AudioDeviceInfo receives the product name of the connected device.
I changed the Volley library to Retrofit. Now I want to access the response body like the Volley library. I searched the internet and came up with this solution
custom_email_icon.xml <?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item andr
I am deploying an aab with Firebase App Distribution to testers in my company for the first time. Devices not any worries while others ... Some are blocked on t
Facing one crash in the jetpack compose, can anyone please help me with this. Fatal Exception: java.lang.IllegalArgumentException: offset(23) is out of bounds [
I'm trying to implement on my android application a calendar week view where I will show all the events in that week like a school schedule. After searching for
I am trying to access the dao instance of my room database which is being used to store names(This code I wrote just to get familiar to jetpack compose). I trie
My app has "Files and media: Allow management of all files" permission. However, when I try to open a PDF file LogCat reports the following errors: 2022-04-20
I have a few recyclerview in different activities and all of their items specified by sharedpreferences but after removing an item from sharedpreferences the re
I'm trying to open an url using webView, but I'm not able to see the country list when i open via AndroidWebView but same link working when i open with chrome t
I am trying to create a WebView that accesses the camera while the session. In Android - the WebView can't find the camera and throw an error. In IOS - the WebV
I've done my research on memory leak when using Data Binding. Every posts said that one should assign null to binding object to resolve this issue. However, it
I have upgraded my Android Studio and after that I'm facing this error: Gradle sync failed: Plugin [id: 'com.android.application', version: '7.1.2', apply: fals
I am working on a inventory management system where it's required to write asset ids (with length of maximum 17) in to an RFID tag. First the problem was that w
I am working on an Android native project which builds using CMake. In my build.gradle I specify : if(project.hasProperty("native")) { externalNativeBui
In Jetpack Compose Animation, for tween AnimationSpec, we can have a delay val translationY by transition.animateFloat( tran
My Code is really simple and it has nothing fancy logic in it. I am just taking a value and trying to set the value. This value is coming from the a LiveData ob
Hello I am facing issue on save PDF file at android file manager app. Works good in iOS. Android error log : [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhan
I added my hal interface in manifest.xml, vendor_compatibilityMatrix.xml, and also in device.mk. And also I have created hal.rc file as well for my hal. but at