The Adapters

Introduction

Adapters transpose Joshfire concepts (UI elements, data sources, ...) to a wide range of devices.

For instance playing a video can be made with the HTML5 <video> element in some browsers, with Flash in older browsers, with Java on Android and with vendor-specific APIs on connected TVs.

Joshfire makes it possible for the application developer to just call the same Video.play(url) function on all devices without caring about implementation details.

Currently supported adapters

Experimental adapters

Future adapters

Joshfire is commited to developing tons of new adapters in the future. A few projects: The rest is up to you! There is a doc to help you develop new adapters.