Category Archives: Android

Best explanation of FPS

Lately I am quite into Android gaming development and I did some reading on the topic and came across this best explanation of FPS in my opinion. We measure the rendering in FPS which stands for frames per second. If we have 30FPS that means that we display 30 images every second. For a mobile [...]
Posted in Android | Leave a comment

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

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