This article will help you to make an android app with TabView layout. The screenshot of the tabview layout is given below.. TabView Demo: In the above image we see there are three tab named Notifications, Features and Profile.. The procedure to create like this page is given below article.. bulid.gradle apply plugin: 'com.android.application' android { compileSdkVersion 28 defaultConfig { applicationId "rmproduct.com.helloworld" minSdkVersion 15 targetSdkVersion 28 versionCode 1 versionName "1.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes { release { minifyEnabled false proguardFiles ge...