Flurry on Blackberry 10 - blackberry-10

is it possible to use Flurry Blackberry SDK on Blackberry 10?
Flurry SDK:
http://support.flurry.com/index.php?title=Analytics/GettingStarted/TechnicalQuickStart/Blackberry

Update: Flurry now appears to support BB10.
No, Flurry seems to be only for BB 5, 6 and 7 (the Java BlackBerry's).
For BB10, the only analytics that I know of, is Count.ly, for which I (shameless plug) wrote the BB10 SDK for Cascades. You can also use it from QML.
Count.ly is Open Source. You can use their hosted service, or you can run your own Count.ly server. It's excellent.

Related

How can implement Flurry Analytics for Samsung Tizen TV?

I googled for Flurry Analytics but I didn't find any SDK for Tizen TV.
Please tell me that Flurry Analytics SDK is available for Tizen TV?
If SDK is not available then please suggest me is there any way to implement it by custom?
For Tizen, there is no available SDK like Flurry Analytics.
What do you want to do? Do you want to get the report for your apps? or, want to make SDKs for Tizen Apps?
Tizen TV currently supports Web applications developed using javascript only. After research on flurry documentation webpage, I didn't find any information about javascript-only integration.
I think that in this situation the only solution is to use some other analytics framework which has 'pure js' support. analytics.js seem to be some possibility after quick research.

Nokia S40 Application Development

I am an Android Developer. I want to develop apps for my Nokia c2-00 phone. I dont know anything about nokia application but i am very interested to do apps. So friends can any one guide me from where i start reading for applications development and also suggest me important links for the source codes as well.
Friends let me clarify
1) In which language apps will be developed.
2) which IDE can be used for application development.
3) which database can be used to store data.
Thanks in Advance
Please check here for Series 40 app development: http://www.developer.nokia.com/Develop/Series_40/
Here's about Series 40 Java development tools, for example Eclipse : http://www.developer.nokia.com/Develop/Java/Tools/
Check also Nokia developer discussion boards and Wiki for additional information
I hope this takes you forward!
EDIT:
By now the developer resources have moved to: http://developers.apps.opera.com/
While at first it looks if it was targeted for "Nokia Asha" and "Nokia X" you can still find the "classic" contents, such as:
Series 40 SDK
Nokia SDK 1.1 for Java
Nokia SDK 2.0 for Java
This page can provide all the getting started information you may need

Is it possible to convert iphone application to Windows Phone 7 application

Is it possible to convert iphone application which is build using Xcode to Windows Phone 7 application which is build using C#.?
Or is there any tool to convert.?
Can we build an application in HTML5 and deploy it on windows Phone 7.?
Thanks in advance for your help.
Best Regards,
Krishna
As others have mentioned, there are cross platform development tools available, including tools from http://phonegap.com/, http://www.madewithmarmalade.com/ and http://www.xamarin.com. These are great solutions if you want to start on a greenfield project, or if you are embarking on a major new version across all platforms.
If you want/need to port an existing Objective-C app, however, then I don't believe there are any tools available for you. One thing that may helps is that Microsoft have produced some useful "how do I port" guides for iOS, for Android and for Qt - see:
http://wp7mapping.interoperabilitybridges.com/Library?source=iPhone
http://windowsphone.interoperabilitybridges.com/media/1254/wp7%20dev%20guide%20for%20iphone%20app%20developers.pdf
It is not Possible to Convert the iphone sdk application which is written in objective c to C#.
But using Monotouch http://xamarin.com/monotouch ,you can write code in C# which will be compatible for iPhone and can use it for other platForms also.
use PhoneGap library to build your App/Product
ship it with multiple environment
it is javascript library
PhoneGap

Facebook API for Mac Application

I'm developing a Mac application to share the files (video, images) to Facebook using the Facebook API.
In the Facebook SDKs & Tools, I can find only iOS SDK (iPhone & iPad), but not the one specific for Mac application. Does it mean we've to use the iOS SDK for the Mac apps too? If so how can I make use of iOS SDK in Mac application? Actually I tried to use iOS, but it was not successful, and not only that even I had to re-install frameworks which I was using for some other purposes too. The error was related to NSString.
Can anyone advise me in integrating the Facebook API for my Mac application?
There is one sample code written by someone.I've seen on internet. Here you go
http://developer.casgrain.com/?p=107

Eclipse: one PhoneGap project for iPhone and Android?

I'm trying out PhoneGap, so I followed the instructions to create an Android Project in Eclipse.
But now I'm wondering how I can use this same code for building an iPhone app.
Is there something like a hybrid project in Eclipse!?
UPDATE:
I realize now that it's not possible to use PhoneGap on Windows to develop iPhone apps? That's too bad... is there any way to use PhoneGap on Windows to compile for iOS ??
In theory PhoneGap build should allow iPhone development on Windows.
However Nitobi was bought out by Adobe (PhoneGap:Build service may have changed), and you may still need iOS to upload your app (might be able to get around with a jailbroken iOS?!).
A dodgy solution could be to install OSX in a vbox virtual machine :)
No, there is no way to develop iPhone app on Windows using PhoneGap or Titanium.
Because they need iPhone SDK and Android SDK on back-end, which is not possible on windows environment. However you can make both apps on iOS simulations.