Jerzy Chałupski
Jerzy Chałupski
Thanks for the code sample, I'll try to reproduce (and fix) this issue soon.
I think that this kind of behavior should not be baked into the FAM class, what @catorda did is the right approach. This should be a part of sample application...
Do you use support-v4 fragments or regular fragments? If you use support-v4, which version of support lib do you use?
There is a nasty bug in FragmentManager, that's fixed in latest support-v4 lib, but not in android.app.FragmentManager, even on Lollipop: https://android-review.googlesource.com/#/c/40760/ There's nothing I can do about this. You're going...
Ok, let's take a closer look. So you have a ViewPager with Fragment with MapView and FAM, is that correct? Which version of Google Play Services do you use? Do...
I'll definitely do this.
@Ph1b Ideally this should be an optional dependency, but AFAIK gradle doesn't support it. As a workaround we can create a submodule with Behavior implementation. The only downside is that...
@Ph1b Open PR or put it in gist, I'll think about the best way to include it.