Custom viewpager tabs with custom view, multiple f

2019-06-06 14:43发布

I want to make a viewpager which is just like latest facebook application.

facebook latest application snap

and the problem is with tabs.

however i tried to make it, but i need icons with text in tabs and multiple fragments and layouts associated with it.

two issue occurred when i tried to develop. 1. I compromised with my UI, and tried putting static icons in it, but they don't change on selection and they don't even have badge like in facebook application. 2. when i put that code in my application which i have developed in demo app, it shows error and after researching i found that my application don't have an actionbar. so it was giving error after calling getActionBar.

please someone can provide any example or link to that which can help me.

1条回答
登录 后发表回答