Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1
Are you trying to run it here in Sololearn Playground or is it copied from Android Studio?
21st Sep 2017, 12:54 PM
Ziv
Ziv - avatar
+ 1
fist of all, you dont need those try and catch. second: to call another "page" in your app use intends ( Intend nextClass = new Intent(this, yourOtherClass.class) startactivity(nextClass) (remember it is your class ".class" not ".java") and third: that is probably what is crashing the app: you cant modify a view of another screen, so go intro your java folder in your project and modify in the right scene
21st Sep 2017, 3:45 PM
Raran Costa
Raran Costa - avatar
0
No probs! have fun!
21st Sep 2017, 9:52 PM
Raran Costa
Raran Costa - avatar