Skip to content

Instantly share code, notes, and snippets.

@swahaniroy
Last active July 22, 2021 12:43
Show Gist options
  • Select an option

  • Save swahaniroy/7fdec2406f18b4302c3b954713a52c01 to your computer and use it in GitHub Desktop.

Select an option

Save swahaniroy/7fdec2406f18b4302c3b954713a52c01 to your computer and use it in GitHub Desktop.
Routing function
public void newChatTapped(View view) {
startActivity(new Intent(ConversationsActivity.this, SelectContactActivity.class));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment