Skip to content

Instantly share code, notes, and snippets.

@igorescodro
Created January 13, 2020 13:00
Show Gist options
  • Save igorescodro/0e12cf15da2242826d4622f65e59f570 to your computer and use it in GitHub Desktop.
Save igorescodro/0e12cf15da2242826d4622f65e59f570 to your computer and use it in GitHub Desktop.
Developing your own Dynamic Feature
val intent = Intent()
intent.setClassName(BuildConfig.APPLICATION_ID, "com.escodro.ondemand.OnDemandActivity")
startActivity(intent)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment