Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Hi I recently created an offline application with mixare. I made it with the use of plugins. The project can be found here: <a href="https://github.com/abduegal/Arena-mixare" rel="nofollow">https://github.com/abduegal/Arena-mixare</a></p> <p>Along with some documentation on how to use plug-ins: <a href="https://github.com/abduegal/mixare/wiki" rel="nofollow">https://github.com/abduegal/mixare/wiki</a></p> <p>What I basically did was creating a launcher of mixare and bundle it with some plugins. I overrided some functions of mixare in my plugin's and by doing that I was able to create an offline version. </p> <hr> <p>The OfflineConverter converts an online datasource to an offline datasource: <a href="https://github.com/abduegal/Arena-mixare/blob/master/src/org/mixare/plugin/util/OfflineConverter.java" rel="nofollow">https://github.com/abduegal/Arena-mixare/blob/master/src/org/mixare/plugin/util/OfflineConverter.java</a> <strong>Note</strong> that it is not able to convert audio and video markers.</p> <p>And the offline capable marker <a href="https://github.com/abduegal/Arena-mixare/blob/master/src/org/mixare/plugin/OfflineCapableImageMarker.java" rel="nofollow">https://github.com/abduegal/Arena-mixare/blob/master/src/org/mixare/plugin/OfflineCapableImageMarker.java</a> is a plugin that overrides the default marker and opens an activity dialog instead of an webview. </p> <p>You could also join the mixare google group and ask for help if neccesary. You will get faster responses there.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload