python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Android ViewModel - "by activityViewModels" called before "by viewModels"
After some time away from android development I'm trying to start again with a simple project.
I've created a new project picking the "basic activity" option which resulted in a MainActivity...
Michael m
Votes: 0
Answers: 1
How to get the remaining time after which worker will do work?
I schedule one time work in 100 minutes:
val request = OneTimeWorkRequestBuilder<MyWorker().setInitialDelay(100, TimeUnit.MINUTES).build()
WorkManager.getInstance(context).enqueueUniqueWork(
&q...
Alexey Kolosov
Votes: 0
Answers: 0
image_cropper crashing the app in flutter
I have added image cropping library in my project image_cropper: ^1.5.1 with image_picker: ^0.8.4+11 . i picked the image with image picker and pass the image file to image cropper after selecting the...
Harsh Kashyap
Votes: 0
Answers: 2
Failed resolution of Landroidx / ActivityCompat;
I'm trying to make a java library for my Unity game. In this case I want get permission from Android API. However, I get an error:
AndroidJavaException: java.lang.NoClassDefFoundError: Failed resoluti...
ArtemiZ Studio
Votes: 0
Answers: 0