登录 注册
当前位置:主页 > 资源下载 > 16 > SplashScreen相关的Android代码

SplashScreen相关的Android代码

  • 更新:2024-09-01 11:35:50
  • 大小:253KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

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