To open another application:
Intent LaunchIntent = getPackageManager().getLaunchIntentForPackage("package.name.of.destination.app"); startActivity(LaunchIntent);
Create a control there for this application, so if you want to give some effects, you have to do it in the target application.
Manoj kumar
source share