How can I do this, as soon as the ScrollView exits the screen, it will automatically scroll down?
ScrollView
Try the code below to accomplish your task: -
scroll.fullScroll(View.FOCUS_DOWN);
or
ScrollView sv = (ScrollView)findViewById(R.id.scrl); sv.scrollTo(0, sv.getBottom());
Source: https://habr.com/ru/post/1399705/More articles:JAVA: combining message boxes with multiple exits - javaInstallation service in the installation panel - visual-studioHow do you use Unicode characters in a regular expression in Ruby? - ruby ββ| fooobar.comCUDA or the same that might be available for an Intel graphics card? - gpgpudouble obfuscation javascript - javascriptAn algorithm that automatically suits clothes? - algorithmIs there a tool that lifts the place where 280 North Atlas stopped? - cssProblems with modeling the seasonal model ARIMA - rPython `__init __. Py` and initialization of objects in code - pythonGet values ββfrom an XML column - sql-server-2008All Articles