[TinyTut] - Open other Activities with an Intent
What you learn: You will learn how easy it is, to start other Activity you coded on your won using Intents.
Difficulty: 0 of 5
Description
The following Code sends an Intent to the OS, which will start the Activity, whos class was passed as the first parameter of the Intent:
Using java Syntax Highlighting
- startSubActivity(new Intent(this, MySecondActivity.class), 0);
Parsed in 0.029 seconds, using GeSHi 1.0.8.4
Regards,
plusminus





