All Projects → Suvitruf → Android Ndk

Suvitruf / Android Ndk

Туториалы и примеры использования Android ndk.

Programming Languages

java
68154 projects - #9 most used programming language
c
50402 projects - #5 most used programming language
cpp
1120 projects

Projects that are alternatives of or similar to Android Ndk

Mwengine
Audio engine and DSP for Android, written in C++ providing low latency performance in a musical context, supporting both OpenSL and AAudio.
Stars: ✭ 190 (+427.78%)
Mutual labels:  android-ndk
gooid
Go bindings for Android NDK
Stars: ✭ 48 (+33.33%)
Mutual labels:  android-ndk
Hp Socket
High Performance TCP/UDP/HTTP Communication Component
Stars: ✭ 4,420 (+12177.78%)
Mutual labels:  android-ndk
Relinker
A robust native library loader for Android.
Stars: ✭ 2,612 (+7155.56%)
Mutual labels:  android-ndk
android tflite
GPU Accelerated TensorFlow Lite applications on Android NDK. Higher accuracy face detection, Age and gender estimation, Human pose estimation, Artistic style transfer
Stars: ✭ 105 (+191.67%)
Mutual labels:  android-ndk
native-libandroidthings
NDK library for exposing Peripheral I/O APIs in C/C++
Stars: ✭ 28 (-22.22%)
Mutual labels:  android-ndk
Face Swap Android
Realtime Face Swap Android NDK app full source code. Developed with OpenCV (http://opencv.org) and Dlib C++ (http://dlib.net).
Stars: ✭ 111 (+208.33%)
Mutual labels:  android-ndk
Pjproject
PJSIP project
Stars: ✭ 786 (+2083.33%)
Mutual labels:  android-ndk
Inimesed
An Android app that lets you search your contacts by voice. Internet not required. Based on Pocketsphinx. Uses Estonian acoustic models.
Stars: ✭ 65 (+80.56%)
Mutual labels:  android-ndk
BlowTorch
A tool for playing text based adventure games that communicate over Telnet. Features include simple alias replacement, triggers, timers, custom speedwalks, xterm256 color support, lua scripting, plugins and miniwindows.
Stars: ✭ 20 (-44.44%)
Mutual labels:  android-ndk
Jackknife
⚔️ 金轮法王,哦不,是轮子大师带你玩转Android,是时候尝试下MVVM了。这是一个Android应用开发全家桶库,支持Kotlin+MVVM+Dagger2+Retrofit架构。
Stars: ✭ 215 (+497.22%)
Mutual labels:  android-ndk
android-gcc-toolchain
Enable you to use NDK's standalone toolchain easily, quickly and magically for cross-compile
Stars: ✭ 49 (+36.11%)
Mutual labels:  android-ndk
dlib-for-android
Compile and embed Dlib in your Android projects with ease.
Stars: ✭ 33 (-8.33%)
Mutual labels:  android-ndk
Android Ndk Rs
Rust bindings to the Android NDK
Stars: ✭ 200 (+455.56%)
Mutual labels:  android-ndk
Vulkan
Vulkan API bindings for Go programming language
Stars: ✭ 559 (+1452.78%)
Mutual labels:  android-ndk
Ffmpeg Android
FFmpeg for Android compiled with x264, libass, fontconfig, freetype, fribidi and lame (Supports Android 4.1+)
Stars: ✭ 1,554 (+4216.67%)
Mutual labels:  android-ndk
GTKAndroid
GTK+Android
Stars: ✭ 73 (+102.78%)
Mutual labels:  android-ndk
Lxc For Android 7.1.2
The repository contains the lxc and related tools/packages for Android 7.1.2, build scripts are provide for compiling lxc with Android standalone NDK.
Stars: ✭ 31 (-13.89%)
Mutual labels:  android-ndk
Gainput
Cross-platform C++ input library supporting gamepads, keyboard, mouse, touch
Stars: ✭ 636 (+1666.67%)
Mutual labels:  android-ndk
flutter native opencv
Using OpenCV natively in C++ in a Flutter app with Dart FFI
Stars: ✭ 104 (+188.89%)
Mutual labels:  android-ndk

Android-ndk

Туториалы и примеры использования Android ndk.

Урок 1.

Использование нативного кода, написанного на C или С++ — это тема, которую многие разработчики не затрагивают вовсе. Но порой использование C++ в приложениях намного упрощает/ускоряет разработку. В этой статье будут рассмотрены основные принципы работы с native кодом.

http://suvitruf.ru/2013/02/02/2982/

Урок 2.

В прошлой статье кратко рассмотрел Android NDK, показал как вызывать нативные методы из Java. Разумным продолжением той статьи будет описание того, как вызвать Java методы из C++.

http://suvitruf.ru/2013/03/03/3081/

Урок 3.

В прошлых статьях показал, как вызвать C++ методы из Java и вызвать Java методы из C++. В данной статье покажу, как обратиться к ресурсам приложения из C++, используя AAssetManager из ndk.

http://suvitruf.ru/2013/03/06/3110/

Урок 4.

Основы Android NDK на примере работы с OpenAL. Чтение и проигрывание WAV и Ogg файлов.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].