Adobe MAX 2013で行った「Architecting a PhoneGap Application」セッションをベースにADC MEETUP 07イベント用に再構成したした内容になります。
※スライドに使われたサンプルは以下のURLからダウンロードできます。
http://www.mitsue.co.jp/knowledge/resources/2013/adc_retweet07_architecting.zip
2018年5月23日 Wireless Japan 講演資料です。
昨今各社プラットフォームの急速な対応により普及が見込まれるPWA(Progressive Web Apps)について、その動作のしくみを紐解きながら、既存Webサイトからの「PWA対応」やアプリとしての「PWA実装」への勘所を解説します。
Adobe MAX 2013で行った「Architecting a PhoneGap Application」セッションをベースにADC MEETUP 07イベント用に再構成したした内容になります。
※スライドに使われたサンプルは以下のURLからダウンロードできます。
http://www.mitsue.co.jp/knowledge/resources/2013/adc_retweet07_architecting.zip
2018年5月23日 Wireless Japan 講演資料です。
昨今各社プラットフォームの急速な対応により普及が見込まれるPWA(Progressive Web Apps)について、その動作のしくみを紐解きながら、既存Webサイトからの「PWA対応」やアプリとしての「PWA実装」への勘所を解説します。
HTML5 Conference 2012 の講演資料
WebIntentsとRaw Socket APIのコンビネーションにより、WebからTVが直接操作できること。そして、シームレスなデバイス連携に関わる最新標準化動向
I strongly believe that People become to access cloud service and local devices in seamless way.
wordcamp haneda 20190420 Apps Based on WordPressRyu Shindo
?
2019年4月20日 WordCamp Haneda 2019 での講演「Apps based on WordPress」の資料です。
WordPress をベースとした PWA について、簡単にPWAを実装できるWordPressプラグイン「PWA for WordPress」を通して紹介し、またそこから広がるネイティブアプリケーションへの拡張など、WordPressの世界を広げる技術について解説します。
2018年5月31日 日本Androidの会 Web Working Group「 PWA に備える3ヶ月」vol.3
PWA 実装の勘所であるキャッシュの制御についての講演資料です。
キャッシュコントロール、フレームワークやライブラリの利用によってより効率的、効果的なキャッシュの運用を実装しましょう。
2018年3月26日に開催された日本Androidの会 Web Working Group「PWAに備える3ヶ月」vol.1 での講演資料です。
まずは労力最小でPWA対応したWordpress+WooCommerceのECサイトを動かしてみます。
そしてそこで中心となる「Service Worker」に焦点を絞ってその役割や挙動を掘り下げていきながら、Web制作者が欲しいものを作るのに何をすればいいのかを探ります
5. What is a Progressive Web App?
? Progressive - Works for every user, regardless of browser choice because it's built with progressive enhancement as a core
tenet.
? Responsive - Fits any form factor: desktop, mobile, tablet, or whatever is next.
? Connectivity independent - Enhanced with service workers to work offline or on low-quality networks.
? App-like - Feels like an app, because the app shell model separates the application functionality from application content .
? Fresh - Always up-to-date thanks to the service worker update process.
? Safe - Served via HTTPS to prevent snooping and to ensure content hasn't been tampered with.
? Discoverable - Is identifiable as an "application" thanks to W3C manifest and service worker registration scope, allowing
search engines to find it.
? Re-engageable - Makes re-engagement easy through features like push notifications.
? Installable - Allows users to add apps they find most useful to their home screen without the hassle of an app store.
? Linkable - Easily share the application via URL, does not require complex installation.
https://developers.google.com/web/fundamentals/codelabs/your-first-pwapp/
「はじめてのプログレッシブウェブアプリ」より