I was just wondering how many Corona Enterprise subscribers like myself are out there,
it’d be nice to chat and exchange experiences.
So what are you guys doing with it, what motivated you to try Corona Enterprise?
We wanted to start moving our tentacles outside of the Corona bubble and explore how we could overcome some of the plataform’s limitations… We’re currently implementing Android extension file support…
How about you? what did you get Corona Enterprise for and how is your experience going? [import]uid: 79152 topic_id: 32245 reply_id: 332245[/import]
I recently got access to a 30-day trial of the enterprise edition, which very likely will turn into a one year subscription.
I have created a game over a year ago which is constantly getting more downloads, and I wanted to implement iCade support on iOS and Android hardware keyboard support. The game is a retro-platformer and is played via touch controls, but iCade and keyboard would make the “retro experience” more vivid.
I’m currently on the 30 day trial as well. Unfortunately i haven’t really had the time to check out what i can do with it yet, but i will most likely get a years license anyway to fully check it out.
It would be a lot easier to get to grips with initially if there was more supporting documentation, but thats the only negative i can see
Also for some reason i have a test driver tag now… Maybe they don’t have enterprise ones set up yet?
Jamie. [import]uid: 69826 topic_id: 32245 reply_id: 129873[/import]
I recently got access to a 30-day trial of the enterprise edition, which very likely will turn into a one year subscription.
I have created a game over a year ago which is constantly getting more downloads, and I wanted to implement iCade support on iOS and Android hardware keyboard support. The game is a retro-platformer and is played via touch controls, but iCade and keyboard would make the “retro experience” more vivid.
I’m currently on the 30 day trial as well. Unfortunately i haven’t really had the time to check out what i can do with it yet, but i will most likely get a years license anyway to fully check it out.
It would be a lot easier to get to grips with initially if there was more supporting documentation, but thats the only negative i can see
Also for some reason i have a test driver tag now… Maybe they don’t have enterprise ones set up yet?
Jamie. [import]uid: 69826 topic_id: 32245 reply_id: 129873[/import]
I have done native Android but only have basic skills on iOS. I have *no* idea how hard this would be or if it’s even possible. David said it “should” be possible, which makes me wonder.
Some have said I should look to PhoneGap. Although that’s certainly an option - Adding this capability to Corona gives me all the benefits of Corona.
So basically, I’d pay someone a couple hundred bucks to make a project that would use zxing.
It’d need to detect if there’s a camera (easy, native).
If it has the camera - call the zXing library to acquire.
Return the contents of the scan, raw, back to a listener as an event. Success/Fail & Result / Reason
(cancel, etc.)
Then, I could parse the raw output and react accordingly.
This is for a business app, but I also have a game I want to use with this, too. By returning raw data, I can do fun stuff like market my game with QR codes like this:
I have done native Android but only have basic skills on iOS. I have *no* idea how hard this would be or if it’s even possible. David said it “should” be possible, which makes me wonder.
Some have said I should look to PhoneGap. Although that’s certainly an option - Adding this capability to Corona gives me all the benefits of Corona.
So basically, I’d pay someone a couple hundred bucks to make a project that would use zxing.
It’d need to detect if there’s a camera (easy, native).
If it has the camera - call the zXing library to acquire.
Return the contents of the scan, raw, back to a listener as an event. Success/Fail & Result / Reason
(cancel, etc.)
Then, I could parse the raw output and react accordingly.
This is for a business app, but I also have a game I want to use with this, too. By returning raw data, I can do fun stuff like market my game with QR codes like this:
Parse (User session management, storing scores and other data)
Advertising (Video ads work great!)
I found that the best way to learn how to use it was to follow a 3-step process:
Learn how to send a message from Native code to Lua
Learn how to send a message from Lua to Native Code
Learn how to add new native views on top of the Corona display stage
Once you can do those 3 things, you’ve pretty much mastered it all. The example project includes all of these things, so really you just need to figure out which code does what.
Here’s a really useful tip for people using Enterprise and iOS:
It’s much faster to use the Corona simulator to test the project instead of building it in XCode every time, unless we’re specifically working on the native code plugins.
Now we can simultaneously have GameProject/assets loaded in Corona simulator, as well as GameProject/xcode loaded in XCode and both work at the same time and share the same Corona Lua files. Huge timesaver!
Thank you for this valuable information! I’m very encouraged by this.
I’ve done native Android so I’m more familiar with that - but that completely makes sense.
Learn how to talk to Corona.
Learn how to talk from Corona
Learn how to push your view on top Corona’s OpenGL stage.
Parse (User session management, storing scores and other data)
Advertising (Video ads work great!)
I found that the best way to learn how to use it was to follow a 3-step process:
Learn how to send a message from Native code to Lua
Learn how to send a message from Lua to Native Code
Learn how to add new native views on top of the Corona display stage
Once you can do those 3 things, you’ve pretty much mastered it all. The example project includes all of these things, so really you just need to figure out which code does what.
Here’s a really useful tip for people using Enterprise and iOS:
It’s much faster to use the Corona simulator to test the project instead of building it in XCode every time, unless we’re specifically working on the native code plugins.
Now we can simultaneously have GameProject/assets loaded in Corona simulator, as well as GameProject/xcode loaded in XCode and both work at the same time and share the same Corona Lua files. Huge timesaver!
Thank you for this valuable information! I’m very encouraged by this.
I’ve done native Android so I’m more familiar with that - but that completely makes sense.
Learn how to talk to Corona.
Learn how to talk from Corona
Learn how to push your view on top Corona’s OpenGL stage.