android - Up to date Tabbed Navigation -
i can't seem find date resource on how tabbed navigation bar in android. every tutorial suggests using actionbar , tab in seems deprecated. know current way of implementing this? thanks!
your primary options are:
use
tablayout
android design support library, or without aviewpager
; oruse
viewpager
, favorite other tab solution it, whetherpagertabstrip
or any number of third-party tab implementations; or
Comments
Post a Comment