Android ResId
6.85K 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
Android O is coming on 21 August.
Together with the eclipse...

https://www.android.com/eclipse/

#androidO
What’s new in Support Library v26?

https://www.youtube.com/watch?v=2GTivnMCR-Y

Support Library v26 comes with a lot of new features, specifically: fonts as resources and downloadable fonts, access to backwards compatible emoji support via the new EmojiCompat library, the ability to allow the text size of your TextView to expand or contract automatically to fill its layout, the option to implement animations driven by physics forces with the ‘spring and fling’ animations, improved parity with the Android framework, various form factors such as Wear and TV, and, finally, a library slimmed down by moving minSdk to 14 and dropping 1.4k methods.

https://developer.android.com/topic/libraries/support-library/revisions.html

#SupportLibrary
Android Studio 3.0 is released to stable channel!

This means that everyone can now take advantage of all the great stuff this new release brings, including:

• a new suite of app profiling tools to quickly diagnose CPU, network, and memory performance issues

• support for the Kotlin programming language

• a new set of tools and wizards to support the latest Android Oreo APIs

And that's just scratching the surface, because Android Studio 3.0 also contains major updates to the Layout Editor, new support Standalone APK Debugging, a new Device File Explorer, support for Android Things and Instant Apps, and much more.

https://android-developers.googleblog.com/2017/10/android-studio-30.html

#AndroidStudio
Android was announced 10 years ago!

On November 5, 2007, the Open Handset Alliance, a consortium of technology companies including Google, device manufacturers such as HTC, Motorolaand Samsung, wireless carriers such as Sprint and T-Mobile, and chipset makers such as Qualcomm and Texas Instruments, unveiled itself, with a goal to develop "the first truly open and comprehensive platform for mobile devices". The first commercially available smartphone running Android was the HTC Dream, also known as T-Mobile G1, announced on September 23, 2008.

https://www.youtube.com/watch?v=1FJHYqE0RDg

#Android
Google I/O 2018 announced!

To know the place and dates you have to solve the challenge!

Enjoy!

https://events.google.com/io/explore/

#Google #io #conference
End-to-end encryption for push messaging, simplified:

Developers already use HTTPS to communicate with Firebase Cloud Messaging (FCM). The channel between FCM server endpoint and the device is encrypted with SSL over TCP. However, messages are not encrypted end-to-end (E2E) between the developer server and the user device unless developers take special measures. To this end, we advise developers to use keys generated on the user device to encrypt push messages end-to-end. But implementing such E2E encryption has historically required significant technical knowledge and effort. That is why we are excited to announce the Capillary open source library which greatly simplifies the implementation of E2E-encryption for push messages between developer servers and users' Android devices.

https://android-developers.googleblog.com/2018/06/project-capillary-end-to-end-encryption.html?m=1

https://github.com/google/capillary

#Google #FCM