Now i can create PagerIndicator but i don’t know how to put map it, which one page will show Driving Stat. and another one will show map+driving stat. In addition, Is it possible to make 2 view work together as you see in the picture below.(the time and distance still run)

I don’t know about GMap control but here is how I use different layouts in my app.
First you could create a layout for your Map control
Secondly add it in your ViewPager
If I understood corect and you are using android.support.v4.view.ViewPager , which would be a good candidate to accomplish your task.