AndroidDeveloperLB

Results 538 issues of AndroidDeveloperLB

Probably very hard, but will still be very useful and comfortable.

Admob banners take space too. What's the best way to show them, yet also allow to show snackbars? I didn't see it mentioned on Admob website: https://support.google.com/admob/answer/6128877?hl=en Or of snackbars:...

I use this : ``` ImageView iv = (ImageView) findViewById(R.id.image); Bitmap bitmap = BitmapFactory.decodeResource(getResources(), R.drawable.photo1); final RoundedDrawable roundedDrawable = RoundedDrawable.fromBitmap(bitmap); roundedDrawable.setCornerRadius(0,100,100,0); iv.setImageDrawable(roundedDrawable); ``` ``` ``` And get this: ![1](https://cloud.githubusercontent.com/assets/5357526/14404353/00ccbad4-fe7c-11e5-987f-de1b36741d5f.png) Even...

On some cases, the letter of one word goes to the next line. Here's a sample case: ``` mAutofitOutput = (AutofitTextView) findViewById(R.id.output_autofit); mAutofitOutput.setMaxTextSize(1000); ``` BTW, there is no "maxTextSize" attribute,...

As the title says...

feature request
area: all generators

because now it's supported on various Android versions.

feature request

Currently, only if the device is laying in a horizontal way, it shows the wave in the center. But usually users hold their phones in a vertical way against the...

This is what I see: ![untitled20160111020301](https://cloud.githubusercontent.com/assets/5357526/12224974/80f99562-b807-11e5-8f8f-16689a1e1260.png)

How well does this library work on old/"weak" devices? Also, how efficient is the memory usage? Does it use the heap memory for the loaded gif, or the real device's...

when opening "fill_in_heart.xml" , it says there this : ![maxthonsnap20160303143737](https://cloud.githubusercontent.com/assets/5357526/13494529/8034d60e-e14d-11e5-8525-3f166aa2ff17.png) How come? If this is a bug in the IDE, please post about it. Thing is, even though it says...