kuldeep Mourya
kuldeep Mourya
``` java.lang.AssertionError: Activity never becomes requested state "[CREATED, RESUMED, DESTROYED, STARTED]" (last lifecycle transition = "PRE_ON_CREATE") at androidx.test.core.app.ActivityScenario.waitForActivityToBecomeAnyOf(ActivityScenario.java:338) at androidx.test.core.app.ActivityScenario.launchInternal(ActivityScenario.java:272) at androidx.test.core.app.ActivityScenario.launch(ActivityScenario.java:195) at com.example.android.architecture.blueprints.todoapp.tasks.TasksActivityTest.createTwoTasks_deleteOneTask(TasksActivityTest.kt:166) at java.lang.reflect.Method.invoke(Native Method) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at...
I want to set icon on about us page in setImage() method , but it can't show any image on about us page.
i am using this in my project , but problem is that i am not getting queue item id , because i want remove item from queue , when user...
right now, it's going only 1 item previous, I want to previous until the first item, how can I do? Thanks, dev for this library :D
I tried this ` implementation 'com.github.florent37:camerafragment:1.0.10` but its giving error Failed to resolve: com.github.florent37:camerafragment:1.0.10 . where as `implementation 'com.github.florent37:camerafragment:1.0.9'` working !
First of all Big Thanks buddy for this library, it's awesome. 1)only some video pause, how can I solve this 2) distance between two slid screen is huge, I want...
I want to try to add black title on a specific date but I am not able to do it.
I have a video with audio, after the compressor , its play video but not audio . How can I solve this?
Thanks for this great project I tried your code, but its show whole IP address of API, but I want to show only "no internet connection when there is no...