RE:[android-beginners] Unable to create new android project

2010-04-24 Thread andr...@isildo.com
First, when you start a project, look at the top. Located there just under New Android Project is a message telling you the next thing that needs to be filled out. That sould tell you what you need. I noticed that you package name only has one name. At least two are required. The

RE:[android-beginners] Switch Screens

2010-04-24 Thread andr...@isildo.com
This assumes that I have HomePage.javaclass 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);