Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pavel-durov/codeproject---an-introduction-to-android-ndk
This tutorial will not cover an NDK installation/configuration on your machine. Instead, it will explain how to set up the very basic integration between Java and NDK using simple “Hello World” example.
https://github.com/pavel-durov/codeproject---an-introduction-to-android-ndk
Last synced: 19 days ago
JSON representation
This tutorial will not cover an NDK installation/configuration on your machine. Instead, it will explain how to set up the very basic integration between Java and NDK using simple “Hello World” example.
- Host: GitHub
- URL: https://github.com/pavel-durov/codeproject---an-introduction-to-android-ndk
- Owner: Pavel-Durov
- Created: 2015-07-11T07:00:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-11T07:06:19.000Z (over 9 years ago)
- Last Synced: 2024-12-06T21:32:29.972Z (30 days ago)
- Language: Java
- Size: 2.36 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository contains sample project for my article posted on CodeProject:
http://www.codeproject.com/Articles/824711/An-Introduction-to-android-NDK# CodeProject---An-Introduction-to-android-NDK
This tutorial will not cover an NDK installation/configuration on your machine. Instead, it will explain how to set up the very basic integration between Java and NDK using simple “Hello World” example.