Tomasz Kolbusz

Android Developer

Blog About

Removing Hungarian Notation from Java project

If you hate Hungarian notation for it’s unreadable format, you might experience hard time replacing it into standard Google Java Style variable notation. I found myself in this situation.

Read More

Controlling database flow using Room and RxJava2

Google has recently improved their Android library arsenal. They introduced Room Persistence Library that provides easy to deal with layer over SQLite. Introduction of Room had in mind that Android world is asynchronous and reactive code grows in popularity.

Read More