Skip to content

Instantly share code, notes, and snippets.

@devwithzachary
Created August 25, 2021 15:02
Method to start the FeedActivity
private void proceedToFeed(){
context.startActivity(new Intent(context, FeedActivity.class));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment