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
Try thoses
And in the code when doing StartActivity()
overridePendingTransition(R.animator.anim_left, R.animator.anim_right);
and then when doing finish()