create an android app

10
1) Open up Eclipse and select File > New > Other 2) Click on the Android folder and select Android Application Project. Click ‘Next’

Upload: matthew-terndrup

Post on 27-Oct-2014

58 views

Category:

Documents


4 download

DESCRIPTION

Learn how to set up your first Android application using Java Eclipse. This tutorial will also be on the LESS Dev Center.

TRANSCRIPT

Page 1: Create an Android App

1) Open up Eclipse and select File > New > Other

2) Click on the Android folder and select Android Application Project. Click ‘Next’

Page 2: Create an Android App

3) On this screen, you will need to name the project, and choose the SDK builda. For this example, we will call the project LESSMobileb. The Application Name and Project Name typically are called the same thingc. The Build SDK is usually the most recent version of Androidd. The Minimum Required SDK is what version of Android that your application will support

Page 3: Create an Android App

4) Click ‘Next’. If you selected ‘Create custom launcher icon,’ you will be taken this screen

Page 4: Create an Android App

5) This screen Creates a New Activity. a. BlankActivity is more for phonesb. MasterDetailFlow is more for tablets

Page 5: Create an Android App

6) Create New BlankActivity

Page 6: Create an Android App

7) Install Dependencies

Page 7: Create an Android App

a. Click the Install/Upgrade button

Page 8: Create an Android App

b. Accept License Agreement

c. Click ‘Finish’

Page 9: Create an Android App

8) Your app will now be viewable in the Project Explorer

Page 10: Create an Android App

9) **Pro-tip: Open up the Project Explorer view for better navigationa. Select Window > Project Explorer

Your Java files

Your icons

Configuration file

The physical layout xml file. Called activity_main