Difference between revisions of "Teams Winter 2011/team2/lab5"

From CDOT Wiki
Jump to: navigation, search
(Start Application)
(Start Application)
Line 16: Line 16:
 
== Start Application ==
 
== Start Application ==
  
# start a New Android Project by choosing File -> New -> Android Project
+
1. start a New Android Project by choosing File -> New -> Android Project
# Type Project Name and Properties of App ( for convenience you can choose create project from existing Sample)  
+
2. Type Project Name and Properties of App ( for convenience you can choose create project from existing Sample)  
 
[[Image:Androidset1.png ]]
 
[[Image:Androidset1.png ]]
# Eclipse SDK give developers a GUI interface to design Application easy. by click on res->layout->main.xml developer can design the Application
+
3. Eclipse SDK give developers a GUI interface to design Application easy. by click on res->layout->main.xml developer can design the Application
 
[[Image:AndSetup2.png]]
 
[[Image:AndSetup2.png]]
 +
4.
  
 
<br/>
 
<br/>

Revision as of 20:24, 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.


Prepare Environment

1. First we have to install Android SDk. the latest version is in AnDroidSDK.

  • we can install different virtual machines with this SDK manager

2. 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.
3. Then in Windows-> preference -> Android we have to set location of SDK that we installed at step 1


Start Application

1. start a New Android Project by choosing File -> New -> Android Project 2. Type Project Name and Properties of App ( for convenience you can choose create project from existing Sample) Androidset1.png 3. Eclipse SDK give developers a GUI interface to design Application easy. by click on res->layout->main.xml developer can design the Application AndSetup2.png 4.



007.jpg

Android2.jpg