Hello World

Learn how to build a simple app displaying "Hello World"

This page will guide you through the process of creating a basic application. This application is designed to be straightforward, yet it'll introduce you to some fundamental concepts in app development.

Writing "Hello World"

  1. Inside your Digia Project, create a new Page or edit an existing one.

  2. Navigate through the Widgets, and add a Text Widget.

  3. Inside Widget Properties, enter the text "Hello World" inside the Text Field below Text.

  4. To increase the Font Size, navigate to Text Span Style Properties and select Display Large in the Font Token dropdown.

  5. You can also explore various other Properties, and play around with them.

  1. Want to centre the Text on the screen? Navigate to Default Properties -> Styling Properties -> Alignment -> Centre

  1. You can choose 9 Options to position the Text as you like!

  1. Congratulations! You have built your first "Hello World" app with Digia Studio.

Last updated