Ioana Baciu
QT SDK is used to develop applications for different platforms and this was the main reason why we have chosen Qt for mobile applications. We need multiple applications to use the same functionality and this was already implemented. In order to avoid code duplication, we included it in an SDK.
The need for an SDK based on Qt BLE functionality came out when the same set of features had to be supplied to different applications.
As we know, QT SDK is used to develop applications for different platforms like Linux, Android, iOS, Windows etc. and this was the main reason why we have chosen Qt for mobile applications implementation.
We need multiple applications to use the same functionality. This functionality was already implemented in one application and to avoid code duplication we decided to include it in one package and to deliver it for different platforms.
There could be different UI designs for each platform, but the functionality is the same.