AndroidDeveloperLB

Results 538 issues of AndroidDeveloperLB

Currently we have `isAutoStartPermissionAvailable` , but this is only for the single permission of AutoStart, and even then it's for when the repository thinks it has some solution to start...

How can I do it? I want to merge the background and foreground of it to a single bitmap/drawable, but it doesn't let me...

This seems weird: ``` private static float[] getFloats(String s) { if (s.charAt(0) == 'z' | s.charAt(0) == 'Z') { return new float[0]; } ``` I think you meant to use...

mini and normal aren't always enough... I assume that the problematic part here is the shadow, but maybe there is a way to create it on demand?

Please allow to expand menus of floating action button, into multiple floating buttons, as such: https://github.com/futuresimple/android-floating-action-button/raw/master/screenshots/menu.gif Maybe even allow to put texts near them (when it's expanded). In addition, please...

Is it possible to show an example (using the new design library) of how to handle ViewPager+tabs+fragments with ListView, where each (vertical) scrolling of ListView would show/hide the actionbar? So...

On Google Maps, when you search for a place, a bottom-sheet appears, yet both it and the content above it are touchable. How do I have this behavior?

This issue: https://issuetracker.google.com/issues/63727482#comment11