Top Stories published by FabioHub in 2017

Chinese Locale in Android (Part 2)

Extends from my previous part 1 article of Chinese Locale in Android, I accidentally found out that the minimum resources needed:

  • en (English)
  • zh-rCN (Simplified Chinese)
  • zh-rTW (Traditional…

Android Data Binding Library

Instead of using the well known Butter Knife, this time I try to use Android Data Binding Library on my existing open source project, the steps are quite simple.

Step 1:


AutoValueGson + SQLDelight

Extends from my previous post Retrofit 2 + AutoValueGson, I’m trying to add a database for the project. I choose to use ContentProvider due to the benefit of ContentObserver, with the help of SQLDelight to generate all the necessary fields in Java model.

About
FabioHub
“Any fool can write code that a computer can understand. Good programmers write code that humans can understand.” — Martin Fowler
More information
Tags
Editors