Developing a mobile application, how to show help if it contains too much data?

Posted by MobileDev123 on Programmers See other posts from Programmers or by MobileDev123
Published on 2011-02-15T07:54:07Z Indexed on 2011/02/15 15:35 UTC
Read the original article Hit count: 315

Filed under:
|
|

I am developing a mobile application which has many functionality, and I am pretty sure that the design will confuse the user about how to use some functionality so we decided to include some help as we can see them regularly in desktop applications, but later we found that the help text is too long. We don't think that one screen is enough to describe what a user can do. Moreover the project itself is subjected to evolve based on beta stage and user reports.

After a lot of thinking and meetings we have decided three options to show the users what they can do.

  1. Create the website or blog, so we can let the users know what they can do with this application, the advantage is that it can provide us a good source of marketing, but for that they have to access the site while most part of the application can be used while being offline in earlier versions.

  2. Create a section in the application called demos to show the same thing locally, but we are afraid that it will increase the size, that we think can be avoided (and we are planning to avoid if there is any option)

  3. Show popups, but we discarded this thinking that pop ups annoys user no matter what the platform is.

I want to know from community that which option will you choose, we are also open to accept other ideas if you have.

© Programmers or respective owner

Related posts about mobile

Related posts about help