Skip to content

Instantly share code, notes, and snippets.

@TonnyL
Last active February 13, 2018 05:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TonnyL/ef57db0ad4fa8259805a9beed8eb8eb2 to your computer and use it in GitHub Desktop.
Save TonnyL/ef57db0ad4fa8259805a9beed8eb8eb2 to your computer and use it in GitHub Desktop.
Charles.from(this@MainActivity)
 .choose()
 .maxSelectable(9)
 .progressRate(true)
 .theme(R.style.Charles)
 .imageEngine(GlideEngine())
 .restrictOrientation(ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED)
 .forResult(REQUEST_CODE_CHOOSE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment