In this document, we will walk you through every step of creating a new application project in Applin Studio, the no-code platform that allows anyone to build professional, fully native Android applications. If you are new to Applin or want a clearer understanding of the project creation workflow, follow this guide carefully from start to finish.
A project is the foundation of your entire application.
Everything—your app’s pages, UI components, logic blocks, assets, settings, themes, and publishing configuration—begins inside a newly created project.
Applin Studio offers several predefined project types to make the creation process easier for beginners and highly flexible for advanced creators.
After launching Applin Studio, you will be taken to the home screen where all your existing projects are displayed.
To create a new project, simply tap the floating + button located at the bottom-right corner of the screen.

This action opens the Project Type Selection window.
Applin Studio provides multiple project templates to help you start quickly based on your purpose.
Here’s a breakdown of each type to help you decide which one fits your needs:

A fully empty project that gives you complete creative freedom.
Ideal for users who want full control over UI/UX design and app structure.
Best for:

This project wraps your existing website into a mobile app container.
Best for:
All you need to provide is your full website URL, and Applin will render it inside the app.

A specialized project for digital books and smart reading applications.
Best for:
Features typically include chapter navigation, content styling, and reading mode optimization.

A complete, multi-feature app structure with built-in pages such as:
Best for:
This is the most powerful and feature-rich template in Applin Studio.
Instead of starting from scratch, you can browse the Theme Store, choose a professional ready-made template, and install it directly into your workspace.
Themes include pre-built:
Perfect if you want a highly polished starting point.
For the purposes of this documentation, we will continue with the Blank App template.

Before the project is created, Applin Studio will ask you to fill out several required fields.
Each field serves a specific purpose and affects how your app behaves or gets published.
This is the official name of your application.
It can be written in any language and will be displayed:
Choose a name that is meaningful, simple, and reflective of your app’s purpose.
The Project ID is a unique, permanent identifier for your application.
It follows the typical package name structure used in Android development, such as:
com.yourbrand.appname
Important notes:
Choose it carefully.
If you selected Web App, you must provide the full URL of your website, including:
http:// OR https://
Example:
https://www.example.com
This ensures Applin can correctly embed and render your site inside the application.

After filling in all fields, tap the Create Project button.

Applin Studio will generate the initial structure of your application and take you directly into the project dashboard.
You have successfully created your first Applin project.
From this point on, you can: