Home | Русский

Android – TableLayout Samples

Today’s sample code will implement very similar UI to the one created in the LinearLayout Example. But here we will be using a TableLayout widget instead.
Each TableLayout consists of a number of TableRow objects and each TableRow object contains zero or more cells. Each cell can hold one View object. The table has as many [...]

Posted in: Android by admin No Comments ,