Maybe a wiki?
As far as I know, github pages are now generated automatically from markdown files that are placed in a folder /docs
https://github.com/blog/2289-publishing-with-github-pages-now-as-easy-as-1-2-3
https://github.com/blog/2228-simpler-github-pages-publishing
I think a simple github page would be a great place for a documentation and we could add a link on each documentation page to edit that file directly in github which will result in a pull request when pressing the save button.
If you think that this is too much work and not worth the initial setup effort, then github wiki would be my first alternative. I, personally, would prefer a github page over gitub wiki
I agree with @sockeqwe. Keeping docs and code in one place is the better way. For example, it allows for better control over whether pull requests to the code contain the necessary doc updates.
Any plans? I just spend a couple of hours figuring out why I had a memory leak in ControllerPagerAdapter because I was not setting the adapter of ViewPager back to null onDestroyView and a couple of days ago that the Router returned by a Controller hosted in the ViewPager was returning a ChildRouter of ViewPager instead of the ActivityHostedRouter.
Just an idea, that could be useful to document. I definitely want to help out with some docs.
I'll have more time to get started on this coming up pretty soon. I'm not awesome at documentation though and was hoping for some suggestions.
ViewPager's adapter to null in onDestroyView?I think a build of the JavaDoc + something like OkHttp recipes would be great.
Most helpful comment
I think a build of the JavaDoc + something like OkHttp recipes would be great.