This week, the development process involves the question of what technology to use for the interface display. My personal thoughts are as follows:
Problem scenario:
The program currently being developed is data collection, calculation, and analysis in the experimental field. However, it is not possible to productize it now, and the interface can only be developed on demand. In fact, it is nothing more than a thousand faces for a thousand people, and the data components are universal.
Problem idea:
Data memory cache, the interface is displayed separately, so it is most appropriate to separate data and interface, of course, it involves the combination of QML and C++ hybrid powerful programming technology.
When is it best to use:
- If the user has high requirements for aesthetics and it is cool.
- After the interface is developed once, the operation is relatively fixed.
- The interface is more of a display effect, and does not involve too much data analysis and calculation.
- Direct data display.
When it is least suitable to use:
The interface needs to perform algorithm calculation and analysis through data.
QML and C++ hybrid programming technology
I have recently been thinking about how to apply AI in this field, everyone is welcome to leave a message.
Top comments (0)