Skip to content

Instantly share code, notes, and snippets.

@v3n3
Created September 5, 2017 20:18
Show Gist options
  • Save v3n3/8fd7e25b7ec0e0fb2dc8a3fc83d15aaa to your computer and use it in GitHub Desktop.
Save v3n3/8fd7e25b7ec0e0fb2dc8a3fc83d15aaa to your computer and use it in GitHub Desktop.
val TAG = StaticSampleActivity::class.simpleName
class StaticSampleActivity: Activity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
Log.i(TAG,"I am in Logcat!!")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment