Android Fragment Save / Retrieve Instance State Example

The android activity provides a method to save/retrieve instance state data. Please read the article Android Save Retrieve Activity Instance State Example to learn more. The fragment also provides a method for you to save/retrieve related instance state data. This article will show you an example of how to save/retrieve instance state data in android

Android Fragment Save / Retrieve Instance State Example Read More »

Android Add Fragment To Activity Dynamically Example

The fragment is widely used in android app development. You can use it statically or dynamically. Article Android Multiple Fragments In One Activity Example has introduced what it is and how to use Fragment statically. This article will tell you how to use it dynamically in your android app.

Android Add Fragment To Activity Dynamically Example Read More »

,

Android Activity Launch Mode SingleTask SingleInstance Example

The previous article Android Activity Launch Mode Standard SingleTop Example has introduced the two android activity launch modes Standard and SingleTop. This article will introduce the other two android activity launch modes SingleTask and SingleInstance which are more difficult to understand.

Android Activity Launch Mode SingleTask SingleInstance Example Read More »