Skip to content Skip to sidebar Skip to footer
Showing posts with the label Android 9.0 Pie

Can Not Find Canvas Variables In Api Level 28

The following Canvas Variables are not found in Android 28. canvas.saveLayer(0, 0, getWidth(), getH… Read more Can Not Find Canvas Variables In Api Level 28

Setrotationy(180) On Recyclerview Or Viewpager Creating Scroll Issue In Android 9(api 28)

I am managing RTL contents by implementing setRotationY for recyclerview and viewpagers but it seem… Read more Setrotationy(180) On Recyclerview Or Viewpager Creating Scroll Issue In Android 9(api 28)

Async Task Not Supporting In Android 9.0 (pie)

I was working on my code. it was working fine on version 8(Oreo) after that I got an update of andr… Read more Async Task Not Supporting In Android 9.0 (pie)

Custom Keyboard Not Working On Android P Beta

When I try to use Custom Keyboard got an exception on Android P Beta, everything is working fine un… Read more Custom Keyboard Not Working On Android P Beta

Android 9 Api 28 Only Webview Is Showing A Black Pop Up In Some Devices

I have been trying to figure out why one of the pop-ups inside a webview is showing a black screen … Read more Android 9 Api 28 Only Webview Is Showing A Black Pop Up In Some Devices

How To Handle Notch(display Cutout) In Android Api Lower Than 28?

Android added notch support on API 28, but how to handle it on devices running API 27 (Honor 10, Hu… Read more How To Handle Notch(display Cutout) In Android Api Lower Than 28?