I have two Activitys, named App and Gallery.
Activity
App
Gallery
App contains frontend buttons and functionalities, Gallery
Use an Intent
Intent intent = new Intent(this,Gallery.class); intent.putExtra(,); startActivity(intent);