Re: [android-beginners] Problem launching another java file from app.

2010-08-02 Thread Mark Murphy
On Mon, Aug 2, 2010 at 6:06 AM, Justin wrote: > Which loads up the new page fine, but then causes a error and forces > close. Use adb logcat, DDMS, or the DDMS perspective in Eclipse to examine the Java stack trace associated with your "force close". -- Mark Murphy (a Commons Guy) http://common

[android-beginners] Problem launching another java file from app.

2010-08-02 Thread Justin
I am writing a app, and basically I want to carry accross a variable from one java file to another. So from my first java file I am calling the second one by: setContentView(R.layout.saveimage); //Intent i = new Intent(anyView.getContext(), AndroidWebImage.class); Intent i = n