Changes

Jump to: navigation, search

Resources for Learning Android App Development

563 bytes added, 13:52, 22 October 2013
no edit summary
'''[[Jose Mac |1. How to add Android SDK And sqlite3 in Mac Terminal command line and Eclipse with Android development tool? (Jose)]]'''
'''2. What will happen when the following Android code is executed? Please explain the result. (Gideon)'''
<pre>
- "android:onClick="hello_clicked"
- 1. the "hello_clicked" method is not programmed in the Java class - 2. the "hello_clicked" method is declared but has no body in the Java class
</pre>
'''5. Android Tutorial: Writing Your Own Content Provider [https://www.grokkingandroid.com/android-tutorial-writing-your-own-content-provider/]'''
'''6. What's the mechanism of setNotificationUri (Cursor)? Android Fundamentals: Working with Content Providers [http://stackoverflowmobile.tutsplus.com/questionstutorials/11802823android/whatsandroid-thesdk_content-mechanism-of-setnotificationuriproviders/ ]'''
'''7. Observing Content (2008) [http://mylifewithandroid.blogspot.ca/2008/03/observing-content.html]'''* use case: "some component manipulates the persistent dataset that other components depend upon" '''8. Android Fundamentals: Working with Content Providers [http://mobile.tutsplus.com/tutorials/android/android-sdk_content-providers/ ]''' '''9. Think Android - Content Provider Tutorials [http://thinkandroid.wordpress.com/category/android-tutorials/contentprovider-tutorials/]'''
'''108. What does a ContentResolver object do? [http://developer.android.com/guide/topics/providers/content-provider-basics.html]'''
<pre>
Accessing a provider
appearance of data as tables.
</pre>
* API description of the ContentProvider class [http://developer.android.com/reference/android/content/ContentProvider.html]
** "When a request is made via a ContentResolver, the system inspects the authority of the given URI and passes the request to the content provider registered with the authority."
 
'''9. What's the mechanism of setNotificationUri (Cursor)? [http://stackoverflow.com/questions/11802823/whats-the-mechanism-of-setnotificationuri]'''
 
'''10. Observing Content (2008) [http://mylifewithandroid.blogspot.ca/2008/03/observing-content.html]'''
* use case: "some component manipulates the persistent dataset that other components depend upon"
 
'''11. When is the onCreate() method called for a content provider? [http://stackoverflow.com/questions/9798715/oncreate-of-content-provider]'''

Navigation menu