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()