Search code examples
androidiosqtframeworksmobile-application

Which Cross-mobile-platform Application and UI Framework?


I am building a website in either Rails or DJango, and I also want to write a mobile app for Android and iOS operating systems. (and others, maybe)

What are my options? - i.e. is Qt any good?

Happy to develop the mobile app in C, C++, Python or Ruby.

Thanks for all suggestions


Solution

  • If you are writing a Mobile App in qt (using C++) then you can also convert it in Android app.

    Look at Bringing Qt applications to Android.

    How to Create and Run Qt Application for Android

    Or If you want to write web based application so I think use of PhoneGap (using HTML5, Java Script) is easy to convert in both platform (Android, iOS).