Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0adfc34

Browse files
Update README.md
1 parent ff8c16c commit 0adfc34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Topics:
7070
* What is the Dalvik Virtual Machine?
7171
* What are different ways to store data in your Android app? [[info]](https://developer.android.com/guide/topics/data/data-storage.html)
7272
* Android appplication components [[info]](http://www.tutorialspoint.com/android/android\_application\_components.htm)
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?
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)
7474
* What is the difference between Service and IntentService? How is each used? [[info]](https://stackoverflow.com/a/15772151/497132)
7575
* What is a Sticky Intent? [[info]](https://stackoverflow.com/a/26038985/497132)
7676
* 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]
9797
* Why does Android use SQLite?
9898
* What libraries have you used for interacting with databases and why did you choose them?
9999
* 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

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /