Difference between revisions of "Teams Winter 2011/team2/lab5"
(→Team 2 -ECL500) |
(→Team 2 -ECL500) |
||
Line 4: | Line 4: | ||
'''Android Application Development with Eclipse - Lab 5''' | '''Android Application Development with Eclipse - Lab 5''' | ||
− | For this lab, we will create a small Android application called Parking that will search in a database and shows number of cars based on searched brand and model.<br/> | + | For this lab, we will create a small Android application called Parking that will search in a database and shows number of cars based on searched brand and model.<br/> |
− | First we have to install Android SDk. the latest version is in [http://developer.android.com/sdk/index.html AnDroidSDK].<br/> | + | ---- |
− | Then we have to prepare Eclipse for developing Android by going to Help -> install new software. and add https://dl-ssl.google.com/android/eclipse/ repository. <br/> | + | # First we have to install Android SDk. the latest version is in [http://developer.android.com/sdk/index.html AnDroidSDK].<br/> |
− | + | # Then we have to prepare Eclipse for developing Android by going to Help -> install new software. and add https://dl-ssl.google.com/android/eclipse/ repository. <br/> | |
---- | ---- | ||
+ | [[Image:007.jpg]] |
Revision as of 18:03, 16 April 2011
Team 2 -ECL500
Android Application Development with Eclipse - Lab 5
For this lab, we will create a small Android application called Parking that will search in a database and shows number of cars based on searched brand and model.
----
- First we have to install Android SDk. the latest version is in AnDroidSDK.
- Then we have to prepare Eclipse for developing Android by going to Help -> install new software. and add https://dl-ssl.google.com/android/eclipse/ repository.