awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
wendux avatar

wendux/DSBridge-Android

0
View on GitHub↗
3,878 stars·649 forks·Java·17 views

DSBridge Android

DSBridge-Android is a communication framework and JavaScript bridge for Android that enables bidirectional function calls and data exchange between native Android code and web views. It serves as an integration tool for hybrid applications, providing a system to orchestrate synchronous and asynchronous messaging between the native mobile environment and web-based interfaces.

The project distinguishes itself through a namespace-based method dispatching system that uses dot-notation to organize functions into hierarchical groups, preventing naming conflicts. It also includes a cross-layer debugging tool that captures native exceptions and surfaces them as visual alerts within the web view to simplify the identification of crashes.

The framework covers a broad set of capabilities including native-to-web interface mapping, the ability to stream multiple sequential data updates from native functions to JavaScript, and the interception of web view lifecycle events. Additionally, it provides tools to override and customize the behavior and appearance of standard JavaScript alert, confirm, and prompt dialogs.

Features

  • Hybrid App Development - Implements a bidirectional communication bridge for orchestrating synchronous and asynchronous messaging between Android and web interfaces.
  • Bidirectional RPC Bridges - Provides a bidirectional communication layer mapping JavaScript function calls to native methods and vice versa.
  • Native Object Registrations - Allows the registration of JavaScript functions and objects so they can be triggered by the native Android environment.
  • WebView Integration Utilities - Provides utilities for managing WebView lifecycles and customizing standard browser dialog behaviors within Android apps.
  • JavaScript Bridges - Provides a communication layer for bidirectional function calls and data exchange between native Android code and JavaScript web views.
  • JavaScript Function Invocations - Enables native Android code to trigger specific JavaScript functions and receive return values through a defined handler.
  • JavaScript-to-Native Bridges - Exposes native Android methods to JavaScript scripts and triggers web functions from the native layer.
  • Native Function Exposers - Exposes native Android methods to the JavaScript environment for both synchronous and asynchronous execution.
  • Asynchronous Execution Models - Supports immediate return values for simple requests and callback-based responses for long-running native tasks.
  • Native WebView Integrations - Connects native Android code with web-based interfaces to allow bidirectional communication and shared data exchange.
  • Native Method Mappings - Registers specific JavaScript objects and functions as callable endpoints for the native Android environment.
  • Native-to-JS Data Streaming - Allows a native function to send multiple sequential data updates to a single JavaScript call before completing the request.
  • Cross-Layer Debugging Tools - Identifies and resolves communication errors between native code and web views using visual alerts and exception tracking.
  • Hybrid Application Debugging Toolsets - Offers specialized tools to capture native exceptions and bridge traffic as visual alerts for debugging hybrid applications.
  • Hierarchical Method Dispatching - Routes function calls through hierarchical dot-notation strings to isolate groups of methods and avoid naming conflicts.
  • Namespace Organization - Implements a system to organize native functions into hierarchical namespaces using dot notation to prevent naming conflicts.
  • Native API Orchestration - Organizes native functions into namespaces to manage complex interfaces and prevent naming conflicts in hybrid apps.
  • Cross-Layer Error Visualization - Captures native code crashes and exceptions and surfaces them as visual alerts within the web view.
  • Incremental Bridge Streaming - Allows a single native function call to send multiple sequential data updates back to a JavaScript listener.
  • Web View Integration - 目前地球上最好的IOS及Android javascript bridge

Star history

Star history chart for wendux/dsbridge-androidStar history chart for wendux/dsbridge-android

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does wendux/dsbridge-android do?

DSBridge-Android is a communication framework and JavaScript bridge for Android that enables bidirectional function calls and data exchange between native Android code and web views. It serves as an integration tool for hybrid applications, providing a system to orchestrate synchronous and asynchronous messaging between the native mobile environment and web-based interfaces.

What are the main features of wendux/dsbridge-android?

The main features of wendux/dsbridge-android are: Hybrid App Development, Bidirectional RPC Bridges, Native Object Registrations, WebView Integration Utilities, JavaScript Bridges, JavaScript Function Invocations, JavaScript-to-Native Bridges, Native Function Exposers.

Which projects share features with wendux/dsbridge-android?

Projects with overlapping indexed features include: marcuswestin/webviewjavascriptbridge — WebViewJavascriptBridge is a communication layer for sending bidirectional messages between native Objective-C code… happydog-intj/jsbridge — JsBridge is a bidirectional communication layer for Android that synchronizes data and triggers actions between a… pedant/safe-java-js-webview-bridge — This library provides a secure communication bridge for Android applications, enabling interaction between native Java… apache/cordova-android — This project is an Android hybrid mobile framework that enables the development of applications running web content… apache/incubator-weex — Incubator-weex is a cross-platform mobile framework used to build user interfaces that run across different operating… hashicorp/go-plugin — go-plugin is a framework for implementing plugin architectures where extensions run as separate processes and…

Projects sharing features with DSBridge Android

These projects share indexed features with DSBridge Android. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • marcuswestin/webviewjavascriptbridgemarcuswestin avatar

    marcuswestin/WebViewJavascriptBridge

    14,321View on GitHub↗

    WebViewJavascriptBridge is a communication layer for sending bidirectional messages between native Objective-C code and JavaScript within iOS and macOS web views. It serves as an interoperability toolkit for synchronizing data and executing callbacks between native Apple platform applications and their embedded web content. The project provides a messaging interface that exposes native functions to the web environment and triggers JavaScript handlers from native application code. It enables the registration of named handlers in native code that can be invoked by JavaScript to request device a

    Objective-C
    View on GitHub↗14,321
  • happydog-intj/jsbridgehappydog-intj avatar

    happydog-intj/JsBridge

    9,912View on GitHub↗

    JsBridge is a bidirectional communication layer for Android that synchronizes data and triggers actions between a native Java application and an embedded web view. It serves as an interface for calling Java methods from JavaScript and executing JavaScript functions from native Android code. The project features an asynchronous bridge queue that stores pending function calls in a readiness buffer, ensuring requests are executed only after the connection between the native and web environments is stable. It utilizes callback identifier mapping to route asynchronous native responses back to the

    Java
    View on GitHub↗9,912
  • pedant/safe-java-js-webview-bridgepedant avatar

    pedant/safe-java-js-webview-bridge

    2,415View on GitHub↗

    This library provides a secure communication bridge for Android applications, enabling interaction between native Java code and web-based JavaScript interfaces within a WebView. It facilitates the invocation of native system methods from web scripts and manages the exchange of data across the language boundary. The framework utilizes a prompt-based interception layer to validate method signatures before execution, ensuring that only authorized native code is triggered. It supports complex data exchange through structured serialization and provides a mechanism for mapping native methods to web

    JavaScript
    View on GitHub↗2,415
  • apache/cordova-androidapache avatar

    apache/cordova-android

    3,786View on GitHub↗

    This project is an Android hybrid mobile framework that enables the development of applications running web content inside a native Android container. It functions as a cross-platform build system that packages shared web assets into native binaries, allowing developers to access device hardware and system APIs via JavaScript. The framework utilizes a native device API bridge and a plugin architecture to expose hardware sensors and system-level functionality not available through standard browser interfaces. It employs a manifest-driven orchestration system to manage application metadata, bra

    JavaScript
    View on GitHub↗3,786
  • Compare all 30 related projects→