An open API service indexing awesome lists of open source software.

https://github.com/gnustep/android-examples

Examples showing the use of the android-toolchain with ObjectiveC
https://github.com/gnustep/android-examples

Last synced: 10 months ago
JSON representation

Examples showing the use of the android-toolchain with ObjectiveC

Awesome Lists containing this project

README

          

# GNUstep Android Examples

This repository contains example projects to show how to use the [GNUstep Android Toolchain](https://github.com/gnustep/tools-android) in a project.

* [**hello-objectivec**](hello-objectivec)
Android Studio project using CMake to compile Objective C code using GNUstep.
The GNUstep integration can be found in [CMakeLists.txt](hello-objectivec/app/src/main/cpp/CMakeLists.txt).
Additionaly, [GSInitialize.m](hello-objectivec/app/src/main/cpp/GSInitialize.m) shows how to initialize GNUstep and enables logging of stderr output via logcat.
* [**hello-objective-qt**](hello-objective-qt)
Qt project using a custom compiler definition to support Objective C code using GNUstep (see [objc-gnustep.pri](hello-objective-qt/objc-gnustep.pri)).
Can be run on Android as well as macOS.