Difference between revisions of "Resources for Learning Android App Development"
Line 2: | Line 2: | ||
'''[[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)]]''' | ||
− | ''' | + | '''2. What will happen when the following Android code is executed?''' |
<pre> | <pre> | ||
- "android:onClick="hello_clicked" | - "android:onClick="hello_clicked" | ||
Line 8: | Line 8: | ||
</pre> | </pre> | ||
− | ''' | + | '''3. What kind of "memory addresses" are generated in R.java?''' |
Revision as of 19:01, 25 September 2013
2. 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
3. What kind of "memory addresses" are generated in R.java?