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

Deprecated: AutoValue & Extensions for Android

Deprecated: AutoValue & Extensions for Android

Deprecated: Embora AutoValue ainda seja uma opção viável para projetos puramente Java, recomendo fortemente o uso de Kotlin data classes (https://kotlinlang.org/docs/reference/data-classes.html) sempre que possível.
Slides da palestra sobre AutoValue e Extensions para Android apresentada no dia 29/08/2016 no encontro do GDG de Florianópolis.

Avatar for David Tiago Conceição

David Tiago Conceição

August 29, 2016
Tweet

More Decks by David Tiago Conceição

Other Decks in Programming

Transcript

  1. The bad • Dex count • Template class • Verbose

    builder • Extensions changelog
  2. Links • AutoValue: https://github.com/google/auto/tree/master/value • AutoValue-Parcel: https://github.com/rharter/auto-value-parcel • AutoValue-GSON: https://github.com/rharter/auto-value-gson

    • AutoValue-Moshi:https://github.com/rharter/auto-value-moshi • AutoValue-Cursor:https://github.com/gabrielittner/auto-value-cursor • AutoValue-With:https://github.com/gabrielittner/auto-value-with • AutoValue-Redacted:https://github.com/square/auto-value-redacted • AutoValue em aplicativos Android: https://medium.com/android-dev-br/autovalue-em-aplicativos-android-8f37f0005899#.y0hgu2srl • AutoValue Extensions - Jake Wharton: http://jakewharton.com/auto-value-extensions-ny-android-meetup/ • Immutables.org: https://immutables.github.io/ • Project Lombok: https://projectlombok.org/