An open API service indexing awesome lists of open source software.

https://github.com/mcnallydev/splash

McNally Developers Android Library for Splash Screen
https://github.com/mcnallydev/splash

android

Last synced: 2 months ago
JSON representation

McNally Developers Android Library for Splash Screen

Awesome Lists containing this project

README

          

# splash
McNally Developers Android Library for Splash Screen

![screenshot](http://i.imgur.com/OWG9NlF.png)

You can download from maven central.

dependencies {
compile 'com.mcnallydev.library:splash:0.0.4'
}

Add to **AndroidManifest.xml**.






Add to **styles.xml**


<item name="windowNoTitle">true</item>
<item name="windowActionBar">false</item>


<item name="windowNoTitle">true</item>
<item name="windowActionBar">false</item>
<item name="android:windowFullscreen">true</item>
<item name="android:windowContentOverlay">@null</item>

Add to **strings.xml**

com.package.MainActivity

The value on **mcnallydev_library_splash_class_name** is the class name to open after **SplashActivity** close.