Slide 1

Slide 1 text

tvOS app development using TVMLKit and Grails objectcomputing.com/grails

Slide 2

Slide 2 text

objectcomputing.com/grails http://sergiodelamo.es Sergio del Amo @sdelamo

Slide 3

Slide 3 text

objectcomputing.com/grails http://guides.grails.org

Slide 4

Slide 4 text

No content

Slide 5

Slide 5 text

AGENDA What is TVMLKit? Building an app with TVMLKit and Grails

Slide 6

Slide 6 text

EXAMPLE APPS

Slide 7

Slide 7 text

EXAMPLE APPS

Slide 8

Slide 8 text

EXAMPLE APPS

Slide 9

Slide 9 text

EXAMPLE APPS

Slide 10

Slide 10 text

EXAMPLE APPS

Slide 11

Slide 11 text

What is TVMLKit? Native Experience XML and Javascript Configurable Extensible Not a Web Browser

Slide 12

Slide 12 text

Building an App with TVMLKit Xcode TVML and Styles TVMLKit JS

Slide 13

Slide 13 text

Application Architecture TVMLKIT

Slide 14

Slide 14 text

Application Architecture TVMLKIT

Slide 15

Slide 15 text

Application Architecture TVMLKIT

Slide 16

Slide 16 text

TVML and Styles Markup to define styles Templates have default style Customize appereance with styles

Slide 17

Slide 17 text

// Document XML Structure <!-- custom styles -->

Slide 18

Slide 18 text

No content

Slide 19

Slide 19 text

... ... ...

Slide 20

Slide 20 text

No content

Slide 21

Slide 21 text

No content

Slide 22

Slide 22 text

No content

Slide 23

Slide 23 text

No content

Slide 24

Slide 24 text

No content

Slide 25

Slide 25 text

No content

Slide 26

Slide 26 text

No content

Slide 27

Slide 27 text

No content

Slide 28

Slide 28 text

TVMLKit JS

Slide 29

Slide 29 text

Apps which let people browse, interact with, and consume catalogues of content in a simple, consistent but unique way TVMLKit Apps CRUD

Slide 30

Slide 30 text

Markup Views are written in Groovy, end with the file extension gml and reside in the grails-app/views directory. Markup Views http://views.grails.org/latest/#_markup_views

Slide 31

Slide 31 text

The Asset-Pipeline is a plugin used for managing and processing static assets in JVM applications. Includes processing and minification of both CSS and JavaScript files. Asset-Pipeline

Slide 32

Slide 32 text

TVML Grails Plugin Media Item Domain Class + CRUD Resources Utils TVMLValidator https://github.com/sdelamo/grails_plugin_tvml

Slide 33

Slide 33 text

DEMO

Slide 34

Slide 34 text

No content

Slide 35

Slide 35 text

?