Rating is available when the video has been rented.
This feature is not available right now. Please try again later.
Published on Nov 17, 2015
Third party libraries can be some serious time savers for Android development. They allow us to do awesome things in our app without having to write any of the functionality ourselves. That’s a pretty big convenience. What’s not convenient though is the code-bloat they can often come with.
In this video David East talks about how you can easily get everything you need from a library without the code-bloat by using a few simple tricks in Proguard.