Android代码-通过更简洁的方式启动 Activity、Service、Broadcast 等

时间:2022-08-26 00:54:42
【文件属性】:
文件名称:Android代码-通过更简洁的方式启动 Activity、Service、Broadcast 等
文件大小:172KB
文件格式:ZIP
更新时间:2022-08-26 00:54:42
Android代码 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() .go(); or an implicit Activity like: SmartGo.from(this) .to("go.smart.woaiwhz.smartgoproject.implicit")//action .category("go.smart.woaiwhz.smartgoproject.have.fun") .requ
【文件预览】:
SmartGo-master
----gradlew(5KB)
----settings.gradle(30B)
----LICENSE.txt(11KB)
----gradle()
--------wrapper()
----README.md(2KB)
----sample()
--------src()
--------.gitignore(7B)
--------build.gradle(766B)
--------proguard-rules.pro(645B)
----gradlew.bat(2KB)
----gradle.properties(855B)
----smartgo()
--------gradlew(5KB)
--------src()
--------gradle()
--------gradlew.bat(2KB)
--------.gitignore(7B)
--------build.gradle(1KB)
--------proguard-rules.pro(645B)
----.gitignore(101B)
----build.gradle(550B)

网友评论