Android Studio 2.1 released in canary channel and includes changes to improve support for Java 8 and the new Jack compiler.
http://tools.android.com/recent/androidstudio21previewnowavailableforandroidnpreview
http://tools.android.com/recent/androidstudio21previewnowavailableforandroidnpreview
Android
Android Studio 2.1 Preview now available for Android N Preview - Android Studio Project Site
Android tools project information site
AndroidDevMetrics shows how much time is needed to initialize particular objects (and their dependencies) in graph, in Dagger 2.
http://frogermcs.github.io/AndroidDevMetrics-dagger2metrics-evolved-into-metrics-for-android-development/
http://frogermcs.github.io/AndroidDevMetrics-dagger2metrics-evolved-into-metrics-for-android-development/
What’s New in Android N? - official video from Google:
https://www.youtube.com/watch?v=CsulIu3UaUM
https://www.youtube.com/watch?v=CsulIu3UaUM
YouTube
What’s New in Android N
Note that there is a typo at 4:51. "CONNECTIVITITY_CHANGE" should be "CONNECTIVITY_CHANGE"
Learn all about the Android N Developer Preview: http://goo.gl/44qIMd
Check out the API Overview: http://goo.gl/xa204A
And the Behavior Changes: http://goo.gl/Gsnlej…
Learn all about the Android N Developer Preview: http://goo.gl/44qIMd
Check out the API Overview: http://goo.gl/xa204A
And the Behavior Changes: http://goo.gl/Gsnlej…
Retrofit 2.0.0 is now released! Retrofit 2 is a major release focused on extensibility. The API changes are numerous but solve shortcomings of the previous version and provide a path for future enhancement. What's new? Main changes are: Service methods return Call<T>, Multiple converters for multiple serialization formats, Call adapters allow different execution mechanisms, Generic response type includes HTTP information and deserialized body, more and more.
Every awesome app communicates with a server. That's what makes the app more dynamic and fun. If you want to achieve that, we have the best tool called Retrofit. It allows you make a lot of sever-client work with no necessity know how it works. You'll use annotations to describe HTTP requests, URL parameter replacement and query parameter support is integrated by default. Also, it provides functionality for multipart request body and file uploads.
Take a look at https://github.com/square/retrofit/blob/master/CHANGELOG.md#version-200-2016-03-11
Every awesome app communicates with a server. That's what makes the app more dynamic and fun. If you want to achieve that, we have the best tool called Retrofit. It allows you make a lot of sever-client work with no necessity know how it works. You'll use annotations to describe HTTP requests, URL parameter replacement and query parameter support is integrated by default. Also, it provides functionality for multipart request body and file uploads.
Take a look at https://github.com/square/retrofit/blob/master/CHANGELOG.md#version-200-2016-03-11
GitHub
retrofit/CHANGELOG.md at trunk · square/retrofit
A type-safe HTTP client for Android and the JVM. Contribute to square/retrofit development by creating an account on GitHub.
#MaterialDesign Spec was updated! New guidance for the Bottom Navigation Bar design pattern: https://www.google.com/design/spec/components/bottom-navigation.html
Material Design
Build beautiful, usable products faster. Material Design is an adaptable system—backed by open-source code—that helps teams build high quality digital experiences.