Posts

Showing posts from April, 2011

Unknown error on eclipse android console

Not sure what the below means: local emulator[343] : kCGErrorIllegalArgument: CGSGetDisplayBounds (display 2b3c4d11) Googling doesn't return any worthwhile links too.

Eclipse: Removing Todo: Auto-Generated comments

When you use Eclipse menus to create new class, constructor, method or even add a try/catch, typically it not only generates the functionality but also adds a TODO. This is good to indicate that the comment has to be replaced with a proper functionality. However in a team environment, it's not easy to make people delete the line and add the code. Task remains and it becomes difficult to delete it at the end. To remove the auto addition of that comment line, you have to follow the below steps: Goto Window -> Preferences -> Java -> Code Style -> Code Templates Click on Method Body. Click Edit. Remove the commented line. (Something like: // ${todo} Auto-generated method stub) Click Apply. Repeat the steps for other elements. Click save.

Eclipse: Removing Todo: Auto-Generated comments

When you use Eclipse menus to create new class, constructor, method or even add a try/catch, typically it not only generates the functionality but also adds a TODO. This is good to indicate that the comment has to be replaced with a proper functionality. However in a team environment, it's not easy to make people delete the line and add the code. Task remains and it becomes difficult to delete it at the end. To remove the auto addition of that comment line, you have to follow the below steps: Goto Window -> Preferences -> Java -> Code Style -> Code Templates Click on Method Body. Click Edit. Remove the commented line. (Something like: // ${todo} Auto-generated method stub) Click Apply. Repeat the steps for other elements. Click save.

Reference: Blog post on Identifying App Installations

Different mechanisms but nothing concrete yet: Identifying App Installations

Ugadi wishes

Wishing everyone a very happy Ugadi !!!

Ugadi wishes

Wishing everyone a very happy Ugadi !!!

Ugadi wishes

Wishing everyone a very happy Ugadi !!!

Google +1

About : http://www.google.com/+1/button/ Steps to enable Google +1: http://www.google.com/experimental/index.html My review: Sounds similar to Digg and facebook like. Hoped the +1 done by user would be restricted to his friends, but it's public to everyone out there :(