I am trying to add the google map inside one of Item of ViewPager that is HorizontalScrollView. I want to show the multiple location of store in my project so using HorizontalScrollView to scroll left to right only for googlemap and complete page inside the viewpager. Every thing is working fine without google map inside viewpager, But when i am adding google map to view pager, my app crashed.
Here is my logcat and my effort that i have done so far.
I am surprised why here is authorized failure, but after commenting viewpager part, its work like charm and shows proper map and other things.
Note: ViewPager and google map is both working, but one at a time not simultaneously.
My Search in these 3 days : 1,2,3,4,5,6,7,8,9,10.
Some of Above given solutions was awesome, but i dont know why these all not working in my case.
Please help me in the same.
Thanks & Regards : Akki