Android Question Online App documentation

Misterbates

Active Member
Licensed User
Not strictly an android question, but one that some of you may have had to answer already.

As I approach code complete on my first Android app, I'm starting to think about upload to Google Play (which I can see is well documented on this site) and I'm also thinking about Help/Documentation.

For Help/Documentation, I was considering online documents and found 'Read The Docs' https://docs.readthedocs.io/en/latest/faq.html. It seems reasonably straightforward to create topics, cross reference etc. and upload all (in reStructuredText format) to that site, then include code in my app to open the relevant pages on that website.

Is this the best way to go about this? Are there other (better) alternatives? How have others solved this challenge?
 
Top