Archive of stories published by FabioHub

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.

These were the top 10 stories published by FabioHub; you can also dive into yearly archives: 2007, 2008, 2011, 2012, 2016, 2017, and 2018.

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