How to create a scrollable TextView in android?
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.
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.
Hi all…….. This tutorial is for Titanium users. This tutorial explains how to place a textBox or anyother control inside a tableView. A tableview requires data in the form of a array, so we create an array (here array is named “data_array“) by adding the controls like textboxes and labels inside it. You can giveā¦ Read More »