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()
下载地址
用户评论