I have to develop a music player application, and in this app different activities has to be swiped through (same interface as google play music where you swipe through different parts). I want to have just one page (main page), with different tabs where I can swipe through. Since I'm also new to android development (familiar with java though). I have difficulties understanding are these tabs different activities, do I need to use fragments etc. I'm so lost on how to start building the actual app (start with interface, activities etc.). I would be grateful if someone could give me some advice and introduce me to some good tutorials.
Thanks.