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

From CDOT Wiki
Jump to: navigation, search
Line 12: Line 12:
 
'''4. Alternative for the deprecated People class in Android ''' [http://stackoverflow.com/questions/9247093/alternative-for-the-deprecated-people-class-in-android]
 
'''4. Alternative for the deprecated People class in Android ''' [http://stackoverflow.com/questions/9247093/alternative-for-the-deprecated-people-class-in-android]
  
'''5. Writing Your Own Content Provider [https://www.grokkingandroid.com/android-tutorial-writing-your-own-content-provider/]'''
+
'''5. Android Tutorial: Writing Your Own Content Provider [https://www.grokkingandroid.com/android-tutorial-writing-your-own-content-provider/]'''

Revision as of 20:07, 1 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]