I’ve been Googling around on tutorials and other docs on how I can do this kind of layout in Android:

I’ve been dragging and dropping every widget there is in Eclipse onto the XML to find the one where the Title Bar is similar with the + button, the refresh button as well.
Also what is this kind of tabs called? I looked around and it is suggested it is PageViewer?
Please bear in mind I’m learning Android.
What you are looking at is probably a ViewPager implementation with Tabs+Swipes which you can get from creating a new project using the latest Android SDK and choose Tab+Swipe navigation. The layout for the list here is simply a ListFragment with a custom adapter.
This is part of the ActionBar pattern on Android, and by using the support library or ActionBar Shelock (http://actionbarsherlock.com/) you can target the older phones as well.