Skip to content Skip to sidebar Skip to footer
Showing posts with the label 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

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)

Android 9.0 Wifi Hotspot Api

What is the API call I need to make in Android 9.0 (Android P) to get a Wifi hotspot name? public … Read more Android 9.0 Wifi Hotspot Api

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

Retrofit2 Response Null On Android Pie

On android pie i am getting null response for retrofit2 request. Same code is working on all previo… Read more Retrofit2 Response Null On Android Pie

Android P: `notificationmanager.cancel` Does Not Work If User Has Replied To Notification

NotificationManager.cancel(id) no longer clears the notification on Android P, if you have already … Read more Android P: `notificationmanager.cancel` Does Not Work If User Has Replied To Notification

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)