What is Drekkar?

Drekkar is an event bus for sending messages between WebView and embedded JS. Alter ego of Caravel.

Features:

  • Easy, fast and reliable event bus system
  • Multiple bus support
  • Multithreading support
  • WebView ~> JavaScript supported types:
  • Bool
  • Int
  • Float
  • Double
  • String
  • Any list (using types in this list, including maps)
  • Any map (using types in this list, including lists)
  • JavaScript ~> Android supported types:
  • Boolean
  • Int
  • Float (available as a Double)
  • String
  • Array (available as a List)
  • Object (available as a Map)
  • Installation

Overview

  • Pricing: Free
  • Resource Link: https://github.com/coshx/drekkar
  • Resource Maker: Coshx
  • Mobile Platform Destination: Android Apps
  • Mobile Platform Support: Native Android
  • Programming Languages: Java
  • Gradle: com.github.coshx:drekkar:v0.1.1