AndroidDeveloperLB
AndroidDeveloperLB
can't import
I get this: 
It's much easier to use this code instead: fun isNotificationServiceEnabled(context: Context): Boolean =NotificationManagerCompat.getEnabledListenerPackages(context).contains(context.packageName) Much better than this: https://github.com/Chagall/notification-listener-service-example/blob/master/app/src/main/java/com/github/chagall/notificationlistenerexample/MainActivity.java private boolean isNotificationServiceEnabled(){ String pkgName = getPackageName(); final String flat = Settings.Secure.getString(getContentResolver(),...
I've tested the sample app, and sadly I've noticed some weird bugs, which include presenting empty cells (sometimes tall ones) and sometimes the scrolling barely scroll anything. All that I...
This is what I see:  Also, can you please post some screenshots/animations for this? I don't even know how it looks like...
After I select a photo, and then I crop it, I get this screen:  Pressing "rotate" doesn't do anything, and pressing "crop" just blinks the screen and that's it....
Pressing the "randomizer" button can sometimes put the toast too much high (too low Y coordinate), so it gets cut because of the status bar. I think it's even not...
Noticed 2 issues related to toggles: steps: 1. write text. 2. turn on bold 3. write text. 4. delete all text. 5. Start typing. Bug: bold still seems turned on...
The demo looks great, but how do I start to use this library? Can you please put some tutorial? Snippets? Explanation?
Is it possible to merge audio&video together, so that the output video will be of the same duration as the input video, and have the audio loop if it's shorter...