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

Leave a Reply