This is the second of a three-part trial of iOS to Android conversion tools. More info on that here.
Introduction to MyAppConverter
According to its documentation, MyAppConverter “helps you convert native iOS mobile apps instantly to native Android app, it's not focused mainly on the look and feel, and UI interaction of your app.”
Services
iOS to Android
Objective-C to Swift
iOS SpriteKit to Android
Code Block Converter - converts small snippets of code instantly
Testing the Code Block Converter
Here’s a link to the sample converted code.
We tried converting a simple log from Objective-C code to Android code.
The output is as seen below:
A closer look:
This doesn’t seem to be an accurate conversion to native Android/Java language. Instead, methods built-in from the imported libraries had been used, such as
com.myappconverter.java.foundations.NSObjRuntime
com.myappconverter.java.foundations.NSString
Conclusion
MyAppConverter converts code line by line using the Code Block Converter, but it does not fully support all iOS frameworks at this time. For more details, see covered frameworks and coverage rate here.
تحويل تطبيق اندرويد الى iOS ، ويندوز فون مع MyAppConverter
تحويل تطبيق من نظامه الأصلي الى أي نظام آخر
الموقع الذي سنتعرف عليه اليوم لا يمكنك فقط من تحويل تطبيق اندرويد الى iOS ، ويندوز فون . حسب ما يوحي عنوان المقالة بالعكس فهو يحتوي على 4 أنظم تشغيل و أنت تستطيع تحويل تطبيق من نظامه الأصلي الى أي نظام آخر و بالنسبة للأنظن التي يدعمها فهي آندرويد ، ويندوزفون ، iOS و البلاك بيري . (more…)