en
Feedback
Android ResId

Android ResId

Open in Telegram

The most important news and resources for Android developers Want to become channel topic creator? https://forms.gle/pgxCXoPMuHVFGjvNA

Show more
The country is not specifiedTechnologies & Applications13 784
7 602
Subscribers
No data24 hours
No data7 days
No data30 days
Posts Archive
Open-sourcing ReDex: Making Android apps smaller and faster We’re excited to announce that we are open-sourcing ReDex, with the hope that developers can use these tools to make every Android app smaller and faster — not just Facebook. https://code.facebook.com/posts/998080480282805 #library

Testing quite often is one of the most neglected aspect in many Software projects, and in Android this has been particulary a common issue since the beginning of the platform. Check out begginners guide to an effictive android testing strategy. https://davidguerrerodiaz.wordpress.com/2016/03/04/a-beginners-guide-to-an-effective-android-testing-strategy #beginners #guide #testing

#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

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

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 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

The collection of Android Architecture by Google [beta] https://github.com/googlesamples/android-architecture #Architecture

#Kotlin has lots and lots of things to offer to make you more productive! http://blog.jetbrains.com/kotlin/2016/03/kotlins-android-roadmap/

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

The dark side of LinearLayout: how it measures it's children http://helw.net/2016/01/27/on-linearlayout-measures/ #ViewGroup #LinearLayout

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

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

Tutorial: Android UI programming with RxBinding by Donn Felker: https://realm.io/news/donn-felker-reactive-android-ui-programming-with-rxbinding/ #RxJava