Skip to content

akrajilwar/AndroidNavigationTabs

Repository files navigation

AndroidNavigationTabs

Android Navigation Tabs with ViewPager

Download Android Learnning Application


Swipe views provide lateral navigation between sibling screens such as tabs with a horizontal finger gesture (a pattern sometimes known as horizontal paging). This lesson teaches you how to create a tab layout with swipe views for switching between tabs (Navigation Tabs), or how to show a title strip instead of tabs.

Swipe View Design

Before implementing these features, you should understand the concepts and recommendations as described in Designing Effective Navigation and the Swipe Views design guide

In this tutorial, we would make a screen with three tabs using these new APIs for tabs with Fragment and a ViewPager which would look like the image below:

Read Full tutorial Android Navigation Tabs With Swipe Views