This code works like a charm but at dial screen i want it to auto make call. however i have changed ACTION_DIAL to ACTION CALL and still no luck. I have give fu
I have Firebase App with Realtime Database, I have db.json as { "brs" : { "route": [ { "routeDestination": "DDDD1", "routeOrigin":
As per docs, it is stated that - "The maximum number of members allowed for a notification key is 20." What are 'members' here? Are they the registration toke
I got the following message in the Google Play Developer Console when I was trying to upload my app bundle after creating it using Android Studio Canary: Yo
Is it possible to start an Activty using an Intent in a general java class which extends Activity? import android.os.Bundle; import android.view.View; impor
So I've been banging my head against the wall for the past day trying to figure out why a file won't attach to an email. Every time the app runs, I get a little
I'm pretty new in android development. I want to hide navigation drawer when user is not logged in. So basically, it will shown login fragment (better in full s
What I'm currently doing Currently, I have changed the scrollbar in my XML file using the android:scrollbarThumbVertical property like so: <ScrollView
I have attached a device and emulator. When I'm trying to cast screen with Genymobile I'm getting: INFO: scrcpy 1.10 https://github.com/Genymobile/scrcpy adb:
How to change startIconDrawable color when the focus is on the TextInputEditText <com.google.android.material.textfield.TextInputLayout a
How to change startIconDrawable color when the focus is on the TextInputEditText <com.google.android.material.textfield.TextInputLayout a
I am wondering about avc: denied messages in my logcat. W/RenderThread: type=1400 audit(0.0:631436): avc: denied { read } for name="perf_ioct
My app is showing the prominent disclosure in my view and also has a switch to agree with the privacy policy. But the app still gets removed by Google over and
I need to send data from one android device to another android device directly(p2p) after they find each other through a server. I read some stuff that this can
Simple Proplem, hard to solve (i think), I get this error when i start my main.dart: Error: Overlay manifest:package attribute declared at AndroidManifest.x
I just started using Dagger Hilt for dependency injection on Android and I get a warning on Android Studio saying 'ApplicationComponent' is deprecated. Deprecat
I just started using Dagger Hilt for dependency injection on Android and I get a warning on Android Studio saying 'ApplicationComponent' is deprecated. Deprecat
In my android app i am using Google R8(experimental release for now) and Proguard 6.0.3 ... According to your experience, what do you think ?
I have created an Android application and I have added the "Navigation Drawer Activity" from Gallery, I have removed and renamed the menu items. After starting
I am making a project in android with java of a chat with firebase to collect data. The problem is that I have finished it and it compiles wel