Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Be Like Water: Keeping Up with Android

Be Like Water: Keeping Up with Android

Huyen's keynote from 360|AnDev about her stories, struggles, and strategies for keeping up with Android.

Huyen Tue Dao

July 13, 2017
Tweet

More Decks by Huyen Tue Dao

Other Decks in Technology

Transcript

  1. <?xml version="1.0" encoding="utf-8"?> <!— Flex MXML —> <s:Application xmlns:fx="http:!//ns.adobe.com/mxml/2009" xmlns:s="library:!//ns.adobe.com/flex/spark"

    xmlns:mx="library:!//ns.adobe.com/flex/mx"> <s:layout> <s:VerticalLayout!/> !</s:layout> <s:Label id="label" text="Flexy"!/> <s:TextInput id="input" text="Enter text here"!/> !</s:Application> <?xml version="1.0" encoding=“utf-8"?> <!— Android XML —> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation=“vertical”> <TextView android:id=“@+id/label" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Android-y" /> <EditText android:id="@+id/input" android:layout_width="wrap_content" android:layout_height="wrap_content" /> </LinearLayout>
  2. ?

  3. DO YOU WANT ALLIGATORS? BECAUSE THAT IS HOW YOU GET

    ALLIGATORS. DON’T BE STAGNANT
  4. THANKS TO (JUST SOME OF) THE COOL KIDS BEN O.

    CHIU-KI C. CHRISTINA L. DAN L. JAKE W. JOHN R. KELLY S. KIRSTIN M. VISHNU R.
  5. THANK YOU! SPEAKERDECK.COM/QUEENCODEMONKEY YOUTUBE.COM/ANDROIDDIALOGS RANDOMLYTYPING.COM HUYEN TUE DAO @QUEENCODEMONKEY THANK

    YOU! SPEAKERDECK.COM/QUEENCODEMONKEY YOUTUBE.COM/ANDROIDDIALOGS RANDOMLYTYPING.COM HUYEN TUE DAO @QUEENCODEMONKEY
  6. REFERENCES 75 Adobe Donates Flex to Apache | PCWorld |

    pcworld.com/ article/244060/adobe_donates_flex_to_apache.html Unit testing without Robolectric, Droidcon Berlin 2016 | slideshare.net/dpreussler/unit-testing-without-robolectric- droidcon-berlin-2016
  7. REFERENCES 76 Google Developer Groups | developers.google.com/groups Meetup | meetup.com

    Android Summit | androidsummit.org Droidcon | droidcon.com Devoxx | devoxx.com/ GDG DevFest | developers.google.com/events/devfest/ Mobile Era | mobileera.rocks
  8. REFERENCES 77 Training | Android Developers | developer.android.com/training/ index.html Codelabs

    | Google Developers | codelabs.developers.google.com/ Caster.IO | caster.io Android Training and Tutorials | lynda.com | lynda.com/Android- training-tutorials/947-0.html Android Development Tutorials | raywenderlich.com | raywenderlich.com/category/android Advent of Code | adventofcode.com
  9. REFERENCES 80 Announcing Reactive Extensions (Rx) for .NET & Silverlight

    | blogs.msdn.microsoft.com/rxteam/2009/11/17/announcing-reactive-extensions- rx-for-net-silverlight/ MS Open Tech Open Sources Rx (Reactive Extensions) – a Cure for Asynchronous Data Streams in Cloud Programming | blogs.msdn.microsoft.com/interoperability/2012/11/06/ms-open-tech-open- sources-rx-reactive-extensions-a-cure-for-asynchronous-data-streams-in- cloud-programming/ Reactive Programming in the Netflix API with RxJava | https://medium.com/netflix- techblog/reactive-programming-in-the-netflix-api-with-rxjava-7811c3a1496a