-
SplashScreen相关的Android代码
资源介绍
Android SplashScreen
Android library for getting a nice and simple SlashScreen into your Android app.
Installation
Up to now, the library is only available in JitPack. Please add this code to your build.gradle file on project level:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
To load the library into your project use this code in the build.gradle file within the app module:
implementation 'com.github.mrgames13:SplashScreen:1.0.2'
Usage
To use the Spl