If you have an ExpandableListActivity called healthProfile, and you need to render it from a main class called KeasDroid, this will get it done:
Intent myIntent = new Intent(KeasDroid.this, healthProfile.class); KeasDroid.this.startActivity(myIntent);
But remember you have to add the activity in the manifest file, as shown below:
No comments:
Post a Comment