[android-developers] Re: MapFragment

2011-06-06 Thread Karl Wagner
the other one still exists (even if hidden). Or am I doing something else wrong? Karl On Apr 29, 5:15 pm, Karl Wagner razie...@gmail.com wrote: Any news on a way to get a MapView on to a fragment? I would have thought this was really quite an urgent flaw (it you're using fragments, it really messes

[android-developers] Re: Fragments - crash on restoring spinner state

2011-05-13 Thread Karl Wagner
I should add that I'm using the compatibility library. Karl On May 12, 6:59 pm, Karl Wagner razie...@gmail.com wrote: Hi, I have a fragment that contains a linearlayout with a bunch of controls to make an edit form (edittexts, spinners, buttons, etc). We have a review button that replaces

[android-developers] Fragments - crash on restoring spinner state

2011-05-12 Thread Karl Wagner
Hi, I have a fragment that contains a linearlayout with a bunch of controls to make an edit form (edittexts, spinners, buttons, etc). We have a review button that replaces that fragment with a view form (again a linearlayout, but with textviews only) and this transition gets added to the back

[android-developers] MapFragment

2011-04-29 Thread Karl Wagner
Any news on a way to get a MapView on to a fragment? I would have thought this was really quite an urgent flaw (it you're using fragments, it really messes up your app's workflow) I'm using the compatibility library, and the current way of doing things by extending making FragmentActivity extend