Migrating to Android Studio 3 from 2.3

Bind to BindView dependencies { compile ‘com.google.dagger:dagger:2.0’ annotationProcessor ‘com.google.dagger:dagger-compiler:2.0’ } buildscript { repositories { mavenCentral() } dependencies { // replace with the current version of the Android plugin classpath ‘com.android.tools.build:gradle:1.3.0’ // the latest version of the android-apt plugin classpath ‘com.neenbedankt.gradle.plugins:android-apt:1.8’ READ MORE

APK Analyzer

https://developer.android.com/studio/build/apk-analyzer.html Analyze Your Build with APK Analyzer View file and size information View the AndroidManifest.xml View DEX files Filter the DEX file tree view Load Proguard mappings Show bytecode, find usages, and generate Keep rule View code and resource entities READ MORE

Instant Apps Android

https://developer.android.com/stories/instant-apps/nytimes-crossword.html Stories Android Instant Apps: NYTimes Crossword doubles its number of app sessions Launched in April 2016, The New York Times Crossword Android app allows people to compete in the same puzzles as printed in the New York Times daily newspaper. The READ MORE