How to Design a Tabbed-activity in Android Studio
How to Design a Tabbed-activity in Android Studio
Date posted: 11/04/2019
In this article, we’ll help you in design a tabbled- activity in Android studio.
Prerequisites
- Android Studio Application
Find File option and navigate through Tab activity
Go to File Option on the right corner of the android studio application.Then Navigate through Activity and at the end the list of activity Click on Tabbed Activity.
You can mention the name of activity you want but in Navigation Style drop down list, select any one type TAB style you want.In my case i am going to select Action Bar with Tabs.Click OK to proceed.
Here you can see the UI’s design of Tabs with Action Bar in your XML file with the customised Action Bar title at the Top.
Here’s another way to create Tabbed Activity.But can not choose the style of the Tab you want.Firstly go to the same option File>New Project.
At the Bottom you can see Tabbed Activity.But it will leads to the original project without asking for the Tab Navigation style.
Thanks for using pheonixsolutions.
You find this tutorial helpful? Share with your friends to keep it alive.