Android代码 通过更简洁的方式启动 Activity、Service、Broadcast 等
SmartGo Getting Start In your build.gradle: dependencies { compile 'go.smart.woaiwhz.smartgo:SmartGo:1.0.1' } Features Now you can launch an explicit Activity like this: SmartGo.from(this) .to(ExplicitActivity.class) .shareElements() .like(v) .withSystemUI()
文件列表
Android代码-通过更简洁的方式启动 Activity、Service、Broadcast 等.zip
(预估有个59文件)
SmartGo-master
gradlew
5KB
settings.gradle
30B
LICENSE.txt
11KB
gradle
wrapper
gradle-wrapper.properties
231B
gradle-wrapper.jar
52KB
README.md
2KB
sample
暂无评论