crossmob / CrossMobile

Create native iOS, Android, Windows Phone and Desktop applications in Java. Write it once, and produce sophisticated multiplatform applications.
GNU Lesser General Public License v3.0
51 stars 14 forks source link

Request information #13

Open beyons opened 1 year ago

beyons commented 1 year ago

Hello, i have a question about creation a plugin template. when i create a plugin template how can i use it in in my application because i would like create a specific plugin and i would like use it only in android and i see in plugin template i can create code for android , ios , desktop but i don't have any idea how can i use plugin in my application

Thank u

beyons commented 1 year ago

and for the new version of crossmobile not yet ready ?

teras commented 1 year ago

On both your comments you are right.

About creating a plugin: indeed there are only some demo projects and not clear documentation. To use it, you have to build the plugin and then add this plugin into CrossMobile manager itself. From the plugin project, go to "Pack" and either install it or create a distribution package. Then on any project you'll be able to add this plugin in "Plugins", the plus sign and then go to the "Use a CrossMobile Plugin", section "user"

About new release, of course you can create it from source yourself, but if you want a proper release, I believe you're right. It's time to release it. Expect a new release soon.