View Pager In such case you have seen the slide in application while install it first time which will guide you how to use the particular application. Here is the small example which can be useful to you as a start up application. You just have to replace my Fragment Buttons to your image that's it. activity_main.xml < ? xml version = "1.0" encoding = "utf-8" ? > < RelativeLayout xmlns:android = "http://schemas.android.com/apk/res/android" xmlns:tools = "http://schemas.android.com/tools" xmlns:app = "http://schemas.android.com/apk/res-auto" android: id = "@+id/rl_pager" android:layout_width = "match_parent" android:layout_height = "match_parent" android:paddingBottom = "@dimen/activity_vertical_margin" android:paddingLeft = "@dimen/activity_horizontal_margin" android:paddingRigh...