An explicit Intent allows the system to launch the most appropriate Activity based on the type of data code example
Example: intent android
Intent intent = new Intent(MainActivity.this,Activity.class);
Intent intent = new Intent(MainActivity.this,Activity.class);