AndroidDeveloperLB

Results 545 issues of AndroidDeveloperLB

Please put a small sample for the library.

enhancement

I need (only) the part of handling the files : https://github.com/jeisfeld/Augendiagnose/blob/master/Augendiagnose/src/de/eisfeldj/augendiagnose/util/imagefile/FileUtil.java And it seems useful. Please let me use this file... Or make a repo that has the things that...

I get this: ![image](https://user-images.githubusercontent.com/5357526/37156425-bde18012-22ee-11e8-973c-98b69c37d635.png)

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: ![maxthonsnap20160329165304](https://cloud.githubusercontent.com/assets/5357526/14110490/52d0f29c-f5cf-11e5-914e-29a2639a264e.png) 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: ![image](https://user-images.githubusercontent.com/5357526/31584258-0c51722c-b1b4-11e7-9c05-f3ad6248a61a.png) 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...

bug