what is the difference between dynamic receiver and static receiver? When will you use dynamic broadcast receivers?
No Answer is Posted For this Question
Be the First to Post Answer
how to fix an android application crash? How to analyze a crash using logcat?
How does android system manage activity’s life cycle?
How to Save UI States in Case of Configuration Changes in Android?
0 Answers SkillGun Technologies,
When does anr occur?
In android, which manifest permission is needed when use gps location?
What's the difference between a smartphone and an android phone?
What is adt in android?
What is a ContentProvider and what is it typically used for?
What are the basic tools used to develop an android app?
The last callback in the lifecycle of an activity is onDestroy(). The system calls this method on your activity as the final signal that your activity instance is being completely removed from the system memory. Usually, the system will call onPause() and onStop() before calling onDestroy(). Describe a scenario, though, where onPause() and onStop() would not be invoked.
Explain the application of shared preference?
how handler thread is different from normal thread?