Today I was browsing Some of the official Android documentation. I came across the onOverScrolled method:
Like much of the official documentation describing class methods, the description over there is very terse. After reading it I still have very little idea of what it is used for, much less how to use it. There are no examples at all.
I wish I could go over to the Stack Overflow Android Documentation and check out the entry for onOverScrolled. What do all of those parameter names mean? How is it used in a practical example?
With the current setup I guess someone could create a new topic for onOverScrolled, but does such a small subject deserve its own topic? Wouldn't we be overrun with topics? Adding it to an existing topic doesn't work because of the example number limit.
These are just my thoughts for the day.
Notes
onOverScrolledis just an example. The official docs are filled with poorly described things like this.- Related: More hierarchical structure needed for documentation topics

onOverScrolled? – Suragch 8 hours agoonOverScrolledsmells a lot like an overridable event handler, and anyone who understands how event-based programming models work is going to understand immediately how to use this. Otherwise, the parameter descriptions are terse, but seem quite complete. – Cody Gray 7 hours ago