Tizen Native API  3.0

For our second example we'll create a table with 4 rectangles in it. Since our rectangles are of different sizes our table won't be homogeneous.

The interesting bits from this example are:

  • Where we set the table as not homogeneous:
  • Where we add each rectangle to the table:

Here you can see the full source:

Our example will look like this:

table_example_02.png