It is not possible to know for sure whether you scrolled the latter using appium, because there are no user interface reports for the scroll borders.
One way to find out that you have reached the end of the scroll without relying on the developers is to compare the list of all scrollview children each time you scroll. If all the children are exactly the same, you have reached the end. An example xpath for this would look like //android.widget.View[@content-desc="Your scrollview]//*that would capture all children and descendants. Once you have a list to compare, check the contents of all the child nodes. This will only work if there is something unique in these elements. If all the elements are completely common, there is nothing to compare, and this will not be reliable. Ask developers to add content descriptions or accessibility data to elements, if possible.
, . , , , . , .
, , , , scrollview .