Visit the Intel Multi-OS Engine page or the Github project for more informations.
Further samples from Intel you can find here.
For all samples using retrofit add to the proguard.cfg (/Applications/Intel/multi_os_engine/tools/proguard.cfg):
-keepattributes Annotation
-keep class retrofit.** { *; }
-keepclasseswithmembers class * {
@retrofit.http.* ; }
-keepattributes Signature
- RetrofitSample: Use the same http communication logic in Android and iOS. Define endpoints, services, requests, models, etc. only once and share it.