How to build an app with Actionbar ,Tab support and MapView
I am building an app which looks something like this. It has a action bar and Tabs as shown below. Tab 1: Should display images with ViewPage and indicator. Tab 2: Should display maps. I am new to android, but still somehow managed to build an app using internet resources and with the help of samples source. But i got stuck near mapview (when click on Tab2). I used TabHost, but this dint work, later on came to know that google has released new API supporting Map fragments. I even used Google API for MapFragment(the new one) but what i ended up with was some junk code. I messed up everything. I