Skip to content Skip to sidebar Skip to footer
Showing posts with the label Android Support Library

How To Avoid Dex 64k Limit By Importing The Right Library

I had this issue where I overflow the 64k method limit in Dalvik when compiling all the library I u… Read more How To Avoid Dex 64k Limit By Importing The Right Library

Release Build Is Corrupted When Updating Support Gradle Plugins As 28.0.0-alpha1

My release build was corrupted when I using android support version as 28.0.0-alpha. But release bu… Read more Release Build Is Corrupted When Updating Support Gradle Plugins As 28.0.0-alpha1

How To Cancel A Jobintentservice

How can I cancel a JobIntentService? I see no methods to do so in the docs, apart maybe from the Jo… Read more How To Cancel A Jobintentservice

Animatedvectordrawable In Support Library And Animation Of "pathdata"

I am using animated vectors from Support Library 23.2.0, like this: compile 'com.android.suppor… Read more Animatedvectordrawable In Support Library And Animation Of "pathdata"

Using Drawablecompat Class To Apply A Tintlist

Decided to try the new DrawableCompat class. Following instructions from a reliable source, I'm… Read more Using Drawablecompat Class To Apply A Tintlist

Nullpointerexception: With Actionbar.setdisplayhomeasupenabled(boolean)' On A Null Object Reference

I get this nullPointerException on runtime: Caused by: java.lang.NullPointerException: Attempt to … Read more Nullpointerexception: With Actionbar.setdisplayhomeasupenabled(boolean)' On A Null Object Reference