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
- Host: GitHub
- URL: https://github.com/gnustep/android-examples
- Owner: gnustep
- License: mit
- Created: 2019-02-26T09:53:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-23T10:15:40.000Z (almost 3 years ago)
- Last Synced: 2025-04-16T00:56:56.969Z (over 1 year ago)
- Language: CMake
- Homepage:
- Size: 162 KB
- Stars: 5
- Watchers: 7
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.