Quantcast
Channel: NintyZeros
Viewing all articles
Browse latest Browse all 120

Android Material Support Design-Tabs

$
0
0

Android Design Support Library made our day easier by providing backward compatibility to number of material design components all the way back to Android 2.1. In Design support Library the components like navigation drawer, floating action button, snackbar, tabs, floating labels and animation frameworks were introduced. In this article we are going to learn how to implement material swiping tabs in your apps.


  • Tabs enable content organization at a high level, such as switching between views, data sets, or functional aspects of an app.
  • Present tabs as a single row above their associated content. Tab labels should succinctly describe the content within.
  • Because swipe gestures are used for navigating between tabs, don't pair tabs with content that also supports swiping.


Read more »

Viewing all articles
Browse latest Browse all 120

Trending Articles