The Android world is moving to 64-bit and we all have to follow along. Google Play Store is sending out Emails to inform developers about the upcoming changes in August 2019 and August 2021. Here’s what you need to know, how it will affect you as a developer and why any Qt app should use Felgo Cloud Builds to save …
continue reading-
Android 64-Bit Support with Qt and Felgo Cloud Builds
-
Release 3.2.0: Update to Qt 5.12.3 with ECMAScript 7, Subscriptions, Image Picker and Qt Creator 4.8.2
Felgo 3.2.0 adds support for Qt 5.12.3 and Qt Creator 4.8.2, which brings many features and improvements. The new long term supported Qt release includes lots of fixes, new modules and adds JavaScript support for ECMAScript 7. The updated Felgo IDE version 4.8.2 is more stable and adds compatibility with the latest toolchains and platforms. This post summarizes all of …
continue reading -
Continuous Integration and Delivery (CI/CD) for Qt and Felgo
Felgo aims to improve your whole development process, from idea to app store. Today you get access to another piece of the puzzle. Introducing: Felgo Cloud Builds Boost your Qt and Felgo app development with continuous integration and delivery for Qt and Felgo projects. As the only CI/CD exclusively for Felgo/Qt, it enables users to build and distribute apps with …
continue reading -
QML Tutorial: How to Create Native Cross Platform Apps with Qt and Felgo | Free Udemy Course
Learn to build Qt-based cross-platform apps for Windows, Mac, Linux, iOS, and Android with QML and Felgo (former V-Play)! We created a comprehensive online course on Udemy to show you how: The online course is a perfect fit for both beginners and advanced developers, as it contains many QML best practices and QML architecture tips. And the best part: The …
continue reading -
Release 3.1.0: New Felgo Plugins Version, Unified App Configuration and FlickablePage
Felgo 3.1.0 introduces a new Felgo Plugins version and simplifies maintenance with a unified app configuration for Desktop, iOS and Android. The update also adds the new FlickablePage type to the Felgo SDK. New Version 3 for Felgo Plugins Along with a full website rebranding and facelift, the previous SDK release 3.0.0 also introduced the new Felgo module for Felgo apps, games …
continue reading -
V-Play is Now Felgo – New Release & Roadmap
Today marks a big milestone: V-Play is now called Felgo and got a new facelift. In this article you will learn: Why we did the rebranding from V-Play to Felgo Why this will benefit you What the Felgo roadmap looks like How to update to the latest Felgo release Reasons for Rebranding V-Play to Felgo The first official version of …
continue reading -
Release 2.18.3: QML JSON ListModel and Todo List App
Felgo 2.18.3 adds the JsonListModel as a performant and feature-rich QML ListModel enhancement for Qt. It helps you transform your JSON data to a model and enables you to detect changes to individual items in your model. You can then only update the changed items in your UI instead of updating the full list. This update also adds several improvements …
continue reading -
Release 2.18.2: Guide for MVC, MVVM, Flux with QML
Felgo 2.18.2 adds the latest Qt Creator 4.7, as well as many improvements and fixes. A new comprehensive guide helps you to structure your code, and separate logic from UI. The guide comes with a list of best practice examples, which you can also check out in our open source example apps. Separation of Model, View and Logic (MVC, MVVM, …
continue reading -
Release 2.18.1: Use JavaScript Promises with Qt, Material Cards and an Improved API to Connect to REST Services
Felgo 2.18.1 introduces new components for embedding YouTube videos, for creating material cards and Tinder-like swipe cards. It also simplifies connecting to REST services, with the new HttpRequest component. Felgo 2.18.1 also adds several other fixes and improvements. Important Note for iOS Live Client: The current store version of the Felgo Live Client app is built with Felgo 2.17.1 and …
continue reading -
Machine Learning: Add Image Classification for iOS and Android with Qt and TensorFlow
Artificial intelligence and smart applications are steadily becoming more popular. Companies strongly rely on AI systems and machine learning to make faster and more accurate decisions based on their data. This guide provides an example for Image Classification and Object Detection built with Google’s TensorFlow Framework. By reading this post, you will learn how to: Build TensorFlow for Android, …
continue reading