How to implement tabs in Android -
how implement tabs in android.
having context. in want 3 tabs named free,top,paid.clicking on each of tab should open separate activity.
thanks in advance,
firstly, follow this tutorial android page, explain how implement few tabs
what want create 3 separate activities , bind each of tab, when click on tab icon/header create intent , call startactivity
on relevant activity
i've had following , have documented findings on creating tabs , refreshing tab views, might helpful read you
Comments
Post a Comment