You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* What is the relationship between the life cycle of an AsyncTask and an Activity? What problems can this result in? How can these problems be avoided?
73
+
* What is the relationship between the life cycle of an AsyncTask and an Activity? What problems can this result in? How can these problems be avoided?[[info]](https://li2.gitbooks.io/android-programming-journey/content/Background_Tasks/what-is-the-relationship-between-the-life-cycle-of-an-asynctask-and-an-activity.html)
74
74
* What is the difference between Service and IntentService? How is each used? [[info]](https://stackoverflow.com/a/15772151/497132)
75
75
* What is a Sticky Intent? [[info]](https://stackoverflow.com/a/26038985/497132)
76
76
* What is AIDL? [[info]](https://developer.android.com/guide/components/aidl.html)
@@ -97,4 +97,4 @@ on the state of the button (pressed, selected, etc.) using XML (no Java) [[info]
97
97
* Why does Android use SQLite?
98
98
* What libraries have you used for interacting with databases and why did you choose them?
99
99
* What are contract classes? [[info]](https://stackoverflow.com/a/36265603/497132)
100
-
* How do you use the BaseColumns interface to describe your data schema? [[info]](https://stackoverflow.com/a/7900591/497132)
100
+
* How do you use the BaseColumns interface to describe your data schema? [[info]](https://stackoverflow.com/a/7900591/497132)
0 commit comments