My first Android app (which is not an experiment) was released recently – The Star Online for Android v1.0.1.
It was also available from Android Market and it is quite easy to submit your application to the market.
All you need to do is go to the Android Market for publishers and go through the steps.
The one most important thing is to have your Credit Card available for the USD 25.00 Android Developer Registration Fee via Google Checkout.
Click on the pictures on enlarge.

You will also be requested to submit your personal information, in order to track the actual developer just in case your application presents issue to users. I assume apps that have security vulnerabilities, scams or phishing apps. There shouldn’t be any issues if you’re building a good-to-go app.
Once it’s done, the Publisher Home screens will list the apps you have submitted, with accompanying statistics like the number of downloads and active users.
Are you an Android developer? How do you promote your Android app on Android Market?
Tags: Android Market, Google Checkout

If you have Android SDK and ADT Plugin installed to your Eclipse IDE for Android development, the update of Android platforms can be done easily with Eclipse. (This means you do not need to head to http://developer.android.com/sdk/ to download the latest SDK everytime Android releases one.)
All you need to do is just go to the menu option in Eclipse -> Window -> Android SDK and AVD Manager, which will then bring up the Manager UI.
Under the Installed Packages, select Update All.
The updates that are required will be pre-selected, or you can Accept All, to download all Android platforms.
It would take a while for the download and installation of the packages to complete.
When it’s done, you will be able to verify that they are all under Available Packages.
Under the Settings option, I had to check the use HTTPS sources to be fetched using HTTP.
All the packages platform version are placed under the platforms directory.
After completion, remember to update your ADT plugins as well. Check that the Android DDMS and Android Development Tools are updated to the latest version.
For more information not covered in this post, refer to http://developer.android.com/sdk/installing.html
Tags: ADT Plugin, Android SDK, AVD Manager, Eclipse, Eclipse IDE, Update Android SDK