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

Google I/O 2016 Retrospective

Alexey Buzdin
May 25, 2016
69

Google I/O 2016 Retrospective

Alexey Buzdin

May 25, 2016
Tweet

Transcript

  1. Android • Java 8 partial support with JACK compiler •

    new Constraint Layout • new Android Support Library with all the changes
  2. Android Studio 2.2 • Android Studio 2.2 improvements on instant

    run • Test recording - Espresso • UI Designer - constraint UI • APK analyzer • Layout inspector • Java 8 support • Hybrid CMake and NDK Build support • gradle properties to autodownload Build Tools http://tools.android.com/download/studio/builds/android-studio-2-2-preview-1
  3. Progressive Web Apps • Instant Loading • Add to Home

    Screen • Responsive • Push Notifications
  4. Web Manifest https://developers.google.com/web/updates/2014/11/Support- for-installable-web-apps-with-webapp-manifest-in-chrome-38- for-Android { "short_name": "Kinlan's Amaze App",

    "name": "Kinlan's Amazing Application ++", "icons": [ { "src": "launcher-icon-2x.png", "sizes": "96x96", "type": "image/png" } ], "start_url": "/index.html", "display": "standalone", "orientation": "landscape" }