Firebase Dev Summit 2016 (Berlin, livestreaming)
https://www.youtube.com/watch?v=5zxys0FAXGg
#Firebase
https://www.youtube.com/watch?v=5zxys0FAXGg
#Firebase
YouTube
Firebase Dev Summit 2016 - Livestream
The Firebase Dev Summit is a full day event for app developers, focusing on how to use Firebase with your apps. The agenda is packed with valuable sessions from Firebase and our partners, and is a great chance to meet developers from your local community.…
RxJava and RxAndroid 2.x released!
RxJava2 release notes
RxAndroid2 release notes
Main changes:
• Func1 -> Function
• Func2 -> BiFunction
• CompositeSubscription -> CompositeDisposable
• limit operator has been removed - Use take in RxJava2
• onCompleted -> onComplete - (without the trailing d)
• and much more.
What's different in 2.0
Fragmented podcast: Jake Wharton on RxJava2
retrofit2 with rxjava2
GOTO Conference: Exploring RxJava 2 for Android
Taking glance at RxJava-2
#RxJava #RxAndroid
RxJava2 release notes
RxAndroid2 release notes
Main changes:
• Func1 -> Function
• Func2 -> BiFunction
• CompositeSubscription -> CompositeDisposable
• limit operator has been removed - Use take in RxJava2
• onCompleted -> onComplete - (without the trailing d)
• and much more.
What's different in 2.0
Fragmented podcast: Jake Wharton on RxJava2
retrofit2 with rxjava2
GOTO Conference: Exploring RxJava 2 for Android
Taking glance at RxJava-2
#RxJava #RxAndroid
GitHub
Release 2.0.0 · ReactiveX/RxJava
Maven
This is it, general availability of RxJava 2! Rewritten from scratch to offer better performance, lower overhead, more features, a modern underlying technology and interoperation with the Rea...
This is it, general availability of RxJava 2! Rewritten from scratch to offer better performance, lower overhead, more features, a modern underlying technology and interoperation with the Rea...
Conversation Actions is available for development now.
Conversation Actions, platform for the Google Assistant, let you engage your users to deliver information, services, and assistance.
Example:
- Remind me to pick up a birthday card
- Got it. Reminder saved.
Google Assistant available from Google Home, Pixel, Allo app. Actions developing available only in Early Access Program.
https://developers.googleblog.com/2016/12/start-building-actions-on-google.html?m=1
About Google Assistant
Actions on Google
Conversion Design tips
Early access to partners programm
Google Home simulator
How to Get Google Assistant On Any Phone Running Android Marshmallow or Higher
#GoogleAssistant #GoogleActions
Conversation Actions, platform for the Google Assistant, let you engage your users to deliver information, services, and assistance.
Example:
- Remind me to pick up a birthday card
- Got it. Reminder saved.
Google Assistant available from Google Home, Pixel, Allo app. Actions developing available only in Early Access Program.
https://developers.googleblog.com/2016/12/start-building-actions-on-google.html?m=1
About Google Assistant
Actions on Google
Conversion Design tips
Early access to partners programm
Google Home simulator
How to Get Google Assistant On Any Phone Running Android Marshmallow or Higher
#GoogleAssistant #GoogleActions
Google Developers Blog
Start building Actions on Google
News and insights on Google platforms, tools, and events.
Android Instant Apps, announced at Google I/O last year, starts initial testing
http://www.androidpolice.com/2017/01/23/android-instant-apps-announced-google-io-last-year-starts-initial-testing/
#InstantApps
http://www.androidpolice.com/2017/01/23/android-instant-apps-announced-google-io-last-year-starts-initial-testing/
#InstantApps
Android Police
Android Instant Apps, announced at Google I/O last year, starts initial testing
Retrofit 2 new version released with RxJava 2 support and other features
https://github.com/square/retrofit/blob/master/CHANGELOG.md#version-220-2017-02-21
#Retrofit #RxJava
https://github.com/square/retrofit/blob/master/CHANGELOG.md#version-220-2017-02-21
#Retrofit #RxJava
GitHub
retrofit/CHANGELOG.md at trunk · square/retrofit
A type-safe HTTP client for Android and the JVM. Contribute to square/retrofit development by creating an account on GitHub.
What is Android O?
The next version of Android, with new power and performance optimizations and many new ways to extend your apps.
* NOTIFICATION CHANNELS
* PICTURE-IN-PICTURE
* AUTOFILL
* ADAPTIVE ICONS
* MORE
#Android #AndroidO #news
https://developer.android.com/preview/index.html
https://android-developers.googleblog.com/2017/03/first-preview-of-android-o.html
The next version of Android, with new power and performance optimizations and many new ways to extend your apps.
* NOTIFICATION CHANNELS
* PICTURE-IN-PICTURE
* AUTOFILL
* ADAPTIVE ICONS
* MORE
#Android #AndroidO #news
https://developer.android.com/preview/index.html
https://android-developers.googleblog.com/2017/03/first-preview-of-android-o.html
Android Developers Blog
O-MG, the Developer Preview of Android O is here!
Posted by Dave Burke, VP of Engineering Since the first launch in 2008, the Android project has thrived on the incredible feedback from ...
Android Studio 2.4 Preview 3 is available with Android O DP support
https://androidstudio.googleblog.com/2017/03/android-studio-24-preview-3-is-now.html
#AndroidStudio
https://androidstudio.googleblog.com/2017/03/android-studio-24-preview-3-is-now.html
#AndroidStudio
Android Studio Release Updates
Android Studio 2.4 Preview 3 is now available
Android Studio 2.4 Preview 3 is now available in the Canary and Dev channels. This update adds support for the Android O Developer Preview...
Gradle 3.5 released with new Build Cache, Kotlin Gradle Script 0.8 and other features
https://docs.gradle.org/current/release-notes.html
#Gradle
https://docs.gradle.org/current/release-notes.html
#Gradle
http://androidcentral.com/android-surpasses-windows-march-worlds-most-popular-os-based-internet-usage
#AndroidOS
#AndroidOS
Androidcentral
Android surpasses Windows as the world's most popular OS | Android Central
According to StatsCounter, Android reached a very big milestone in March, overtaking Windows as the world’s most popular operating system in terms of total internet usage across desktop, laptop, tablet, and mobile combined.
New open source, real-time Fuchsia OS prototype from Google.
https://arstechnica.com/gadgets/2017/05/googles-fuchsia-smartphone-os-dumps-linux-has-a-wild-new-ui/
Video: https://www.youtube.com/watch?time_continue=17&v=_7rRK4S9uk0
#Google #OS
https://arstechnica.com/gadgets/2017/05/googles-fuchsia-smartphone-os-dumps-linux-has-a-wild-new-ui/
Video: https://www.youtube.com/watch?time_continue=17&v=_7rRK4S9uk0
#Google #OS
Ars Technica
Google’s “Fuchsia” smartphone OS dumps Linux, has a wild new UI
Taking a look at Google's mysterious third operating system.
Official Android samples on Kotlin https://developer.android.com/samples/index.html?language=kotlin
#Kotlin #Android #samples
#Kotlin #Android #samples