December 26, 2009

Weekend

Hope everyone is having a great holiday weekend!

December 25, 2009

Identify Leaks and Bugs in Android Code

I found this tool that has a free trial. Let's see if it works for me...

December 24, 2009

Happy Holidays

Happy Holidays Everyone!

December 23, 2009

Log in Android

Logcat was helpful, but not formatted that nicely. I came across this which will require a python installation but will make your logs a lot easier to follow.

If you want to read the log on your device as opposed to on the emulator approach you would just run the command:
adb -d logcat
Taking this one step further, I like to use ddms.bat which will give even nicer logs, CPU usage, etc. This is very helpful when seeing memory issues on your device.

December 22, 2009

Android Icons

Why is the hardest thing always the images and icons :) I am reading a nice tutorial on creating Android Icons here.

December 21, 2009

Android SqlLite DB

I was curious if I starting writing to the db, how I can actually retrieve and read what is in there. I came across this old article and it was enough to get me on my way.

December 20, 2009

Shovel Today and Android Dev

More details tomorrow...