Skip to content

rbubke/gwtphonegap-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

gwtphonegap-plugins

This repository will wrap phonegap plugins to use with GWT (Google WebToolkit) and gwt-phonegap.

HOWTO

In your module xml inherit following modules:

Instantiate the plugin with GWT.create();

Use it like it's described in the plugin interface:

For instance:

Facebook facebook = GWT.create(Facebook.class); facebook.init(...); ...

PLANNED PLUGINS

  • PUSH-PLUGIN

You are welcome to introduce your own wrappers. Welcome are all plugins supported by phonegap-build.

About

This repository will wrap phonegap plugins to use with gwt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages