Lets get started.
- To publish your application to Android market you'll need to register and pay registration fee - $25. It's paid only once and is not returned.
- Name your application simple. If you application isn't part of your brand (like Facebook, Gmail or Twitter), it's the best to title application with some description of it. For example, Send Links and Phone 2 Chrome are good names, but SyncTab is not. At least, call it like 'SyncTab - send links easily'. The name should help user to understand what's your application for.
- Don't hard code values. Move them to appropriate files like strings.xml, integers.xml, arrays.xml, colors.xml etc. This will save your time to localize application and hone application for different devices.
- Use styles and themes.
- Prefer to use Content Providers to work with database.
- Use different forums to find first users and beta testers.
- Release often. This will help to get new users faster. Each time you release a new version of application, it's added to the Just Released feed. Prefer to make such releases before or on weekends.
- Make a nice but simple icon. Follow Android's style guide.
- Remember that you'll need a promotional and feature graphics.
- Use different techniques to cleanup the code. Like Android annotations, intent helpers etc.
- Optimize!
- Investigate Android applications of other developers, like iosched application from Google.
- You can use Google Analytics to track not only usage of application, but also errors
- Save resources: memory, cpu, network traffic.
No comments:
Post a Comment