How can I create Android Widgets with Qt?
Unsolved
Mobile and Embedded
-
Hi; I want to create widget for Android with Qt. Is it possible? Further can I create widgets for Android and iOS?
Android Widgets Page: https://developer.android.com/design/patterns/widgets.html
Thanks. -
Hi!
I want to create widget for Android with Qt. Is it possible?
Yes, it's the same as with widget based desktop applications. You just need to select a different tool chain (Android NDK).
-
@Ibrahim
see QTBUG-32336