Browse by Tags

All Tags » IntelliJ (RSS)

Android: Encapsulating Shared Preferences

The Android OS gives you a convenient way to save and load simple data (i.e. string, float, int, boolean and long) in the form of SharedPreferences .  The data is stored in a dictionary format that utilizes a key/value pair.  The “name” of the...
Posted by PSteele | with no comments
Filed under: ,

.hgignore file for IntelliJ IDEA Development

Every time I start a new project in Visual Studio, I almost always put it under Mercurial source control – even a small demo project.  If the project becomes serious enough, I’ll create a private repository in Bitbucket and maintain it there. ...
Posted by PSteele | with no comments
Filed under: , ,
More Posts