KDE Mobile/QML/Components: Difference between revisions

From KDE Community Wiki
No edit summary
No edit summary
Line 3: Line 3:
==Facts==
==Facts==
*Desktop KDE apps are very different, they use KDE/Qt Widgets.
*Desktop KDE apps are very different, they use KDE/Qt Widgets.
*To port and app, one needs to extracte the business logic and design the workflow for the mobile UX.
*To port and app, one needs to extract the business logic (and keep only it, probably stripping it down) and then design the workflow for the mobile UX
*Basic, default QML components may be sufficient but it's good to perform some research
*Basic, default QML components may be sufficient to implement the mobile UX but it's good to perform some research, so common QML components (and other plugins) could be shared by KDE apps across mobile platforms supporting QML
*Default QML components may need styling compliant with various mobile platforms, currently those Android-based
*Default QML components may need styling compliant with various mobile platforms, currently those Android-based

Revision as of 21:17, 7 March 2011

Started Jstaniek 21:15, 7 March 2011 (UTC)

Facts

  • Desktop KDE apps are very different, they use KDE/Qt Widgets.
  • To port and app, one needs to extract the business logic (and keep only it, probably stripping it down) and then design the workflow for the mobile UX
  • Basic, default QML components may be sufficient to implement the mobile UX but it's good to perform some research, so common QML components (and other plugins) could be shared by KDE apps across mobile platforms supporting QML
  • Default QML components may need styling compliant with various mobile platforms, currently those Android-based