-
Notifications
You must be signed in to change notification settings - Fork 754
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expand documentation for custom requests to cover additional use cases #395
Comments
It seems to me that https://developer.android.com/training/volley/request-custom covers a lot of this, and includes Kotlin snippets, though perhaps not always explicitly.
Will leave this open to track better documentation regarding 3. If you have other concrete suggestions on how that page could have helped you more, let us know. |
Again: a three theoretical example are very poor documentation for a product made by Google! I think you can do better with your 135,301 employees! |
There a large multitude of errors in the example Java code, which have been there for years. As far a I can tell there is no mechanism to recommend changes to Android Developers Training pages. If the documentation was stored in GitHub as markdown files we could create Pull Requests to suggest fixes/corrections. |
That's a fair point, although there would be drawbacks to migrating the existing doc given how long it has been around. I see this more as a limitation of the developer.android.com page that could be more broadly beneficial (ability to suggest edits to docs there). In the mean time, please do feel free to file an issue on the GitHub tracker pointing out any specific issues you see with the example code / docs. I'm happy to push those through. This bug is more about omissions for certain custom cases rather than actual Code errors. |
There are enough updates to recommend, that submitting them as markdown files like the easiest way. #405 (comment) |
Volley seems to be a nice library for a very basic usage but it seems missing (or not documented) some critical functionalities, like:
All this in Kotlin, of course, the language google is pushing!
The text was updated successfully, but these errors were encountered: