Building a great tech team takes more than a paycheck. Zero payroll costs, get AI-driven insights to retain best talent, and delight them with amazing local benefits. 100% free and compliant. Learn more →
Ndk-samples Alternatives
Similar projects and alternatives to ndk-samples
-
android-native-egl-example
Sample that shows how to combine native rendering with Java UI on Android
-
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
Uber Apk Signer
A cli tool that helps signing and zip aligning single or multiple Android application packages (APKs) with either debug or provided release certificates. It supports v1, v2 and v3 Android signing scheme has an embedded debug keystore and auto verifies after signing.
-
-
htmltopdf-java
An HTML to PDF conversion library written in Java, based on wkhtmltopdf.
-
Skia
Skia is a complete 2D graphic library for drawing Text, Geometries, and Images.
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
rawdrawandroid
Build android apps without any java, entirely in C and Make
-
bttv
A mod of the Twitch Android Mobile App adding BetterTTV, FrankerFaceZ and 7TV emotes
-
nuklear
This project provides Go bindings for nuklear.h — a small ANSI C GUI library. (by golang-ui)
-
-
-
Introducing .NET Multi-platform App UI (MAUI)
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
-
Avalonia
Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET Foundation community project.
-
Uno Platform
Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported.
-
-
-
Killed by Google
Part guillotine, part graveyard for Google's doomed apps, services, and hardware.
-
discussions-and-proposals
Discussions and proposal related to the main React Native project
-
-
Revelo Payroll
Free Global Payroll designed for tech teams. Building a great tech team takes more than a paycheck. Zero payroll costs, get AI-driven insights to retain best talent, and delight them with amazing local benefits. 100% free and compliant.
ndk-samples reviews and mentions
-
C/C++ or Go
https://developer.android.com/ndk. Java/Kotlin for the rest.
I think he's referring to this - https://developer.android.com/ndk
- But guys, if you had to choose?.....
-
How can I use K/N with C++?
cinterop is only for Kotlin/Native, where the whole application gets compiled to native code. If the target is Android, you want to use Native Development Kit (https://developer.android.com/ndk) instead.
-
Build Android apps without an Android SDK using PicoLisp
It's a little convoluted since the app does still fork from the zygote with ART in there, but they added an entire layer of APIs so you can jump right in from C++. Here's a sample https://github.com/android/ndk-samples/blob/master/native-ac...
-
Uno platform: build single-codebase applications across all platforms
I'm not sure I would say Java is native on Android. Sure, most Android apps run on the JVM, but it's not strictly necessary. Google has even released a Native Development Kit that lets you write code in C/C++.
-
What Made Golang So Popular? The Language’s Creators Look Back
> Android is C/C++
It really isn't, and frankly this sort of comment makes it quite clear how uninformed you need to be to make this sort of claim. I mean, even the Android NDK specifies quite clearly in its own description that it's only designed to offload parts of an Android app to C++.
https://developer.android.com/ndk
In the Android projects I worked, the Android NDK was only used to implement small performant components that sat on the hot path, such as image processing work. Even so, the experience was not exactly on the happy path.
> I stand my point, the JVM is not the right tool to build components for Kubernetes because Kubernetes needs lots of small service running everywhere, running those in the JVM would have resulted in large memory consumption.
This personal assertion has no bearing in the real world. Not only do we have high frequency trading apps developed in Java but you're also succumbing to absurd beliefs that you get architectural wins for free by switching the programming language.
-
Create high-performance graphics with React Native Skia
Setting up our project in Android can be a bit complex if you’re not familiar with the environment. Because most of the graphic rendering logic for React Native Skia is written in C++, we will need something known as NDK (Android Native Development Kit) for the communication between Java code and C++ code.
-
How to Implement Android QR Scanner with NDK Camera2 API
The NDK sample repository provides a crash course for NDK development. Let's take a glimpse of the camera2 samples.
-
LinusTechTips: First Linux Stream
You can write native code for Android, so it can vary depending on the app. Like ever do custom roms and gapps? They've got different installs for 32-bit, 64-bit arm and x86
-
A note from our sponsor - Revelo Payroll
try.revelo.com | 3 Oct 2023
Stats
android/ndk-samples is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of ndk-samples is C++.