19
CHALLENGES IN FRONT OF MOBILE APPLICATIONS DEVELOPMENT Kristiyan Ivanov, Cayetano Gaming

KristiyanIvanov, CayetanoGaming CHALLENGES IN FRONT OF ...fss.fmi.uni-sofia.bg/wp-content/uploads/2014/06/... · Windows Phone Symbian, Blackberry Web Apps WHAT IS MOBILE APP? >>

  • Upload
    others

  • View
    0

  • Download
    0

Embed Size (px)

Citation preview

Page 1: KristiyanIvanov, CayetanoGaming CHALLENGES IN FRONT OF ...fss.fmi.uni-sofia.bg/wp-content/uploads/2014/06/... · Windows Phone Symbian, Blackberry Web Apps WHAT IS MOBILE APP? >>

CHALLENGES IN FRONT OF MOBILE APPLICATIONS

DEVELOPMENT

Kristiyan Ivanov, Cayetano Gaming

Page 2: KristiyanIvanov, CayetanoGaming CHALLENGES IN FRONT OF ...fss.fmi.uni-sofia.bg/wp-content/uploads/2014/06/... · Windows Phone Symbian, Blackberry Web Apps WHAT IS MOBILE APP? >>

OR

Page 3: KristiyanIvanov, CayetanoGaming CHALLENGES IN FRONT OF ...fss.fmi.uni-sofia.bg/wp-content/uploads/2014/06/... · Windows Phone Symbian, Blackberry Web Apps WHAT IS MOBILE APP? >>

WHAT SHOULD WE HAVE IN MIND BEFORE WE RUSH INTO

DEVELOPING A MOBILE APPLICATION

Page 4: KristiyanIvanov, CayetanoGaming CHALLENGES IN FRONT OF ...fss.fmi.uni-sofia.bg/wp-content/uploads/2014/06/... · Windows Phone Symbian, Blackberry Web Apps WHAT IS MOBILE APP? >>

What is mobile app?

Development technologies

Design

INDEX

Page 5: KristiyanIvanov, CayetanoGaming CHALLENGES IN FRONT OF ...fss.fmi.uni-sofia.bg/wp-content/uploads/2014/06/... · Windows Phone Symbian, Blackberry Web Apps WHAT IS MOBILE APP? >>

Working definition:

A program or web site designed and adapted for mobile devices

WHAT IS MOBILE APP?

Page 6: KristiyanIvanov, CayetanoGaming CHALLENGES IN FRONT OF ...fss.fmi.uni-sofia.bg/wp-content/uploads/2014/06/... · Windows Phone Symbian, Blackberry Web Apps WHAT IS MOBILE APP? >>

iOS

Android / AOSP

Windows Phone

Symbian, Blackberry

Web Apps

WHAT IS MOBILE APP? >> PLATFORMS

Page 7: KristiyanIvanov, CayetanoGaming CHALLENGES IN FRONT OF ...fss.fmi.uni-sofia.bg/wp-content/uploads/2014/06/... · Windows Phone Symbian, Blackberry Web Apps WHAT IS MOBILE APP? >>

Graphics / animations / video

Sound

Hardware sensors

Services & Notifications

Connecting with other devices

WHAT IS MOBILE APP? >> FEATURES

Page 8: KristiyanIvanov, CayetanoGaming CHALLENGES IN FRONT OF ...fss.fmi.uni-sofia.bg/wp-content/uploads/2014/06/... · Windows Phone Symbian, Blackberry Web Apps WHAT IS MOBILE APP? >>

Knowledge & Experience

Time limitations

Required Features

Target markets

Other

DEVELOPMENT TECHNOLOGIES

Page 9: KristiyanIvanov, CayetanoGaming CHALLENGES IN FRONT OF ...fss.fmi.uni-sofia.bg/wp-content/uploads/2014/06/... · Windows Phone Symbian, Blackberry Web Apps WHAT IS MOBILE APP? >>

+ Best performance

+ All available features

+ Best support

--- Separate code / programming

language for each platform

DEVELOPMENT TECHNOLOGIES >> NATIVE

Page 10: KristiyanIvanov, CayetanoGaming CHALLENGES IN FRONT OF ...fss.fmi.uni-sofia.bg/wp-content/uploads/2014/06/... · Windows Phone Symbian, Blackberry Web Apps WHAT IS MOBILE APP? >>

Android – Java, VMs, Activities, Services, Intents,

Providers & Receivers

iOS – Objective C, Messages, Automatic Reference

Counting

Windows Phone – .NET (C#, VB.NET), Metadata,

Events, States

DEVELOPMENT TECHNOLOGIES >> NATIVE

Page 11: KristiyanIvanov, CayetanoGaming CHALLENGES IN FRONT OF ...fss.fmi.uni-sofia.bg/wp-content/uploads/2014/06/... · Windows Phone Symbian, Blackberry Web Apps WHAT IS MOBILE APP? >>

+ Easier to code (HTML / JS / CSS / AJAX)

+ One code for all platforms (well... almost)

+ Decent features list

- Poor graphic / multimedia performance

- Lack of pre-built UI / Design differences

between platforms

DEVELOPMENT TECHNOLOGIES >> PHONEGAP

Page 12: KristiyanIvanov, CayetanoGaming CHALLENGES IN FRONT OF ...fss.fmi.uni-sofia.bg/wp-content/uploads/2014/06/... · Windows Phone Symbian, Blackberry Web Apps WHAT IS MOBILE APP? >>

+ Easiest to code

- Lack of most native features

- Browser differences

- Poor performance

- It is not even an app

DEVELOPMENT TECHNOLOGIES >> MOBILE WEB

Page 13: KristiyanIvanov, CayetanoGaming CHALLENGES IN FRONT OF ...fss.fmi.uni-sofia.bg/wp-content/uploads/2014/06/... · Windows Phone Symbian, Blackberry Web Apps WHAT IS MOBILE APP? >>

Device types & orientations

Resolutions & Dimensions

UI Limitations

UI Frameworks

DESIGN

Page 14: KristiyanIvanov, CayetanoGaming CHALLENGES IN FRONT OF ...fss.fmi.uni-sofia.bg/wp-content/uploads/2014/06/... · Windows Phone Symbian, Blackberry Web Apps WHAT IS MOBILE APP? >>

DESIGN >> DEVICE TYPES & ORIENTATIONS

Page 15: KristiyanIvanov, CayetanoGaming CHALLENGES IN FRONT OF ...fss.fmi.uni-sofia.bg/wp-content/uploads/2014/06/... · Windows Phone Symbian, Blackberry Web Apps WHAT IS MOBILE APP? >>

Resolution

Pixel density

Aspect ratio

DESIGN >> RESOLUTIONS & DIMENSIONS

Page 16: KristiyanIvanov, CayetanoGaming CHALLENGES IN FRONT OF ...fss.fmi.uni-sofia.bg/wp-content/uploads/2014/06/... · Windows Phone Symbian, Blackberry Web Apps WHAT IS MOBILE APP? >>

DESIGN >> RESOLUTIONS & DIMENSIONS

Page 17: KristiyanIvanov, CayetanoGaming CHALLENGES IN FRONT OF ...fss.fmi.uni-sofia.bg/wp-content/uploads/2014/06/... · Windows Phone Symbian, Blackberry Web Apps WHAT IS MOBILE APP? >>

Limited space

No hovers

Slow typingResponsiveness

Usage situation

DESIGN >> UI LIMITATIONS

Page 18: KristiyanIvanov, CayetanoGaming CHALLENGES IN FRONT OF ...fss.fmi.uni-sofia.bg/wp-content/uploads/2014/06/... · Windows Phone Symbian, Blackberry Web Apps WHAT IS MOBILE APP? >>

Custom UI Frameworks

jQuery Mobile

Sencha

KendoUI

DESIGN >> UI COMPONENTS

Page 19: KristiyanIvanov, CayetanoGaming CHALLENGES IN FRONT OF ...fss.fmi.uni-sofia.bg/wp-content/uploads/2014/06/... · Windows Phone Symbian, Blackberry Web Apps WHAT IS MOBILE APP? >>

Q & A