Appolica / InteractiveInfoWindowAndroid

Library project, developed and maintained by Appolica, offering an interactive info window for Google maps on Android.
249 stars 56 forks source link

Use this library inside a fragment #26

Closed MahmoudiOussama closed 3 years ago

MahmoudiOussama commented 7 years ago

Hi Appolica team, this is a great library, great work for sure.

Can you please provide a sample which uses this library inside a fragment ? not inside an activity.

And thank you.

kkaun commented 6 years ago

Same kind request here. For sure that's a classy library but I can't make it for Fragments. Although I've already implemented InfoWindowManager inside my custom Fragment's lifecycle and logged almost 90% of it's inner methods, InfoWindow still remains hidden on click of the marker and I can't figure out why, mainly because of kinda verbose lib code remaining to understand. Adding simple example for Fragment with MapView inside wrapped by your TouchInterceptFrameLayout would be so cool.

jayjhaveri commented 5 years ago

Hi Appolica team, this is a great library, great work for sure.

Can you please provide a sample which uses this library inside a fragment ? not inside an activity.

And thank you.

Hi, What is the issue you are facing?

MahmoudiOussama commented 5 years ago

Hi jayjhaveri, thank you for your response even thought it is a little bit late (more than a year). So, from what i remember, i was trying to use your library inside my android project. The project contains one single Activity and about 15 Fragments, one of those fragments contains a google map, and i wanted to use your library inside the google map fragment, but i couldn't achieve it. Sorry, i couldn't remember what was the error, or what is written in the logs back then.

dpetrov-appolica commented 3 years ago

Example with Fragment is added.