9
Ray Pastore, Ph.D. Assistant Professor of Instructional Technology – UNCW www.raypastore.c om HOW TO BUILD MOBILE APPS FOR IOS AND ANDROID

Ray Pastore, Ph.D. Assistant Professor of Instructional Technology – UNCW m HOW TO BUILD MOBILE APPS FOR IOS AND ANDROID

Embed Size (px)

Citation preview

Page 1: Ray Pastore, Ph.D. Assistant Professor of Instructional Technology – UNCW  m HOW TO BUILD MOBILE APPS FOR IOS AND ANDROID

Ray Pastore, Ph.D.Assistant Professor of Instruct ional Technology – UNCWwww.raypastore.com

HOW TO BUILD MOBILE APPS FOR IOS

AND ANDROID

Page 2: Ray Pastore, Ph.D. Assistant Professor of Instructional Technology – UNCW  m HOW TO BUILD MOBILE APPS FOR IOS AND ANDROID

Development: Apple vs AndroidNative App ToolsCross Platform ToolsDrag and Drop Tools

PRESENTATION TODAY

Page 3: Ray Pastore, Ph.D. Assistant Professor of Instructional Technology – UNCW  m HOW TO BUILD MOBILE APPS FOR IOS AND ANDROID

Developer https://developer.apple.com/ $99 per year iPhone/iPad or Mac Can only be made on Macs University Program

https://developer.apple.com/programs/ios/university/ Can share apps, publish to personal ipod/iphone/ipad

Xcode https://developer.apple.com/xcode/ C/C++ Must have Mac to use

Review Process Ease of Use

Very diffi cult Experienced Programmers only

APPLE

Page 4: Ray Pastore, Ph.D. Assistant Professor of Instructional Technology – UNCW  m HOW TO BUILD MOBILE APPS FOR IOS AND ANDROID

Developer http://developer.android.com/index.html $25 per year No need for university license, can publish apps to devices

and even publish on web for free. License only needed if publishing to app store

Eclipse http://www.eclipse.org/ Java

No Review ProcessEase of use

Not as diffi cult as Apple But programming required

Can get by with a basic understanding

ANDROID

Page 5: Ray Pastore, Ph.D. Assistant Professor of Instructional Technology – UNCW  m HOW TO BUILD MOBILE APPS FOR IOS AND ANDROID

Let’s take a quick look atApple - XcodeAndroid - Eclipse

NATIVE APP TOOLS

Page 6: Ray Pastore, Ph.D. Assistant Professor of Instructional Technology – UNCW  m HOW TO BUILD MOBILE APPS FOR IOS AND ANDROID

Best cross platform tools? HTML5 and Flash

HTML5 vs Flash?HTML5

PhoneGap (now owned by Adobe) http://phonegap.com/

Dreamweaver/HTML programming Publish to apple, android, windows, blackberry Must use Xcode or Eclipse to use PhoneGap, its an extension of

them

Adobe Flash Publish to apple and android

CROSS PLATFORM TOOLS

Page 7: Ray Pastore, Ph.D. Assistant Professor of Instructional Technology – UNCW  m HOW TO BUILD MOBILE APPS FOR IOS AND ANDROID

Apple Gamesalad - http://gamesalad.com Free to publish in iOS but $299 for full package Works with android too just need to pay the fee

Android MIT App Inventor - Free http://appinventor.mit.edu Curriculum Guide: http://teach.appinventor.mit.edu/

Other tools Tons of other tools out there however these are some of the

most popular Most of the other tools (not all) have a catch, such as a fee to

actually publish even though free to create or have ads. Look for more of these tools in the future but please read the fine

print.

DRAG AND DROP TOOLS

Page 8: Ray Pastore, Ph.D. Assistant Professor of Instructional Technology – UNCW  m HOW TO BUILD MOBILE APPS FOR IOS AND ANDROID

What are my options for testing use or classroom use? iPods iPads Android Tablets

HARDWARE

Page 9: Ray Pastore, Ph.D. Assistant Professor of Instructional Technology – UNCW  m HOW TO BUILD MOBILE APPS FOR IOS AND ANDROID

Tons of resources on all of these tools on my blog @www.raypastore.com

RESOURCES