Android ResId
6.7K subscribers
29 photos
161 links
The most important news and resources for Android developers

Want to become channel topic creator?
https://forms.gle/pgxCXoPMuHVFGjvNA
Download Telegram
#AndroidStudio 2.1 enables Dex In Process, a feature that can dramatically improve all your build times. To take advantage of Dex In Process, you’ll need to modify your gradle.properties file and increase the amount of memory allocated to the Gradle Daemon VM by 1 Gb, to a minimum of 2 Gb, using the org.gradle.jvmargs property.
https://www.youtube.com/watch?v=-SY5nkNVUn0
New android layout manager was presented and pushed to the official Google Github. It offers similar behaviour to the CSS flexible box layout module. In this series we’ll take a look at FlexboxLayout and try and gain some insights in to how it works and how to get the best out of it.

https://blog.stylingandroid.com/flexboxlayout-part-1/
Android Developers: Google I/O 2016 recap

Google I/O 2016 took place May 18–20th and while a new hardware was shown, from an API’s perspective, IO16 was a lot lighter than IO15.
Spoilers:
- Firebase 2.0
- Changes in Android N
- Changes to fragments
- Android Studio 2.2 Preview
- NDK / C++ changes
- Best practices in Media Playback
- Nearby API & BLE Powered Notifications
- Android Wear 2.0
- Leanback for Android TV
- Instant Apps

#GoogleIO

https://medium.com/@ali.muzaffar/android-developers-google-i-o-2016-recap-5a4d046ac225
Realm has reached 1.0!

They couldn't have done it without your support!

#realm

https://realm.io/news/realm-1.0/
RxUi

Talking to Android View layer in a Reactive way from Artem Zinnatullin

#RxJava

http://artemzin.com/blog/rxui-talking-to-android-view-layer-in-a-reactive-way/
Android Studio 2.2 Preview 7 Available

We've just released Android Studio 2.2 Preview 7 the Canary channel.

https://sites.google.com/a/android.com/tools/recent
Completely free version of book about Gradle in PDF.
Authored by O'Reilly.
Book covers such topics as:
* built types and flavors
* custom tasks
* testing
* performance and more...

http://www2.gradle.com/l/68052/2016-07-05/7mlynp

#gradle
Major news and very important changes of Kotlin programming language in new email mailing list.

Subscribe here http://kotlinweekly.net/

#kotlin
Gradle 3.0 is now available!

Core changes:
* Build speed increased up to 75% thanks to Gradle Deamon, which is enabled by default now
* First support for Gradle Script Kotlin!
* Support of the latest Java 9 EAP builds.

Full list of improvements since Gradle 2.0 can be found here: http://docs.gradle.org/3.0/release-notes#all-improvements

P.S. Additionally, Gradle team presented a draft of new Performane Guide:
https://gradle.github.io/performance-guide/

#gradle