Resources for Learning Android App Development

From CDOT Wiki
Revision as of 20:52, 23 September 2013 by Peter.liu (talk | contribs)
Jump to: navigation, search

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?