+ All Categories
Home > Technology > Making An Android App From Scratch Slides

Making An Android App From Scratch Slides

Date post: 15-Jan-2015
Category:
Upload: mobiledevnj
View: 3,142 times
Download: 4 times
Share this document with a friend
Description:
 
Popular Tags:
11
Making an Android App From Scratch Presented by: David Rodriguez programmerdave.tumblr.com github.com/programmerdave Twitter: @programmerdave
Transcript
Page 1: Making An Android App From Scratch Slides

Making an AndroidApp From Scratch

Presented by: David Rodriguez

programmerdave.tumblr.comgithub.com/programmerdave

Twitter: @programmerdave

Page 2: Making An Android App From Scratch Slides

Setting Up Your Android System

• Eclipse IDE for Java Developerseclipse.org/downloads

• Download the Android SDKdeveloper.android.com/sdk

• Watch great videos to install and setup:www.youtube.com/CornboyzAndroid

Page 3: Making An Android App From Scratch Slides

Basics Of Android Apps

• JAVA

• Activity: a window that contains the UI of your applications.

• Applications have one or more activities.

Page 4: Making An Android App From Scratch Slides

Hands On Android

• Simple Application

• Use the XML Layout Editor

• Words follow touch.

Page 5: Making An Android App From Scratch Slides

Basics of Titanium Mobile

• JAVASCRIPT

• Native Feel & Real iOS and Android Components

• Reduces Development Cost & Time

• Build for both iOS and Android with the same code

• Free!

Page 6: Making An Android App From Scratch Slides

Setting Up Your Titanium System

• Titanium Studioappcelerator.com/download

• Need to have Android or iOS system already installed.

Page 7: Making An Android App From Scratch Slides

Hands On Titanium

• Simple Application

• Use the XML Layout Editor

• Words follow touch.

Page 8: Making An Android App From Scratch Slides

PROS & CONSPROS

• Layout Editor

• “Bleeding-edge”

CONS

• Android Only

PROS

• Cross-Platform

• Easy to understand

CONS

• No layout editor

• Need Android Experience to be Great at it.

Page 9: Making An Android App From Scratch Slides

Android Resources

• Android Developer Resources & Tutorialsdeveloper.android.com/resources

• Great tutorial videos:www.youtube.com/CornboyzAndroid

Page 10: Making An Android App From Scratch Slides

Titanium Resources

• appcelerator.com/titaniumweek2012

• Appcelerator Titanium Smartphone App Development CookbookBy: Boydlee Pollentine 

Page 11: Making An Android App From Scratch Slides

Questions?

mobiledevnj.web-kong.com


Recommended