Product Support for Android + iPhone

This is a question for all of you who are developing Android and iPhone. How do you support two platforms? In particular, you

  • to support two products completely separately from each other?
  • to create "own" graphical interfaces in Java / ObjC and the "main" library in C / C ++?
  • write both versions in one language (e.g. Java) and a third-party code generation tool for each platform?
  • write everything in one code base and use an even more attractive tool to create your own bindings for each platform?
+3
source share
1 answer

"" Java/ObjC, C/++. , , , .

, : Java/ObjC-CocoaTouch.

, . , Monotouch Android - , #: Android, iPhone Windows Phone 7!

+2

Source: https://habr.com/ru/post/1756182/


All Articles