Skip to content

Instantly share code, notes, and snippets.

@chelseatroy
Created May 30, 2020 22:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chelseatroy/21391cae04c1eda71cd4b3b8ad1f7d76 to your computer and use it in GitHub Desktop.
Save chelseatroy/21391cae04c1eda71cd4b3b8ad1f7d76 to your computer and use it in GitHub Desktop.
Fake Logging In
class LoginActivity : AppCompatActivity() {
...
override fun onCreate(savedInstanceState: Bundle?) {
...
signInButton.setOnClickListener { view ->
startActivity(Intent(this@LoginActivity, MainActivity::class.java))
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment