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

Google I/O 2018 developer keynote https://www.youtube.com/watch?v=flU42CTF3MQ #googleio2018

Google I/O 2018 keynote Short version (in 14 minutes): https://www.youtube.com/watch?v=BRUvbiWLwFI Full version: https://www.youtube.com/watch?v=ogfYd705cRs #googleio2018

Google Cloud Messaging (GCM) will be deprecated soon... It's time to Upgrade from GCM to FCM: https://developers.googleblog.com/2018/04/time-to-upgrade-from-gcm-to-fcm.html Step-by-step migration guide: https://developers.google.com/cloud-messaging/android/android-migrate-fcm #FCM #GCM

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

Android Architecture Components are stable now! Version 1.0 is available: https://developer.android.com/topic/libraries/architecture/index.html Guide: https://developer.android.com/topic/libraries/architecture/guide.html #AndroidArchitectureComponents

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

Firebase Dev Summit 2017 (Live) Live & schedule: https://firebase.google.com/dev-summit-17/schedule/ About event: https://firebase.google.com/dev-summit-17/ #FirebaseSummit

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

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

What's new in Android Oreo? Here's the list of Android 8.0 features: https://android-developers.googleblog.com/2017/08/introducing-android-8-oreo.html #Oreo

Android Oreo is here. https://www.android.com/versions/oreo-8-0/ #Android #Oreo

Android O is coming on 21 August. Together with the eclipse... https://www.android.com/eclipse/ #androidO

Android Testing Support Library 1.0 released! https://android-developers.googleblog.com/2017/07/android-testing-support-library-10-is.html?m=1 #Testing #Espresso

Learn Kotlin with coding challenges Android app https://play.google.com/store/apps/details?id=me.vickychijwani.kotlinkoans #Kotlin