How to avoid C++ models in Qt and why you should care
-
While the Qt framework is C++ based, you can also code with QML and JavaScript. In fact, you can create full apps without even touching C++.
We've prepared a comprehensive guide how to create mobile apps purely with QML. Especially when working with REST services and JSON, there's no need to implement business logic or model with complex C++ code.
The guide also includes architecture tips and a full example project with REST API access, offline caching and list sorting/filtering - purely QML-based!
Check out the full developer guide here: How to avoid C++ models in Qt and why you should care
Cheers,
GTDev -
Waiting for guide "How to avoid JavaScript models in Qt and why should you care" (performance, memory usage)