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

From CDOT Wiki
Jump to: navigation, search
Line 1: Line 1:
 
----
 
----
 
'''[[Jose Mac |1. How to add Android SDK And sqlite3 in Mac Terminal command line and Eclipse with Android development tool? (Jose)]]'''
 
'''[[Jose Mac |1. How to add Android SDK And sqlite3 in Mac Terminal command line and Eclipse with Android development tool? (Jose)]]'''
 +
 +
'''Q: What will happen when the following Android code is executed?'''
 +
<pre>
 +
  - "android:onClick="hello_clicked"
 +
  -  the "hello_clicked" method is not programmed in the Java class
 +
</pre>
 +
 +
'''Q: What kind of "memory addresses" are generated in R.java?'''

Revision as of 20:52, 23 September 2013


1. How to add Android SDK And sqlite3 in Mac Terminal command line and Eclipse with Android development tool? (Jose)

Q: What will happen when the following Android code is executed?

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

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