Archive
Tags
About
Subscribe
Dubedout
Human vs Android
Fast Charles Proxy Configuration for your Android App
Using Charles Proxy for few years, I needed a post-it to remind me how to configure it with Android Emulators
ViewPager Indicator Libraries you should know
ViewPagerIndicator from Jake Wharton is not the king anymore. Find the most used ViewPager Indicators on Android and make your app shine…
ViewPager Basics
Let’s learn how to build a great ViewPager leveraging the support-v4 library for the Pager Indicator. But what’s a ViewPager? A ViewPager is a …
Faster Deserialization with AutoValue GSON
Using AutoValue GSON library we demonstrate that with small changes we can avoid reflection and fasten JSON serialization…
Google AutoValue & Immutability
AutoValue is a Java library created by Google whose goal is to generate immutable value classes, compatible with Android, to avoid writing boilerplate…
Profile Android Application Starting
In Android, there is three types of starts: First Starts, Cold Starts, and Warm Starts. First start, the slowest, happens the first time the application …