Skip to content

Instantly share code, notes, and snippets.

@cdmunoz
Last active April 23, 2020 14:17
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 cdmunoz/6298f12cfbd4eefeddccf5efedea0914 to your computer and use it in GitHub Desktop.
Save cdmunoz/6298f12cfbd4eefeddccf5efedea0914 to your computer and use it in GitHub Desktop.
class CryptocurrenciesActivity : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
AndroidInjection.inject(this)
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_main)
//...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment