I have a package with some data classes and I'm trying to access the constructor at runtime using Kotlin reflection clazz.primaryConstructor, Everything is work
I have a CustomAutoCompleteTextView and I want to be able to call showDropDown(); when the user double-tap on it. As the title says implements GestureDetector
i am trying to show facebook ads on my android app written in kotlin but everytime i try to add code it shows errors, i searched everywhere but could not find a
I was working in the android studio all thing were fine until it gives me a sudden error which I have no idea how to fix it. A problem occurred evaluating pro
I want to show snackbar to user, if he has Alarms & Reminders turned off in my App (since Android 12 its mandatory to have this settings enabled in order to
I have a react native component that communicates with Android like this - My React Native code- const myModule = NativeModules.MyProcessor; myModule.proces
Style Slider Corner radius Layout is getting scattered on corner radius so i have no idea about it if any one help ! xml File <com.smarteist
When I'm using onRequestPermissionsResultiis it is usefull to keep the super ? @Override public void onRequestPermissionsResult(int requestCode, String permiss
I took this from another resource but I have two java files and a res file I could not understand very well. Are these two files necessary?
I can't generate signed apk with android studio 2.1.3 after installing new windows 10. I have my password and I'm sure the password is correct but when I try to
I have a project with 2 modules: an app (Java) with build types debug, release, and enterprise and a Kotlin library (release and debug) used by the app. I'm us
I'm working on an Android app that receives high priority emergency notifications and I'm looking to create the closest parity I can with iOS's critical alerts.
As title says, I don't know how to fix this issue. I read this problem but that was in 2018, I'm not very familiar with all those libraries and dependencies how
I have two activities (mainactivity and main2activity). I got the Google login code from GitHub Firebase login demo. When in SignIn with Google, it redirects to
For some users, my app seems to crash regularly at or near app start. It's been an issue I've been trying to figure out for a while but I haven't had much succe
Summary: Entering geo fixes into the Emulator Console of a headless emulator does not set moc location data. Is there a workaround? Steps to reproduce: 1) Sta
Goody day, When building to android I have no issues with using the flavors. This is not the case for iOS, I receive the following error: Finished with error
I have a flutter application where my task is to log user events using facebook app events. I have added the following package to my pubspec.yaml: facebook_app_
I have a webview and I sent a URL. The page display is okay, but I cannot interact with the page displayed. I cannot click the buttons, I have just a front ...
My Github account is private. I'm trying to create a dependency in Jitpack of my github repo project. But its throwing "No read access to repo" error. Can anyon