background preloader

Intent

Facebook Twitter

IT Wizard » How to create a new Android activity. 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); Android multiple email attachment using Intent question. Share and store code or command snippets. IT Wizard » How to create a new Android activity.