17
Android Boot camp| Tanzania

Android Mobile Application Bootcamp Tanzania

Embed Size (px)

DESCRIPTION

The Content helps those who wish to program mobile applications using android platform. The content has been used to conduct mobile application boot camps using android platform on different regions in Tanzania

Citation preview

Page 1: Android Mobile Application Bootcamp Tanzania

Android Boot camp| Tanzania

Page 2: Android Mobile Application Bootcamp Tanzania

INTRODUCTION TO ANDROID

Android Boot Camp | TanzaniaDenis Minja

Page 3: Android Mobile Application Bootcamp Tanzania

• Android at a glance1• Setting up IDE2• Our first android project3• Building block of android

apps 4• Best way to learn

android5

Today’s Overview

Page 4: Android Mobile Application Bootcamp Tanzania

Android at glance

Page 5: Android Mobile Application Bootcamp Tanzania

•How it was started

•Android Versions

•Why android as a developer?

Page 6: Android Mobile Application Bootcamp Tanzania

How it was started• Google Acquires Android Inc. in 2005

• Open Handset Alliance formed in 2007

• First android SDK released in 2008

Page 7: Android Mobile Application Bootcamp Tanzania

Android VersionsAndroid version API level NicknameAndroid 1.0 1Android 1.1 2Android 1.5 3 CupcakeAndroid 1.6 4 DonutAndroid 2.0,2.01,2.1 5 ,6,7 EclairAndroid 2.2 8 Froyo (frozen yogurt)Android 2.3,2.3.3 9,10 GingerbreadAndroid 3.0 ,3.1,3.2 11,12,13 HoneycombAndroid 4.0,4.03 14,15 Ice cream SandwichAndroid 4.1,4.2 16,17 Jelly Bean

Page 8: Android Mobile Application Bootcamp Tanzania

Android Versions

Name of the next Version…..?

Page 9: Android Mobile Application Bootcamp Tanzania
Page 10: Android Mobile Application Bootcamp Tanzania

Why Android platform as a mobile app developer?

• Open source platform

• Cost free development

• Contains built-in libraries which makes developer's life easy

• We can develop and test our app without owning a physical device

Page 11: Android Mobile Application Bootcamp Tanzania

Setting up your IDE

Page 12: Android Mobile Application Bootcamp Tanzania

• Download Android Bundle• Use Existing IDE

Page 13: Android Mobile Application Bootcamp Tanzania

Download Android Bundle

1.Go to http://developer.android.com/sdk/index.html2.Extract 3.Run Android SDK Manager4.Selet and install Latest SDK

Eclipse + ADT(Android Development Tool) + Android SDK Manager

Page 14: Android Mobile Application Bootcamp Tanzania

Use Existing IDE

Download android SDK from http://dl.google.com/android/installer_r21.1-windows.exe

Start Eclipse, then select Help→Install New Software In the Available Software dialog, click Add. In the Add Site dialog that appears, enter a name for the

remote site (for example, “Android Plugin”) in the “Name” field. In the “Location” field, enter this URL:

https://dl-ssl.google.com/android/eclipse/

Page 15: Android Mobile Application Bootcamp Tanzania

Use Existing IDE

Click OK. Back in the Available Software view, you should now see “Developer Tools” added

To the list. Select the checkbox next to Developer Tools, which will automatically

Select the nested tools Android DDMS and Android Development Tools. Click Next.

In the resulting Install Details dialog, the Android DDMS and Android Development

Tools features are listed. Click Next to read and accept the license agreement and install any dependencies, then click Finish.

Restart Eclipse.

Page 16: Android Mobile Application Bootcamp Tanzania

1. Run Android SDK manager2. Select Latest SDK and install

To Finalize your preparation

Page 17: Android Mobile Application Bootcamp Tanzania

ANDROID APPLICATION BUILDING BLOCK