I have an Android app in which nine of the activities do not load a layout file. Their views are private classes which extend the View class. The activity construct view obj
this.overridePendingTransition(android.R.anim.slide_in_left, android.R.anim.slide_out_right);
write it just below of your Intent.