SyntaxFix
Write A Post
Hire A Developer
Questions
Once you have obtained the context in your onTap() you can also do:
Intent myIntent = new Intent(mContext, theNewActivity.class); mContext.startActivity(myIntent);