This assumes that I have  HomePage.java    class coded
**********************

Intent myIntent =  new   Intent(viewParam.getContext(), HomePage. class  );
 //This start activity expects to get a result.  I used the startActivity
//startActivityForResult(myIntent, 0);

startActivity (myIntent); ScCrow

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to