Hi Frens...
Can anyone please tell me that how to move from one activity to another using the class intent.
i have followed the code:-
Intent intent=new Intent();
in.setClass(this.MainActivity,subactivity.class);
startActivity(intent);
this code is not working .
what changes should i made so that i can able to execute my program?
pls help me out.
Thanx-
Ritu Singh
Can anyone please tell me that how to move from one activity to another using the class intent.
i have followed the code:-
Intent intent=new Intent();
in.setClass(this.MainActivity,subactivity.class);
startActivity(intent);
this code is not working .
what changes should i made so that i can able to execute my program?
pls help me out.
Thanx-
Ritu Singh