I am creating android music player app. I need to show main four options as tab. station artist search more
I have experience to create same type of application with tab host and tab activity. I have gone through documentation for fragment,fragment activity before starting this app.
My question is if I go for fragment can I show tab option in all screens started from previous one. Suppose i select search option and then I click on play song from dynamic list view and if after that I select any song item from list I want to display tab option in new music play screen also. Please help as this is design issue and I know only experience one can help me in such case.
My question is: Have you achieved this behavior to enable tab options in all screens? Any demo? Please suggest me right way to achieve this. This time I want to go as per android dev guide line.
Note: In my previous app I achieved tab option enable using through setcontnetview through and visible option of layout and also my custom adapter.