Define intents. Explain the types of intents and Describe the key fields of an explicit intent code example
Example: intent android
Intent intent = new Intent(MainActivity.this,Activity.class);
Intent intent = new Intent(MainActivity.this,Activity.class);