Creating Applications with Graphics and Animation

If you want to create applications that offer graphics features to the user, Tizen provides various options for you.

You can draw various shapes, such as squares and polygons, on the screen, and you can animate screen elements to change their size, position, and color.

When creating a graphics application, you can implement the following features:

  • Squares on the canvas
    • You can draw a square on the screen.
    • When overlaying multiple squares, you can see how their colors change due to the overlays.
  • Polygons on the canvas
    • You can draw a triangle on the canvas.
    • You can add and display a pentagon on the same canvas.