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

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -