• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Problem in moving from one activity to other

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
 
Back
Top Bottom