How to create and publish own Android Library.
https://medium.com/android-news/the-complete-guide-to-creating-an-android-library-46628b7fc879
#Library
https://medium.com/android-news/the-complete-guide-to-creating-an-android-library-46628b7fc879
#Library
Medium
The Complete Guide to Creating and Publishing an Android Library
I was always amazed at how many useful third party libraries the Android developer community has produced. And for the longest time, I…
Open-sourcing ReDex: Making Android apps smaller and faster
We’re excited to announce that we are open-sourcing ReDex, with the hope that developers can use these tools to make every Android app smaller and faster — not just Facebook.
https://code.facebook.com/posts/998080480282805
#library
We’re excited to announce that we are open-sourcing ReDex, with the hope that developers can use these tools to make every Android app smaller and faster — not just Facebook.
https://code.facebook.com/posts/998080480282805
#library
Facebook Engineering
Open-sourcing ReDex: Making Android apps smaller and faster
Last fall we announced ReDex, a tool for reducing the size of Android apps to improve performance. At the time, we were working on optimizations such as minification, inlining, and dead code elimination to make the bytecode smaller, but we hadn’t yet put…
Reactive Programming for Android
Agera is a set of classes and interfaces to help write functional, asynchronous, and reactive applications for Android.
https://github.com/google/agera
#Agera #library #reactive
Agera is a set of classes and interfaces to help write functional, asynchronous, and reactive applications for Android.
https://github.com/google/agera
#Agera #library #reactive
GitHub
GitHub - google/agera: Reactive Programming for Android
Reactive Programming for Android. Contribute to google/agera development by creating an account on GitHub.
Butterknife 8.0.0 is here.
Main features:
- @Bind becomes @BindView and @BindViews
- Calls to bind now return an Unbinder instance
- New: @BindArray binds String, CharSequence, and int arrays and TypeArray to fields
- New: @BindBitmap binds Bitmap instances from resources to fields
- @BindDrawable now supports a tint field which accepts a theme attribute
https://github.com/JakeWharton/butterknife/blob/master/CHANGELOG.md#version-800-2016-04-25
#library
Main features:
- @Bind becomes @BindView and @BindViews
- Calls to bind now return an Unbinder instance
- New: @BindArray binds String, CharSequence, and int arrays and TypeArray to fields
- New: @BindBitmap binds Bitmap instances from resources to fields
- @BindDrawable now supports a tint field which accepts a theme attribute
https://github.com/JakeWharton/butterknife/blob/master/CHANGELOG.md#version-800-2016-04-25
#library
GitHub
butterknife/CHANGELOG.md at master · JakeWharton/butterknife
Bind Android views and callbacks to fields and methods. - butterknife/CHANGELOG.md at master · JakeWharton/butterknife
Mocking the un-mockable with Mockito 2.1.0!
https://github.com/mockito/mockito/wiki/What's-new-in-Mockito-2
2.1.0 is a major release with numerous features and changes (2.0.0 version was skipped for specific reasons):
• you can mock final classes in Java and consequently all classes and member functions in Kotlin: http://hadihariri.com/2016/10/04/Mocking-Kotlin-With-Mockito
• full-blown Java 8 support, and Java 9 support (depending on the release date)
• richer stubbing/mocking API
• improving & extracting the continuous delivery automation to a standalone library
#library #testing
https://github.com/mockito/mockito/wiki/What's-new-in-Mockito-2
2.1.0 is a major release with numerous features and changes (2.0.0 version was skipped for specific reasons):
• you can mock final classes in Java and consequently all classes and member functions in Kotlin: http://hadihariri.com/2016/10/04/Mocking-Kotlin-With-Mockito
• full-blown Java 8 support, and Java 9 support (depending on the release date)
• richer stubbing/mocking API
• improving & extracting the continuous delivery automation to a standalone library
#library #testing
GitHub
What's new in Mockito 2
Most popular Mocking framework for unit tests written in Java - mockito/mockito
Forwarded from Pas de Code