How to use a native code in corona sdk?
hi am stuck in how to use native code of android in corona.any one explain how to attach native code step by step...
thank u
I don't know step by step because I don't have Corona Enterprise.
And to do that you need Corona Enterprise...
But Corona Enterprise works basically as a sort of native API too that you link against your native app, and to use native things inside Corona Enterprise you would code the native code version of it, make a lua binding and call from inside Corona.
http://docs.coronalabs.com/native/index.html, you need to buy the corona enterprise edition for using native Api coding : https://coronalabs.com/pricing/
Related
I'm working on a proof of concept for work and am trying to recreate a portion of our current iOS app in react-native. I've been doing a lot of research and have only found ways to use Google Maps in react-native for iOS. My company uses Here maps so I'm wondering if anyone has found a way to implement them in React Native?
Or at least know why they can't currently be implemented.
HERE maps does not have any react native bindings. You will need to write a react binding to the HERE maps APIs yourself.
We are developing iOS app in Xamarin and we have one requirement to integrate O365 Skype integration. I can see there is SDK available for iOS native but couldn't find anything for Xamarin.iOS. Anyone please help me out.
What you look for is called a iOS library binding.
If someone already created it and made open-source you can look for it. If not - it is necessary to you to do a binding.
Please see reference https://developer.xamarin.com/guides/ios/advanced_topics/binding_objective-c/ about ios libraries bindings.
Does Corona SDK support NFR and if so can someone point me to a resource?
I want a simple way to share data with another device running the same APP in close proximity?
Thanks
Corona now supports NFC via third-party plugins.
https://marketplace.coronalabs.com/plugin/nfc
I have a barcode scanner device and its SDK for native iOS. I have delegates for all the events for the device and its working fine. But I have to create an application in Ruby to access the external accessary. If any one know how to write Ruby to objective-c bridge, please share few tips.
Thanks in Advance
Have you looked at the RubyMotion project?
It's designed to work with Ruby and iOS.
http://www.rubymotion.com/
How to use admob ads in corona apps?.i develop a game its totally free .so descried to integrate admob ads to my app?.and give example code to me
Now Carona allows you to implement ads and is not so hard. No Pro or Enterprise needed.
Here is an example:
corona-admob-example
You need to buy Corona Enterprise and attach it on the native code.
Since I don't own Corona Enterprise I cannot give you example code.
Now The AdMob plugin offers easy integration of AdMob ads with Corona Application . You can find the Plugin official documentation here
https://docs.coronalabs.com/plugin/ads-admob-v2/
For detail tutorial for Understanding the Corona ad system please check this link
https://coronalabs.com/blog/2014/07/15/tutorial-implementing-admob-v2/
If you want to use multiple Ad Networks , Here is detailed official tutorial
https://coronalabs.com/blog/2013/11/19/tutorial-using-multiple-ad-networks/
And for the Sample Code of Corona Application with Sample Admob Plugin code
https://github.com/coronalabs/plugins-sample-ads-admob
Keep Coding