-
I have more fragments. See this What can it be? Declared (no matter if static or not)
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
See the GettingStarted example for the life cycle of the There is also the FragmentActivity example with fragments. |
Beta Was this translation helpful? Give feedback.
-
Unfortunately none of this. I have an activity that show 2 fragment:
I call the picker in this second fragment and not direct from activity. I think the GL engine crashes or no longer finds the context. |
Beta Was this translation helpful? Give feedback.
-
If destroy the fragment / MapView then need to create a new MapView, |
Beta Was this translation helpful? Give feedback.
-
I logged the life cycles: |
Beta Was this translation helpful? Give feedback.
-
Solved badly with a trick. from Activity: but from the symptoms it seems openGL engine problem. The issue occurs on external calls (Intent.ACTION_OPEN_DOCUMENT or launch app) from a fragment |
Beta Was this translation helpful? Give feedback.
Solved badly with a trick.
from Activity:
Replaced MapFragment...onRestart()
Removed MapFragment...onPause()
but from the symptoms it seems openGL engine problem.
The issue occurs on external calls (Intent.ACTION_OPEN_DOCUMENT or launch app) from a fragment