How to create a scrollable TextView in android? By James | February 15, 2012 0 Comment The simplest way to create a Scrolling TextView in android is to place it inside a ScrollView. Here is a sample xml file with a scrollable TextView.