SyntaxFix
Write A Post
Hire A Developer
Questions
For eg: you are using two activity, if you want to switch over from Activity A to Activity B
Simply give like this.
Intent intent = new Intent(A.this, B.class); startActivity(intent); finish();