Android代码-SplashScreen

时间:2022-08-26 18:36:59
【文件属性】:
文件名称:Android代码-SplashScreen
文件大小:253KB
文件格式:ZIP
更新时间:2022-08-26 18:36:59
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
【文件预览】:
SplashScreen-master
----gradlew(5KB)
----settings.gradle(32B)
----.idea()
--------runConfigurations.xml(564B)
--------misc.xml(2KB)
--------gradle.xml(684B)
----LICENSE(1KB)
----gradle()
--------wrapper()
----README.md(3KB)
----splashscreen()
--------src()
--------.gitignore(7B)
--------build.gradle(469B)
--------proguard-rules.pro(751B)
----gradlew.bat(2KB)
----gradle.properties(1KB)
----.gitignore(228B)
----app()
--------src()
--------.gitignore(7B)
--------build.gradle(687B)
--------proguard-rules.pro(751B)
----build.gradle(540B)

网友评论