Difference between revisions of "Resources for Learning Android App Development"

From CDOT Wiki
Jump to: navigation, search
Line 18: Line 18:
 
'''7. Observing Content (2008) [http://mylifewithandroid.blogspot.ca/2008/03/observing-content.html]'''
 
'''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"
 
* 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/ ]'''

Revision as of 13:35, 3 October 2013


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? (Gideon)

   - "android:onClick="hello_clicked"
   -  the "hello_clicked" method is not programmed in the Java class

3. What kind of "memory addresses" are generated in R.java?

4. Alternative for the deprecated People class in Android [1]

5. Android Tutorial: Writing Your Own Content Provider [2]

6. What's the mechanism of setNotificationUri (Cursor)? [3]

7. Observing Content (2008) [4]

  • use case: "some component manipulates the persistent dataset that other components depend upon"

8. Android Fundamentals: Working with Content Providers [5]