Saturday, December 29, 2012

Android sdk @bengkel

ANDROID SDK

Download

Install

Run Eclipse

Run AVD (Android Virtual Device)

Run ADK (Android Development Kit )
install Google API
install samples

APK
install .apk to run with device emulator

download and install .apk in android handphone
using the app
(actual user action)

-------
Build the first app 'Hello world'

Build using packaged 'Medroid2'

COMPONENTS

(study the folders)

study the items :

Layouts aaa.xml
AndroidManifest
Intent
Class
Strings

src/ .java files

-------
test the first app

Run AVD
Device Emulator
-------
STUDY Medroid2 package

main page
menu

go to
next page
twitter

page with link to website
page with content (text) and scroller (long article)
page with image
page containing telephone numbers email address and URL (autoLink)

Changing app name and launcher icon and title

changing background color and image
changing font color

----
identify and correct errors
occur by mistakes or programming

--------

ADDING NEW STUFF

(find online tutorials and guides)

Implement codes and instructions

video player
arrays
image gallery

------
BUILD A NEW ANDROID APP

com.yourname.your-app-name

Final product : the .apk file

export the android app project
sign the app (using keytool)

distribute the apk

download and install on android devices


------
Building app with free online builder
iBuildapp.com

No comments:

Post a Comment