4 个仓库
Compilation of core logic into libraries for integration into native mobile applications.
Distinct from Mobile Binary Compilation: Focuses on providing a library (SDK) for other apps rather than a standalone binary.
Explore 4 awesome GitHub repositories matching mobile development · Mobile Framework Libraries. Refine with filters or upvote what's useful.
NSFW detection on the client-side via TensorFlow.js
Detects adult content in images on mobile devices using TensorFlow.js for React Native applications.
Lnd is a full implementation of the Lightning Network protocol, functioning as a Bitcoin Layer 2 daemon that manages payment channels and settles transactions on the Bitcoin blockchain. It serves as an off-chain payment processor and a cryptographic wallet manager, enabling the execution of instant, scalable transactions through a network node. The project distinguishes itself through a focus on secure node networking and programmatic control. It provides gRPC and REST API servers for automating payment workflows and utilizes macaroon-based authorization to delegate granular permissions via c
Compiles core logic into libraries via the Go mobile toolchain for integration into mobile apps.
The Go Mobile project is a framework and toolchain that enables Go developers to build native mobile applications for Android and iOS entirely in Go, or to compile Go packages into shared libraries that can be called from existing native mobile apps. It provides a complete set of libraries for handling mobile app lifecycle events, rendering 2D and 3D graphics through OpenGL ES, accessing device sensors like accelerometers and gyroscopes, processing touch and keyboard input, playing audio via OpenAL Soft, and reading bundled application assets. The project distinguishes itself by offering two
Compiles Go code into a shared library that can be called from Java/Kotlin or Objective-C/Swift within an existing native app project.
uniffi-rs is a Rust FFI binding generator and multi-language binding tool. It functions as an automated binding scaffolder that creates type-safe foreign function interfaces and native wrappers for Rust libraries in languages such as Swift, Kotlin, and Python. The project provides a system for cross-language interface definition, allowing functions and data structures to be specified in a shared format to ensure consistent API signatures across platforms. It further serves as an FFI memory management layer, handling object lifetimes and thread safety when sharing state between Rust and foreig
Integrates Rust libraries into iOS and Android apps with automatic memory management and thread safety.