Finally I created my firstĀ “HelloWorld” app in Android and I am sharing it with you. This is just a simple HelloWorld Program that displays a HelloWorld in a Button with Date and Time on it. The date and time changes with the click on the button. I have tried to implement actionlisteners so it is little more than a HelloWorld Program.
Steps to Create My HelloWorld Program in Eclipse with Android SDK. Create a new android project. File->New->Android Project. Continue reading →
I started programming with android for few days now. I use eclipse for development and android sdk fits just fine with ADT plugin for Eclipse. But some of us must have faced a error that says “Cannot connect to keystore” while installing the android sdk with eclipse’s install new software feature. The google android page also says this will occur if you are using linux.