One of my apps has the occasional "Details" link that opens a message box to explain something in more detail.
However, as the app grows, I'm feeling the need for a more comprehensive help system (how to, concepts, FAQ, etc.).
Has anyone come up with something good for this?
Some ideas so far:
- a custom dialog that loads local text files with some kind of markup to style and interlink them
- a webview that loads HTML pages from my server (or shows local content if there's no network connection)
- a URL that opens a browser to show server-based HTML pages (so I can update them without touching the app)
Cheers!
However, as the app grows, I'm feeling the need for a more comprehensive help system (how to, concepts, FAQ, etc.).
Has anyone come up with something good for this?
Some ideas so far:
- a custom dialog that loads local text files with some kind of markup to style and interlink them
- a webview that loads HTML pages from my server (or shows local content if there's no network connection)
- a URL that opens a browser to show server-based HTML pages (so I can update them without touching the app)
Cheers!