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
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
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
#AndroidStudio 2.1 Beta Available!
The main feature in 2.1 is support for Android N preview; other than that, the release is nearly identical to the 2.0 stable release from last week, but with a few extra bug fixes and some tweaks to Instant Run performance.
http://tools.android.com/recent/androidstudio21betaavailable
Reactive Programming for Android
Agera is a set of classes and interfaces to help write functional, asynchronous, and reactive applications for Android.

https://github.com/google/agera

#Agera #library #reactive
As you may know 18-20 May we will have the greatest Google I/O 2016 and here we are glad to present you schedule for this party. So make you calendar free, do not plan any business at these days.

https://events.google.com/io2016/schedule

#GoogleIO
Butterknife 8.0.0 is here.
Main features:
- @Bind becomes @BindView and @BindViews
- Calls to bind now return an Unbinder instance
- New: @BindArray binds String, CharSequence, and int arrays and TypeArray to fields
- New: @BindBitmap binds Bitmap instances from resources to fields
- @BindDrawable now supports a tint field which accepts a theme attribute

https://github.com/JakeWharton/butterknife/blob/master/CHANGELOG.md#version-800-2016-04-25

#library
Official Android app for Google I/O has been updated in PlayMarket: https://play.google.com/store/apps/details?id=com.google.samples.apps.iosched

Let's take a look at the event schedule and app's UI innovations.

#io #app
#InstantRun is an #AndroidStudio feature that significantly reduces the time for building and deploying incremental code changes during your coding / testing / debugging lifecycle. Join Reto Meier as he offers a peek behind the curtain to learn how Instant Run actually works, and learn some tips to help make it work better for you.
https://www.youtube.com/watch?v=StqAZ1OQbqA
#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/