文件名称:Android代码-AppIntro
文件大小:9.36MB
文件格式:ZIP
更新时间:2022-08-26 02:40:57
Android代码
Sample App: AppIntro AppIntro is an Android Library that helps you make a cool intro for your app, like the ones in Google apps. Watch the demo video on YouTube Usage Basic usage Add the JitPack repository to your build file Add it in your root build.gradle at the end of repositories: allprojects { repositories { ... maven { url 'https://jitpack.io' } } } Add the dependency dependencies { compile 'com.github.apl-devs:appintro:v4.2.0