Use bump in Phonegap (Cordova) - ios

Is there any way to integrate the Bump SDK into PhoneGap (Cordova) for iOS/Android? If anyone has any suggestions on where to start I would appreciate it. I'm thinking I may have download the bump SDK and create a plugin to somehow Interface with the JS Script? Has anyone done similar previously?
Cheers,
Matt.

Yes, you will need to write a plugin in order to integrate Bump.
http://docs.phonegap.com/en/2.1.0/guide_plugin-development_index.md.html#Plugin%20Development%20Guide

Related

Native code + Phonegap Building in website

Native code can be added using a plugin in Cordova/Phonegap.
But is it possible to build the app with the plugin via the Adobe Phonegap Build site?
You can. You must contribute the plugin to the community and then you can use it.
This should help Contributing Plugins

Can I develop OpenCV for Android without NDK?

So I am developing using intelij and am having trouble setting up the NDK. I have looked for help online and searched other stack overflow questions but I cant seem to find anything helpful.
I know you can do somethings in opencv without the android NDK as I have managed to get some of the sample projects wokring but not all of them (assuming the ones that require the NDK).
So I was wondering what are the limitations to using opencv for android without the NDK.
and if anyone has any links or guidance on how to setup the ndk for intellij would be much appreciated.
ANSWER
so finally figured it out!
You need the NDK for any native application bits, from what I have gathered this is recommended as the native camera features work faster and are more accurate, mainly because opencv was originally developed in c/c++.
Installing and setting up the NDK is really straight forward.
I managed to do it in around 20 seconds after reading this link =)
NOTE: I am using intellij and ubuntu and it worked (although it says 4 eclipse works for intellij too!)
How to install and Build NDK with eclipse?

Would be possible to create your own "PhoneGap Cloud Builder" with the OpenSource version?

We know there is the PhoneGap Cloud Builder. Essentially, they compile your app in their own servers using PhoneGap.
Would be possible to build our own "Phonegap cloud builder" using the community version ? ,
I´m talking about technical feasibility.
Yes, it is more than feasible. Besides the build.phonegap.com site there are others who've done the same thing like:
http://www.icenium.com/

What is new in version 1.5 of the BlackBerry Plugin for Eclipse?

I have searched the BlackBerry website and developer forum for any details about this new version of the plugin but details are non-existent. Can someone who's done the upgrade shed some light on whether it's worth upgrading?
http://docs.blackberry.com/en/developers/deliverables/35148/BlackBerry_Java_Plug-in_for_Eclipse-Release_Notes--1884636-1018081901-001-1.5-US.pdf
That seems to be what you're looking for.

Can anyone recommend good Flex 4(.5) Mobile iOS/iPhone/iPad styled Components?

Can anyone recommend good library with components or skins for existing components that would mimic iOS/iPad style for Flex 4.5 Mobile Application project please?
Thanks in advance.
Look here:
http://code.google.com/p/flexpad/
Note sure about components, but here is a mobile IOS theme: http://blogs.adobe.com/jasonsj/2011/06/ios-theme-for-flex-mobile-projects-proof-of-concept.html
FlexPad is related to MAC/PC projects
for mobile application project better look on FlexPadMobile http://code.google.com/p/flexpadmobile/

Resources