Monthly Archives: November 2010

Sqlite database on your Android Emulator

I started to look into using databases with Android for my first application and searching high and low over the internet, this is what I’ve compiled. One may ask where does the sqlite database of the emulator is being stored on the hard disk of your PC, well, the files ystem of the emulator does [...]
Posted in Android | 9 Comments

Shuant in SG

Shuant came to Singapore from 19th night to 21st night
Posted in timeline | Leave a comment

Penang trip 12th Nov till 14th Nov

Went back to Penang to sign a bank loan
Posted in timeline | 2 Comments

Android HierarchyViewer tool missing

After some googling, it happens that this tool is missing in sdk07 for windows. Weird enough, it’s packed as a jar file under the /lib folder in the Android sdk. Execute this in your command prompt and you should get your hierarchy view up and running. java -jar ./lib/hierarchyviewer.jar Note that you need to add [...]
Posted in Android | Leave a comment