Last active
October 4, 2019 02:53
-
-
Save ionixjunior/657480ea7a55132fa9676e2228d06b75 to your computer and use it in GitHub Desktop.
Referências da talk sobre ferramentas do Android (D8, R8 e AAPT2).
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Entendendo IL - https://www.dotnetperls.com/il | |
- The Dex File Format - https://www.bugsnag.com/blog/dex-and-d8 | |
- From Code to Dex: A Compilation Story - https://medium.com/upday-devs/from-code-to-dex-a-compilation-story-e1d62f63ad6a | |
- Xamarin Developer Summit talk - https://www.youtube.com/watch?v=ZxKNGW8Br0M&list=PLM75ZaNQS_FYkolOLIcZFi_3eSORFZxHx&index=3&t=0s | |
- DVM vs ART - https://android.jlelse.eu/closer-look-at-android-runtime-dvm-vs-art-1dc5240c3924 | |
- Difference between DVM and ART - https://stackoverflow.com/questions/31957568/what-is-difference-between-dvm-and-art-why-dvm-has-been-officially-replaced-wi | |
- What are "sugar", "desugar" terms in context of Java 8? - https://stackoverflow.com/questions/22060894/what-are-sugar-desugar-terms-in-context-of-java-8 | |
- A deep dive into Android’s D8 dexer and R8 shrinker with Xamarin - https://medium.com/@hakimgulamali88/a-deep-dive-into-androids-d8-dexer-and-r8-shrinker-with-xamarin-ca66e00b1c8d | |
- Next-generation Dex Compiler Now in Preview - https://android-developers.googleblog.com/2017/08/next-generation-dex-compiler-now-in.html | |
- Android Callable Wrappers for Xamarin.Android - https://docs.microsoft.com/pt-br/xamarin/android/platform/java-integration/android-callable-wrappers | |
- Building Android Application Bundles (APKs) by Hand - https://spin.atomicobject.com/2011/08/22/building-android-application-bundles-apks-by-hand/ | |
- Android’s D8 dexer and R8 shrinker - https://devblogs.microsoft.com/xamarin/androids-d8-dexer-and-r8-shrinker/ | |
- Android's Java 8 Support - https://jakewharton.com/androids-java-8-support/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment