ux & hybrid app

28
UX & Hybrid App The challenge of going mobile

Upload: ahmad-firoz

Post on 15-Jan-2015

347 views

Category:

Design


1 download

DESCRIPTION

My presentation on maintaining ux in hybrid app on llc dhakas first event

TRANSCRIPT

Page 1: Ux & hybrid app

UX & Hybrid App

The challenge of going mobile

Page 2: Ux & hybrid app

First Up! Why?

Page 3: Ux & hybrid app

Cars

Page 4: Ux & hybrid app

Bad experiences !

They stick with you! Get to your nerves

Page 5: Ux & hybrid app

Good experiences !

They stick with you too

Page 6: Ux & hybrid app

Happy Customers, Happy You

Page 7: Ux & hybrid app

Face the Challenge

Page 8: Ux & hybrid app
Page 9: Ux & hybrid app

Interactions , Interactions

Page 10: Ux & hybrid app

Android

Touch Double touch

Swipe or drag

Long press dragLong

press

developer.android.com

Page 11: Ux & hybrid app

Android

Double touch drag

Pinch closePinch

Open

developer.android.com

Page 12: Ux & hybrid app

iOS

Page 13: Ux & hybrid app

iOS

Patentlyapple

Page 14: Ux & hybrid app
Page 15: Ux & hybrid app

quojs.tapquo.com

Page 16: Ux & hybrid app

Notificationshttp://plugins.cordova.io/#/package/de.appplant.cordova.plugin.local-notification

Page 17: Ux & hybrid app

Measurements

That’s a cool Icon you designed with a graphic tool. ( think 1 cell= 10px).

How you seen it on your pc

Page 18: Ux & hybrid app

MeasurementsSuppose your pc has a depth of 160px per inch which we call 160DPI Screen. Dpi= Dot per inch. Androids are usually have more DPI(260-640DPI). Your icon -

~160 DPI (Feels ok )

~240 DPI ( Bit small but ok )

~ 640DPI (Aw!can’t see it :o )

Page 19: Ux & hybrid app

Possible Solutions?

• Vector!!! Maybe!! But How smartphones will understand what to show ?• The web works with pixels but phones cant work with

this thing only because of large pixel density.• We need density independent unit for that purpose.• DP = DIP = Density Independent Pixel. ( Used for all type of

graphics)• SP = SIP = Scale Independent Pixel. ( Used for fonts )

Page 20: Ux & hybrid app

Measurements

• 2:3:6:8 Scaling Ratio• MDPI= 1x (~160 DPI)• HDPI=1.5x(~240DPI)• XHDPI= 2x(~320DPI)• XXHDPI= 3x(~480DPI)• XXXHDPI=4x(~640DPI)

• Example:• 48*48px(~160DPI)• 72*72px(~240DPI)• 96*96px(~320DPI)• 144*144px(~480DPI)• 192*192px(~640DPI)

Page 21: Ux & hybrid app

Icons

• They are like doors.• Start Big, If possible vector.• Common names are easy to implement• Optimize with Optipng/pngcrush• http://docs.phonegap.com/en/3.5.0/config_ref_images.md.html

Page 22: Ux & hybrid app

Other things that makes difference

• Splashscreen.• Actionbar/Toolbar.• Navigation way. • Using the best possible screen realestate

Page 23: Ux & hybrid app

Will build one app and build it to all platform

Page 24: Ux & hybrid app

Bad idea !/ Way more to think off/ too much Challenge

Page 25: Ux & hybrid app

Building Native things => easy. Less to think about

Page 26: Ux & hybrid app

Tools

I don’t recommend this one

Intel's App Framework

Page 27: Ux & hybrid app

Some apps to look onto

• Flipboard ( they made it cross platform ) • Instagram• Health• BBC• Exfm• Rormix• Fruitsalad• twist• IGN Dominate

Page 28: Ux & hybrid app

Ahmad FirozVisual Designer & [email protected]

ahmadfiroz.com