Activity

Difference Between Basic Activity And Empty Activity In Android Studio

When you create the android project in android studio, there are a lot of activity templates you can choose which are provided by android studio. For android beginners, the basic activity and the empty activity always make them confused. So what is the difference between them, let me tell you now.

Difference Between Basic Activity And Empty Activity In Android Studio 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 »