rakesh86shankar
Lurker
Hi guys,i am new to android development,i want to move from one activity to other,i trie this code
Intent intent=new Intent();
intent.setClass(this.getParent(),Form.class);
startActivity(intent);
But its not working,where could i have gone wrong?what's do in manifest file,i created activity and named it as Form
Any HElp on this
Regards
Rakesh Shankar.P
Intent intent=new Intent();
intent.setClass(this.getParent(),Form.class);
startActivity(intent);
But its not working,where could i have gone wrong?what's do in manifest file,i created activity and named it as Form
Any HElp on this
Regards
Rakesh Shankar.P