apps built to delightbittologatok/eloadasok/2012/... · • we're in the middle of the mobile...

22
Apps built to delight Bevezetés a mobil alkalmazáskészítés világába HALCYONMOBILE.COM

Upload: others

Post on 14-Oct-2020

0 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Apps built to delightbittologatok/eloadasok/2012/... · • We're in the middle of the mobile revolution. • Now is the time to be a mobile programmer. • To build a successful

Apps built to delight

Bevezetés a mobil alkalmazáskészítés világába

HALCYONMOBILE.COM

Page 2: Apps built to delightbittologatok/eloadasok/2012/... · • We're in the middle of the mobile revolution. • Now is the time to be a mobile programmer. • To build a successful

About Halcyon

About Halcyon // HALCYONMOBILE.COM // 2012

Page 3: Apps built to delightbittologatok/eloadasok/2012/... · • We're in the middle of the mobile revolution. • Now is the time to be a mobile programmer. • To build a successful

The Future Is Mobile

The mobile revolution• We're in the right place at the right time. • Presentation: how to build great apps, to be part of this revolution.

The Future Is Mobile // HALCYONMOBILE.COM // 2012

Page 4: Apps built to delightbittologatok/eloadasok/2012/... · • We're in the middle of the mobile revolution. • Now is the time to be a mobile programmer. • To build a successful

The Future Is Mobile

Beyond the Web 2.0 Era• Web• Web 2.0

- social networks- User Generated Content

• Mobile - everyone will have a smartphone in his/her pocket.

The Future Is Mobile // HALCYONMOBILE.COM // 2012

Page 5: Apps built to delightbittologatok/eloadasok/2012/... · • We're in the middle of the mobile revolution. • Now is the time to be a mobile programmer. • To build a successful

The Future Is Mobile

• 25 Billion: Number of apps downloaded from Apple App Store as of March, 2012.• 550,000: Number of apps offered through the Apple App Store for iPhone, iPad and iPod Touch.• 792 apps downloaded/second.• 1627 facebook status updates/second from mobile. • The future is mobile - how can we be part of it?

The Future Is Mobile // HALCYONMOBILE.COM // 2012

Page 6: Apps built to delightbittologatok/eloadasok/2012/... · • We're in the middle of the mobile revolution. • Now is the time to be a mobile programmer. • To build a successful

The Future Is Mobile

• We can be a part of it by creating World-Class mobile apps.• This presentation is an overview about "how to create great mobile apps".• Boti will guide you through this.

The Future Is Mobile // HALCYONMOBILE.COM // 2012

Page 7: Apps built to delightbittologatok/eloadasok/2012/... · • We're in the middle of the mobile revolution. • Now is the time to be a mobile programmer. • To build a successful

Build Delightful Apps

• Mobile = iOS + Android• Main goal: build delightful iOS and Android apps.• How?

Build Delightful Apps // HALCYONMOBILE.COM // 2012

Page 8: Apps built to delightbittologatok/eloadasok/2012/... · • We're in the middle of the mobile revolution. • Now is the time to be a mobile programmer. • To build a successful

Build Delightful Apps

1. Prepare & Plan - Think before you code2. Implement - Coding 3. Finalize - Testing & Distribution

Build Delightful Apps // HALCYONMOBILE.COM // 2012

Page 9: Apps built to delightbittologatok/eloadasok/2012/... · • We're in the middle of the mobile revolution. • Now is the time to be a mobile programmer. • To build a successful

Prepare & Plan

• Choose a platform (iOS, Android or both)• Get started with the platform introduction documents:

- iOS:

- Android: http://developer.android.com/guide/index.html

• HIG documents:- iOS:

- Android:

Prepare & Plan // HALCYONMOBILE.COM // 2012

https://developer.apple.com/library/ios/#documentation/General/Conceptual/ApplicationDevelopmentOverview/Introduction/Introduction.html

http://developer.android.com/guide/practices/ui_guidelines/index.html

http://developer.apple.com/library/ios/#DOCUMENTATION/UserExperience/Conceptual/MobileHIG/Introduction/Introduction.html

Page 10: Apps built to delightbittologatok/eloadasok/2012/... · • We're in the middle of the mobile revolution. • Now is the time to be a mobile programmer. • To build a successful

Prepare & Plan

• Think before you code.• Story-based, user-centric specification.• UI and usability is crucial.

Prepare & Plan // HALCYONMOBILE.COM // 2012

Page 11: Apps built to delightbittologatok/eloadasok/2012/... · • We're in the middle of the mobile revolution. • Now is the time to be a mobile programmer. • To build a successful

Implement

Prerequisites• iOS = Mac only.• SDK + IDE.

- iOS: Xcode (SDK included) from the Mac App Store.- Android SDK: http://developer.android.com/sdk/index.html

- Android IDE: Eclipse http://www.eclipse.org/downloads

+ ADT: Eclipse plugin.• SCM: git

- Mac clients: SourceTree, SmartGit.- Windows client: SmartGit.

Implement // HALCYONMOBILE.COM // 2012

Page 12: Apps built to delightbittologatok/eloadasok/2012/... · • We're in the middle of the mobile revolution. • Now is the time to be a mobile programmer. • To build a successful

Implement

Quality Code• Generic software craftsmanship (Pragmatic Programmers book http://pragprog.com)

Implement // HALCYONMOBILE.COM // 2012

Page 13: Apps built to delightbittologatok/eloadasok/2012/... · • We're in the middle of the mobile revolution. • Now is the time to be a mobile programmer. • To build a successful

Implement

App structure• MVC

Implement // HALCYONMOBILE.COM // 2012

Page 14: Apps built to delightbittologatok/eloadasok/2012/... · • We're in the middle of the mobile revolution. • Now is the time to be a mobile programmer. • To build a successful

Implement

Testing during implementation• Don't rely only on the simulators.• Manual test during implementation:

- Multiple OS versions/platforms.- Network availability.

• Automatic testing.

Implement // HALCYONMOBILE.COM // 2012

Page 15: Apps built to delightbittologatok/eloadasok/2012/... · • We're in the middle of the mobile revolution. • Now is the time to be a mobile programmer. • To build a successful

Finalize

Final testing• Internal testing. • Beta testing:

- UTest: http://www.utest.com

- UserTesting: http://www.usertesting.com

- Friends

Finalize // HALCYONMOBILE.COM // 2012

Page 16: Apps built to delightbittologatok/eloadasok/2012/... · • We're in the middle of the mobile revolution. • Now is the time to be a mobile programmer. • To build a successful

Finalize

Distribution• App Store submission steps:

- Register- Check HIG & review guidelines- Submit app

Finalize // HALCYONMOBILE.COM // 2012

Page 17: Apps built to delightbittologatok/eloadasok/2012/... · • We're in the middle of the mobile revolution. • Now is the time to be a mobile programmer. • To build a successful

Finalize

Listen to the user• Crash reporting: Crittercism http://www.crittercism.com

• Analytics: Flurry http://www.flurry.com

• App store feedback.

Finalize // HALCYONMOBILE.COM // 2012

Page 18: Apps built to delightbittologatok/eloadasok/2012/... · • We're in the middle of the mobile revolution. • Now is the time to be a mobile programmer. • To build a successful

Finalize

   

Enjoy app success! 

Finalize // HALCYONMOBILE.COM // 2012

Page 19: Apps built to delightbittologatok/eloadasok/2012/... · • We're in the middle of the mobile revolution. • Now is the time to be a mobile programmer. • To build a successful

Demo

   

Demo  

Finalize // HALCYONMOBILE.COM // 2012

Page 20: Apps built to delightbittologatok/eloadasok/2012/... · • We're in the middle of the mobile revolution. • Now is the time to be a mobile programmer. • To build a successful

Resources

 • iOS: https://developer.apple.com/devcenter/ios/index.action

• Android: http://developer.android.com/index.html

• Technical: http://www.stackoverflow.com

• Ask Us: [email protected]

Resources // HALCYONMOBILE.COM // 2012

Page 21: Apps built to delightbittologatok/eloadasok/2012/... · • We're in the middle of the mobile revolution. • Now is the time to be a mobile programmer. • To build a successful

Summary

• We're in the middle of the mobile revolution.• Now is the time to be a mobile programmer.• To build a successful app go through the development steps of Planning, Coding and Testing your application.• or join our team at Halcyon and let's make some great mobile apps together. More info about jobs and internship at:

- www.mobilprogramozo.ro - www.halcyon.ro

Summary // HALCYONMOBILE.COM // 2012

Page 22: Apps built to delightbittologatok/eloadasok/2012/... · • We're in the middle of the mobile revolution. • Now is the time to be a mobile programmer. • To build a successful

The End

   Koszonjuk a figyelmet!

www.halcyon.rowww.mobilprogramozo.ro - jobs or internship

Summary // HALCYONMOBILE.COM // 2012