Pages

Showing posts with label Android Tips. Show all posts
Showing posts with label Android Tips. Show all posts

September 16, 2011

Should have features for app


You might be done with your app idea implementation/development ? right

Before you get ready to publish it on Android Market check your app have essential features?
If not than its good to have, and will help you to get more downloads and feedback.

Good to have features:
  1. Feedback : put a menu option so that user can send you feedback of app using email, feature request, get in touch with user.
  2. Share the app : put a menu option to "Share app with friends", it will help you to get more downloads (in tern more revenues) and free mouth publicity.
  3. About : a short introduction about you/your app, email address to contact and website.
  4. Help: help pages or dialogue which explains basics of how to use app

Collecting android crash reports and avoid ANR

Use Opensouce ACRA framework,
which is the most powerful and robust way to collect crash reports from your app.

ACRA is a library enabling Android Application to automatically post their crash reports to a GoogleDoc form. It is targetted to android applications developers to help them get data from their applications when they crash or behave erroneously.


More info at http://code.google.com/p/acra/