Today I want to give an overview of things you should do to publish application on Android Market. Hope it would be useful for you.
OK, so let’s start from the very beginning.
1. Idea
Yep, idea – is what you should prepare first. It would be great to prepare well-formed and described plan of your application. You should answer yourself – “Why someone needs you app?” , “How could it help?”, “What is the aim of this app?”. These questions are really important to create cool application, and it’s not only for Android – it’s applicable for all the software. It may be also good to think about what do YOU need, what can help YOU and with this you can start describing your app.
2. Implement & Test
So, I hope at this point you have determined for yourself what you are going to create. It’s essential to obtain high-quality application for Android platform. As concerns technical side of development you may want to take a look at Google Docs, particularly you may be interested in Getting Started section and in Sample Code section. By the way, we are going to post some interesting practical tutorials, say “How to” series. Subscribe to our RSS feed and Email feed to be informed about it.
As usual and as we do it, keep your code clear, readable, well-commented and make it works smoothly. Keep in mind that it is really important to keep application working well, your user do not care why it crashed, so it should not. Ever.
Continue reading →