Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 2 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.

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.