ez app factory - mobile apps made fast and easy

16
Igor Vrdoljak www.netgen.hr eZ App Factory mobile apps made fast and easy

Upload: igor-vrdoljak

Post on 05-Jul-2015

795 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: eZ App Factory - mobile apps made fast and easy

Igor Vrdoljak

www.netgen.hr

eZ App Factory

mobile apps

made fast and easy

Page 2: eZ App Factory - mobile apps made fast and easy

Who

Igor Vrdoljak

@ivrdoljak

[email protected]

Netgen

@netgentweets

http://www.netgen.hr

Page 3: eZ App Factory - mobile apps made fast and easy

What

• eZ App Factory

• Mobile application builder solution

• Quick

• Easy

• Multiplatform (iOS and Android)

• Connected to your eZ Publish CMS

Page 4: eZ App Factory - mobile apps made fast and easy

Why?

• Mobile is the current big huge thing

• M iOS devices sold – June 2012

• M Android devices activated – June 2012

• % Facebook users mobile only

• The best mobile strategy?

• It depends

Page 5: eZ App Factory - mobile apps made fast and easy

The big picture

Page 6: eZ App Factory - mobile apps made fast and easy

Class mappings

Page 7: eZ App Factory - mobile apps made fast and easy

Class mappings

[ClassMapping_article]

title[title]=default

summary[intro]=default

body[body]=default

images[image]=default

audio[intro_song]=default

videos[youtube_video_code]=youtube

Page 8: eZ App Factory - mobile apps made fast and easy

Categories

Page 9: eZ App Factory - mobile apps made fast and easy

Extension point - Virtual categories

Page 10: eZ App Factory - mobile apps made fast and easy

Extension point – Virtual categories

interface eZAppFactoryCategoryHandlerInterface

{

static public function getCategoryPosts(

array $params, $offset, $limit, $term = '' );

static public function getCategoryPostsCount(

array $params, $term = '' );

static public function getHandlerName();

}

Page 11: eZ App Factory - mobile apps made fast and easy

Extension point - Custom attribute

handlers

Page 12: eZ App Factory - mobile apps made fast and easy

Extension point - Custom attribute

handlers

[ClassMapping_article]

title[title]=default

summary[intro]=default

body[body]=myspecialsummaryhandler

images[image]=myrelatedimageshandler

audio[intro_song]=default

videos[youtube_video_code]=youtube

Page 13: eZ App Factory - mobile apps made fast and easy

Extension point - Custom attribute

handlers

interface eZAppFactoryAttributeHandlerInterface

{

static public function getData(

eZContentObjectTreeNode $node,

eZContentObjectAttribute $att= null );

Page 14: eZ App Factory - mobile apps made fast and easy

VIDEO

Page 15: eZ App Factory - mobile apps made fast and easy

Finally...

• Not an universal solution

• Good for

• Content oriented sites and applications

• Fast build, simple administration

• Multiplatform

• Evolving solution

• Not good for

• Application – like installations

• Very complex mobile apps

Page 16: eZ App Factory - mobile apps made fast and easy

QA?

• Any time left?

[email protected]

@ivrdoljak