ScrollView auto scroll to show content in app screen
Posted onWhile displaying long text data or displaying data in lot of views, we use ScrollView to view whole screen by scrolling. At times we may require app to auto Scroll down in a screen to show a bottom content. If you try using below code in Activity’s OnCreate method to scroll down in ScrollView ScrollView mScrollView = […]