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.
Ribot labs team: moving from standard Activities and AsyncTasks to a modern MVP-based architecture powered by RxJava.
https://labs.ribot.co.uk/android-application-architecture-8b6e34acda65#.1vwwi6q7p
#RxJava #MVP
https://labs.ribot.co.uk/android-application-architecture-8b6e34acda65#.1vwwi6q7p
#RxJava #MVP
Medium
Android Application Architecture
Our journey from standard Activities and AsyncTasks to a modern MVP-based architecture powered by RxJava.
Tutorial: Android UI programming with RxBinding
by Donn Felker: https://realm.io/news/donn-felker-reactive-android-ui-programming-with-rxbinding/
#RxJava
by Donn Felker: https://realm.io/news/donn-felker-reactive-android-ui-programming-with-rxbinding/
#RxJava
Android Studio 2.1 Preview 3 has been pushed to the canary channel!
This build incorporates a number of fixes to support the Android N Preview SDK, as well as incorporating all the Instant Run and other IDE fixes from 2.0 Beta 7, also published today.
http://tools.android.com/recent/androidstudio21preview3available
#AndroidStudio
This build incorporates a number of fixes to support the Android N Preview SDK, as well as incorporating all the Instant Run and other IDE fixes from 2.0 Beta 7, also published today.
http://tools.android.com/recent/androidstudio21preview3available
#AndroidStudio
Android
Android Studio 2.1 Preview 3 Available - Android Studio Project Site
Android tools project information site
30 advices for Android developers from FlingTheWorld team engineer:
https://medium.com/@cesarmcferreira/building-android-apps-30-things-that-experience-made-me-learn-the-hard-way-313680430bf9#.y6earjycx
https://medium.com/@cesarmcferreira/building-android-apps-30-things-that-experience-made-me-learn-the-hard-way-313680430bf9#.y6earjycx
Medium
Building Android Apps — 30 things that experience made me learn the hard way
There are two kinds of people — those who learn the hard way and those who learn by taking someone’s advice. Here are some of the things…
5 pro-tips for preparing Multi-Window support in Android N
https://medium.com/google-developers/5-tips-for-preparing-for-multi-window-in-android-n-7bed803dda64
#AndroidN #MultiWindow
https://medium.com/google-developers/5-tips-for-preparing-for-multi-window-in-android-n-7bed803dda64
#AndroidN #MultiWindow
Medium
5 tips for preparing for Multi-Window in Android N
And you don’t even need Android N APIs!
The dark side of LinearLayout: how it measures it's children
http://helw.net/2016/01/27/on-linearlayout-measures/
#ViewGroup #LinearLayout
http://helw.net/2016/01/27/on-linearlayout-measures/
#ViewGroup #LinearLayout
helw.net
on LinearLayout measures
blog of ahmed el-helw
Android N brings to us new notifications API so lets take a look at some of these new features and how we can implement them into our Android applications.
https://medium.com/@hitherejoe/android-n-introducing-upgraded-notifications-d4dd98a7ca92
#AndroidN
https://medium.com/@hitherejoe/android-n-introducing-upgraded-notifications-d4dd98a7ca92
#AndroidN
Medium
Android N: Introducing upgraded Notifications
After writing about the new Picture-in-Picture feature for Android N, I decided to take a deep dive into another of the new features we saw…
How to create and publish own Android Library.
https://medium.com/android-news/the-complete-guide-to-creating-an-android-library-46628b7fc879
#Library
https://medium.com/android-news/the-complete-guide-to-creating-an-android-library-46628b7fc879
#Library
Medium
The Complete Guide to Creating and Publishing an Android Library
I was always amazed at how many useful third party libraries the Android developer community has produced. And for the longest time, I…
#Kotlin has lots and lots of things to offer to make you more productive!
http://blog.jetbrains.com/kotlin/2016/03/kotlins-android-roadmap/
http://blog.jetbrains.com/kotlin/2016/03/kotlins-android-roadmap/
The collection of Android Architecture by Google [beta]
https://github.com/googlesamples/android-architecture
#Architecture
https://github.com/googlesamples/android-architecture
#Architecture
GitHub
GitHub - android/architecture-samples: A collection of samples to discuss and showcase different architectural tools and patterns…
A collection of samples to discuss and showcase different architectural tools and patterns for Android apps. - android/architecture-samples
#AndroidStudio 2.1 Preview 5 Available
http://tools.android.com/recent/androidstudio21preview5available
http://tools.android.com/recent/androidstudio21preview5available
Android Performance Patterns: Rescue tips.
These patterns gonna help you build an app that’s smooth, responsive, and uses as little battery as possible, it covers micro-optimizations that can improve overall app performance.
https://medium.com/@laanayabdrzak/android-performance-patterns-rescue-tips-8c1e4c7cb1f0
#performance
These patterns gonna help you build an app that’s smooth, responsive, and uses as little battery as possible, it covers micro-optimizations that can improve overall app performance.
https://medium.com/@laanayabdrzak/android-performance-patterns-rescue-tips-8c1e4c7cb1f0
#performance
AndroidPub
Android Performance Patterns: Rescue tips
Apps nowadays are all about fancy animations, complex transitions and custom views, and the user experience must be intuitive and similar…
Java 8 in Android N Preview
Android team recently released Android N Preview with many new improvements including Java 8 support by the Jack compiler. Here we’ll check what it actually means for Android developers and how to try new language features.
https://medium.com/@sergii/java-8-in-android-n-preview-76184e2ab7ad
#AndroidN #Java8
Android team recently released Android N Preview with many new improvements including Java 8 support by the Jack compiler. Here we’ll check what it actually means for Android developers and how to try new language features.
https://medium.com/@sergii/java-8-in-android-n-preview-76184e2ab7ad
#AndroidN #Java8
Medium
Java 8 in Android N Preview
Android team recently released Android N Preview with many new improvements including Java 8 support by the Jack compiler. In this blog…
Famous Android development personalities blogs:
http://jakewharton.com/
http://www.donnfelker.com/
http://danlew.net/
http://fernandocejas.com/
http://antonioleiva.com/
http://panavtec.me/
http://artemzin.com/
http://www.dmytrodanylyk.com/
http://johnpetitto.com/
https://www.novoda.com/blog/
http://blog.karumi.com/
http://www.thedroidsonroids.com/blog/
http://chris.banes.me/
http://panavtec.me/
http://saulmm.github.io/
http://hannesdorfmann.com/
#Blogs #Collections
P.S. If you know of any more, please let us know via this form http://bit.ly/AndrResIdFb
http://jakewharton.com/
http://www.donnfelker.com/
http://danlew.net/
http://fernandocejas.com/
http://antonioleiva.com/
http://panavtec.me/
http://artemzin.com/
http://www.dmytrodanylyk.com/
http://johnpetitto.com/
https://www.novoda.com/blog/
http://blog.karumi.com/
http://www.thedroidsonroids.com/blog/
http://chris.banes.me/
http://panavtec.me/
http://saulmm.github.io/
http://hannesdorfmann.com/
#Blogs #Collections
P.S. If you know of any more, please let us know via this form http://bit.ly/AndrResIdFb
Jake Wharton
Blog posts, presentations, GitHub, and more.
Stable android Studio 2.0 is here!
Android Studio 2.0 includes the following new features that Android developer can use in their workflow:
- Instant Run
- Android Emulator
- Cloud Test Lab Integration
- App Indexing Code Generation & Test
- GPU Debugger Preview
Let's deeper Dive into the New Features!
http://android-developers.blogspot.ru/2016/04/android-studio-2-0.html
#AndroidStudio
Android Studio 2.0 includes the following new features that Android developer can use in their workflow:
- Instant Run
- Android Emulator
- Cloud Test Lab Integration
- App Indexing Code Generation & Test
- GPU Debugger Preview
Let's deeper Dive into the New Features!
http://android-developers.blogspot.ru/2016/04/android-studio-2-0.html
#AndroidStudio
Android Developers Blog
Android Studio 2.0
Posted by Jamal Eason , Product Manager, Android Android Studio 2.0 is the fastest way to build high quality, performant apps for the Andr...
Support library 23.3.0 is available
http://developer.android.com/intl/ru/tools/support-library/index.html#revisions
#SupportLibrary
http://developer.android.com/intl/ru/tools/support-library/index.html#revisions
#SupportLibrary
Android
Support Library | Android Developers
The Android Support Library offers a number of features that are not built into the framework. These libraries offer backward-compatible versions of new features, provide useful UI elements that are not included in the framework, and provide a range of…
#AndroidN Developer Preview 2, out today!
http://android-developers.blogspot.com/2016/04/android-n-developer-preview-2-out-today.html
http://android-developers.blogspot.com/2016/04/android-n-developer-preview-2-out-today.html
Android Developers Blog
Android N Developer Preview 2, out today!
Posted by Dave Burke, VP of Engineering Last month, we released the first Developer Preview of Android N , to give you a sneak peek at ou...