The Activity in which i have my google maps implimentation works perfectly when i run it directly but when i try to use that activity under tabwidgets, instead of maps it only show grey Gridlines. Can't figure it out why it is happening
Asked
Active
Viewed 147 times
1 Answers
0
After Visting many post finally found the solution, as in this post
android Google Map doesn't load inside TabHost
which explains clearly that why we could not load fragments inside tabhost instead we should use FragmentTabHost.
To Implement FragmentTabHost follow this post : http://maxalley.wordpress.com/2013/05/18/android-creating-a-tab-layout-with-fragmenttabhost-and-fragments/

Community
- 1
- 1

Vivek Singh
- 1,201
- 3
- 17
- 39