Projects

Learn about the key building blocks in Digia Studio, starting with projects.

What is a Project?

A project in Digia Studio is the top-level container for your mobile application. It includes all the pages, components, data sources, and configurations that make up your app.

How to Create a Project

  1. Log in to your Digia Studio dashboard

  2. Click "Create New Project"

  3. Choose your project type (iOS, Android, or Cross-platform)

  4. Configure your project settings

  5. Start building!

Project Structure

Every Digia project contains:

  • Pages: Individual screens of your app

  • Components: Reusable UI elements

  • Data Sources: API connections and data models

  • Actions: Business logic and workflows

  • Settings: App configuration and assets

Best Practices

  • Use descriptive project names

  • Organize pages logically

  • Keep components modular and reusable

  • Test regularly in preview mode

Last updated