|
|
|
|
|
by FlyingSnake
3498 days ago
|
|
QT is one great option, however I've not used it so far. I use Djinni IDL from Dropbox to create common logic in C++ and UI Specific code in iOS/Android. It's not at all beginner friendly and you need lot of patience with the setup. Cons: complex build setup, and C++. Pros: Blazing fast native performance, and you can easily write common business logic in c++ Start here is you wish to go that path: http://mobilecpptutorials.com |
|