Skip to content

Instantly share code, notes, and snippets.

@cdmunoz
Last active April 23, 2020 14:17
Show Gist options
  • Select an option

  • Save cdmunoz/6298f12cfbd4eefeddccf5efedea0914 to your computer and use it in GitHub Desktop.

Select an option

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