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.
Android Developer
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.
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.