Kotlin Mastery
Open main menu
About
Roadmap
Login
Loading...
Activity
1
Walk me through the Android Activity lifecycle methods
2
Explain when Android invokes onSaveInstanceState() for an Activity.
3
Explain the distinction between LifecycleState.STARTED and LifecycleState.RESUMED
4
Can you walk me through the lifecycle changes of an Activity when a notification pops up?
5
Describe the behaviour of an Android app when a phone call is received?
6
Explain the relationship between task and back stack?
7
Can you start an activity when your task is not foreground?
8
What happens when you press back button on a Root Activity?
9
What happens to an activity when its configuration changes?
10
How can you test your code to ensure that an Activity behaves as expected when it is killed by the system and later recreated?
11
Describe the differences between the onCreate and onStart lifecycle methods.
12
Describe the differences between the onCreate and onStart lifecycle methods.
13
Explain the different activity launch modes in Android.
14
What do you think about Single Activity App?
View
Fragment
Widget