Skip to content Skip to sidebar Skip to footer
Showing posts with the label Fragment

Android: How Do I Prevent Class Variables Being Cleared On Orientation Change

I have a main activity which has two configurations, one which will display a fragment which is loc… Read more Android: How Do I Prevent Class Variables Being Cleared On Orientation Change

Fragment Orientation Change - Better Test Than For Landscape

In 'Landscape' mode I have two FrameLayouts controlled by One Activity and utilizing two Fr… Read more Fragment Orientation Change - Better Test Than For Landscape

Fragment Lifecycle With Respect To It's Activity

Situation My activity waits on an Async operation and after it hears back from async operation, it … Read more Fragment Lifecycle With Respect To It's Activity

Android Fragment Confusion

I have a question about the correct logical use of fragments in Android. I know that it was designe… Read more Android Fragment Confusion

How To Make A Callback Between Activity And Fragment?

I have this interface in my activity. public interface LogoutUser { void logout(); } My fragme… Read more How To Make A Callback Between Activity And Fragment?

Clickable Google Maps Marker In Fragment

What I am trying to accomplish here is be able to show a AlertDialog when I click on a marker that … Read more Clickable Google Maps Marker In Fragment