Skip to content

tobias-feldmann/moe-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Intel Multi-OS Engine Samples

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


Samples:

  • RetrofitSample: Use the same http communication logic in Android and iOS. Define endpoints, services, requests, models, etc. only once and share it.

About

Intel Multi-OS Engine Samples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages