I recently published a tutorial describing the different available methods to store data locally in an Android app. However, due to article length constraints, I could not adequately cover creating ...
I'd like to be able to generate clean class files based off the tables in my database. By clean, I mean a simple get and set along with the correct type (string, int, boolean, etc) and that's ...