Open main menu

CDOT Wiki β

Resources for Learning Android App Development

Revision as of 20:01, 25 September 2013 by Peter.liu (talk | contribs)

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?

   - "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?