Sunday, January 8, 2017

Move to Medium.com

On this new year of 2017, I decide to find a better blogging platform which support Markdown syntax, as it will be easier for me to blog with programming code.

Here is the new site: https://medium.com/fabiohub

Sunday, January 1, 2017

Retrofit 2 + AutoValueGson

Just try to use Google AutoValue on one of my existing open source project, the steps are basically as below.

Before Apply: A simple UserBean with GitHubService.

After Apply: It need to provide two libraries AutoValue & AutoValueGson, and the UserBean with @AutoValue annotation.

The full project can be found at GitHub.