Qt → What's new in Qt for Android?
Qt 5.15 LTS and Qt for Android
Since many developers use Qt for Android, Qt wants to improve the developer experience. With the next release of Qt 5.15.0, the Qt developers have updated the Android documentation. The updated documentation contains …
Android → Android and QML - Adding Splash Screen
manifest, Splash, Android, QML
Let me show you a small example of adding Splash Screen to an application written in Qt. In this case, the Splash Screen will be added to the application using the Android ecosystem, that is, through its manifest. Adding a …
Flutter → Flutter - Tutorial 001. Hello world
Flutter is a fresh framework from Google for application development for Android and iOS. The programming language used is Dart (also developed by Google).
Let's understand the launch of our first application on Flutter.
To create our first application that …
Android → Android. Java vs Qt QML - Tutorial 005. Create a context menu
After we figured out how to create a menu in the Action Bar, add a context menu to any objects.
In this lesson, we'll add two text fields that will have a context menu.
- The context menu of the first …
Android → Android. Java vs Qt QML - Tutorial 000. Enable Material Design
When you develop both Java and Qt QML, you need to enable Material Design.
Material Design on Java
In the case of Java, it's enough to include the theme design in the styles.xml file and set the required color gamut …
Android → Android. Java vs Qt QML - Tutorial 004. Creating a menu in the Action Bar from the submenu
So, we continue to implement the same functionality in applications for Android from two fundamentally different worlds. Namely on traditional Java and less widespread Qt QML C ++.
This time we implement the menu in ActionBar Activation. I note that …
Android → Android. Java vs Qt QML - Tutorial 003. Console messages and Toast pop-up messages
Android, Toast, QML, log, Qt, JAVA, console
In the previous article , two buttons were created, which were responsible for changing the text in the text field. And now let's consider the option when we need to output information to the console about the button presses, or …
Android → Android. Java vs Qt QML - Tutorial 002. Handling of button clicks
Qt, Android, JAVA, button, QML
After we got acquainted with Hello World from the Java world and Qt QML under Android, I suggest writing an application that will have two buttons and by clicking on these buttons it will change the text in a small …
Android → Android. Java vs Qt QML - Tutorial 001. Hello World
Curiosity sake decided to compare the two options for writing applications for Android. Once upon a time, I began to work on programming for Android on Java, but over time I switched to developing Desktop applications on Qt QML. But …
QML → QML - Lesson 026. Intents with Qt for Android, part 1
The “ intent ” is the main facility for interprocess communication on Android. Basically, an intent is an object that is processed by the operating system and then passed to one or more of the installed applications based on its …
- Last comments
- AKApril 1, 2025, 11:41 a.m.Добрый день. В данный момент работаю над проектом, где необходимо выводить звук из программы в определенное аудиоустройство (колонки, наушники, виртуальный кабель и т.д). Пишу на Qt5.12.12 поско…
- VPMarch 9, 2025, 4:14 p.m.Здравствуйте! Я устанавливал Qt6 из исходников а также Qt Creator по отдельности. Все компоненты, связанные с разработкой для Android, установлены. Кроме одного... Когда пытаюсь скомпилиров…
- ИМNov. 22, 2024, 9:51 p.m.Добрый вечер Евгений! Я сделал себе авторизацию аналогичную вашей, все работает, кроме возврата к предидущей странице. Редеректит всегда на главную, хотя в логах сервера вижу запросы на правильн…
- Now discuss on the forum
- МАApril 1, 2025, 4:21 p.m.0ff763fe-4e50-455d-a3a6-5699c243b1a5_17_44_22_1.xml
- fFeb. 15, 2025, 1:46 p.m.Подскажите, пожалуйста! Как данный класс можно дополнить, чтобы созданные объекты можно было перемещать мышкой по сцене?
- Не запускается компьютер (точнее работает блок , но сам монитор вообще жесть)В общем я ничего с интернета не скачивала в последнее время. На компе никаких левых пр…
- Вопрос решен. Узнать QModelIndex элемента на который мы перетаскиваем другой элемент, можно с помощью функции indexAt(event->position().toPoint()) представления QTreeViev вызываемой в переопр…