https://github.com/TheCompez/CuteMobile
A concept mobile app UI/UX prototype based on Qt Quick technology.
https://github.com/TheCompez/CuteMobile
android cpp design ios mobile-app modern-design phone qt qtquick template ui user userinterface ux
Last synced: 5 months ago
JSON representation
A concept mobile app UI/UX prototype based on Qt Quick technology.
- Host: GitHub
- URL: https://github.com/TheCompez/CuteMobile
- Owner: KambizAsadzadeh
- License: mit
- Created: 2022-11-07T19:58:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-27T05:24:51.000Z (over 1 year ago)
- Last Synced: 2024-05-29T03:27:53.643Z (11 months ago)
- Topics: android, cpp, design, ios, mobile-app, modern-design, phone, qt, qtquick, template, ui, user, userinterface, ux
- Language: QML
- Homepage:
- Size: 3.18 MB
- Stars: 27
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CuteMobile Concept Demo
A concept mobile app UI/UX prototype based on Qt Quick technology.
- The purpose of this repository is to create an example of Mobile Application based on C++ and Qt Quick technology.## Language & Technology Required
- C++17
- Qt and QML (version 6.x only).
- Project-Template## Building
- You need CMake tool for building source code
- CMake 3.23 or higher is required.```
cd build
cmake ..
make
./CuteMobile```
## Customization
Use the Project-Template guide for customization.
- https://github.com/KambizAsadzadeh/Project-Template## Demo



## Note
This sample is not yet complete and is under development.## Note for iOS Developers
- Change ```DEVELOPER_BUNDLE_IDENTIFIER``` variable to your own developer id.