Upgrade to Pro — share decks privately, control downloads, hide ads and more …

tvOS app development using TVMLKit and Grails

tvOS app development using TVMLKit and Grails

Slides Deck of GR8Conf EU 2017 by Sergio del Amo

Sergio del Amo

June 01, 2017
Tweet

More Decks by Sergio del Amo

Other Decks in Programming

Transcript

  1. // Document XML Structure <?xml version="1.0" encoding="UTF-8" ?> <document> <head>

    <style> <!-- custom styles --> </style> </head> <templateName> <!-- template content --> </templateName> </document>
  2. Apps which let people browse, interact with, and consume catalogues

    of content in a simple, consistent but unique way TVMLKit Apps CRUD
  3. 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
  4. 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
  5. TVML Grails Plugin Media Item Domain Class + CRUD Resources

    Utils TVMLValidator https://github.com/sdelamo/grails_plugin_tvml
  6. ?