EasySplashScreen icon indicating copy to clipboard operation
EasySplashScreen copied to clipboard

Easily create android splash screen

Results 7 EasySplashScreen issues
Sort by recently updated
recently updated
newest added

does this issue has anything to do with deprecated jCenter() ?? if so, do you consider publishing the library on Maven() ??

Can not resolve reference: `EDMTBinding`, referenced by `your project`. Please add a NuGet package or assembly reference for `EDMTBinding`, or remove the reference to your project but the reference does...

The library is not working. I tried the library but it does not work and just makes my app to crash unexpectedly.

When trying to set the background color of the splash screen using **withBackgroundColor**, the applied color is incorrect: Specifically, in my case, I am setting a #8d6e63 (brown) using R.color.primaryColor....

This will be ported to NetStandard soon?

https://github.com/afollestad/material-dialogs Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.view.View.setBackgroundResource(int)' on a null object reference at gr.net.maroulis.library.EasySplashScreen.withBackgroundResource(EasySplashScreen.java:75) at info.dajinrong.virtual.ui.LogoActivity.onCreate(LogoActivity.java:24) at android.app.Activity.performCreate(Activity.java:6910) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1123) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2746) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2864)  at android.app.ActivityThread.-wrap12(ActivityThread.java) ...