I'm trying to make an app for Ubuntu phone but I've lots of questions.
If my app depends from a library as
qxmpp
, what is better? Add a local copy of the library with my app, or use the system library add dependencies to the final package, etc.?Do I have to develop my app with the QML layer? or can I use pure C++?
For the instance I don't like at all
ubuntu-sdk
(I don't like IDEs too much) is it possible to develop in my own to therefore upload the app to Ubuntu store?
Thanks, and sorry if some of my questions has no sense, It's first time I try to develop to phones platforms and I feel a little bit lost.