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
Log in to your Digia Studio dashboard
Click "Create New Project"
Choose your project type (iOS, Android, or Cross-platform)
Configure your project settings
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