Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 459 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 459 Bytes

iOS & Android example with shared C++ code

This is a Demo Implementation of a modern iOS and Android App with shared C++ code to avoid DRY

Inspiration was grateful taken from this great Stackoverflow answer: http://stackoverflow.com/a/18334548/1128600

Special Android Features:

  • uses modern Gradle based Buildsystem
  • uses CMake instead of ndk-build

TODO

  • include OpenCV with shared Code