Re: [android-developers] Re: Displaying Google Map Android API V2 in fragment

2013-12-17 Thread Surabhi Jain
Thanks VenomVendor for giving your precious time. I have to check my code. On Tue, Dec 17, 2013 at 12:45 PM, VenomVendor™ wrote: > Black screen, > 1. Your are not adding mapv2 correctly. Visit > http://venomvendor.blogspot.com/2013/04/getting-started-with-google-mapv2-for.html > 2. If you are g

[android-developers] Re: Displaying Google Map Android API V2 in fragment

2013-12-16 Thread VenomVendor™
Black screen, 1. Your are not adding mapv2 correctly. Visit http://venomvendor.blogspot.com/2013/04/getting-started-with-google-mapv2-for.html 2. If you are getting Maps for the first time & not getting another time, i.e after switching between fragments, your are encountering this bug. http:/

Re: [android-developers] Re: Displaying Google Map Android API V2 in fragment

2013-12-16 Thread Surabhi Jain
Hi VenomVendor, I have do the same, which you have mentioned in above post. but getting black screen on place of map :( In LogCat, I have got successful log that my map get set with location and marker. when I scroll from one fragment to another at that time on next fragment it shows blank scre

[android-developers] Re: Displaying Google Map Android API V2 in fragment

2013-12-14 Thread VenomVendor™
17:08 (1 minute ago) Hi, I have done same task, adding Map inside fragment, where fragment is placed inside ViewPager. public class Map extends Fragment { /** The view. */ private static View view; /** The g map. */ private static GoogleMap gMap; /** The bangalore. */

[android-developers] Re: Displaying Google Map Android API V2 in fragment

2013-12-14 Thread VenomVendor™
Hi, I have done same task, adding Map inside fragment, where fragment is placed inside ViewPager. public class Map extends Fragment { > > /** The view. */ > private static View view; > > /** The g map. */ > private static GoogleMap gMap; > > /** The bangalore. */ > privat