Is There a Standard Help Document/Manual in Android? [closed]

Closed. This question is seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. It does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.

Closed 6 years ago .

I am writing and publishing my apps on android and would like to provide help document (manual) to users of my apps. I've seen apps open up external web pages as their help, or use html view to open local html documents. Are these the ways we are supposed to deliver manual to our users?

asked Mar 22, 2010 at 16:12 2,076 24 24 silver badges 30 30 bronze badges

thanks for your answers! I decided to go with local content rendered via webview. As well as trying to make my app as intuitive as possible.

Commented Mar 25, 2010 at 3:47

2 Answers 2

Are these the ways we are supposed to deliver manual to our users?

You can do whatever you want:

However, there is no built-in dedicated "help framework" in Android. If you wish to make a name for yourself in the world of Android, consider writing one.