Intent

TwitterFacebook
Get flash to fully experience Pearltrees

IT Wizard » How to create a new Android activity

http://www.itwizard.ro/how-to-create-a-new-android-activity-82.html The Android development paradigm introduces for the developer the “Activity”: < Assume you have the MainActivity, and a SecondaryActivity you want to start, this may be done in the easiest way: Intent intent = new Intent(Intent.ACTION_VIEW);