Is there any chart library working both on iphone and android applications? [closed] - iphone

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I need to develop an application on both iphone and android which have to support chart plots.
(Or perhaps a similar chart library for ios/android platforms.)
Or what do you recommend?
Thanks

Your best bet is a pure javascript charting library like Flot.
I've seen plenty of flot tutorials for Android, and according to this link flot works fine on iphone except for the mouseover events.

If your app will work only online you can use this:
http://code.google.com/apis/chart/

Please try this one for iOS:
https://github.com/danielgindi/ios-charts
It is inspired by an Android library called MPAndroidChart.

I recommend looking into building the application using Adobe AIR.

Related

Codename One Pubnub alternatives CN1lib [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I am looking for Pubnub alternatives in Codename One for real time communication. Are there available cn1libs for Pusher for example? If there is not one, is it possible to write a cn1lib using the existing Android and iOS libraries for Pusher?
I really like pubnub and it has a pretty generous free tier but these sort of discussions are discouraged on stackoverflow so I'll answer the question of "Is it possible to write a cn1lib using the existing Android/iOS libraries of an SDK?"
Yes. We even have a tutorial on doing this in the developer guide here. Steve also made some videos covering the subject here.
We have not explicitly tried our Ably realtime client libraries with Codename One, however they are built with portable Java and should therefore work. We are a very appealing alternative to PubNub and Pusher.
Matt, co-founder of Ably: simply better realtime

Need help to create a Photo sharing Windows Universal app, which API should I use to change photo's effect [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I need to create a UWP app like Instagram, so I have to find a way to change Photo's effect easily, does anyone have recommended library to make it works in UWP? Should I use the underlying API?
Lumia Imaging SDK should be what you need, it gives us access to a powerful library of exciting image-manipulation tools for Windows and Windows Phone devices. Designed from the ground up with performance and a low-memory footprint in mind, the Imaging SDK 3.0 makes editing high-resolution images swift and engaging. See this page: https://dev.windows.com/en-us/featured/lumia
Imaging SDK documentation: https://msdn.microsoft.com/en-us/library/mt598502.aspx
The Sample projects can be found in Lumia Imaging SDK Git repository: https://github.com/Microsoft/Lumia-Imaging-SDK#samples

Is Siri SDK available? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Because of some rumor i'm searching for the Siri API for integrating it to my app.
So, please help me about it.
What this rumor is true or just a rumor.
Is there any trust able API which is serve features like Siri.
Thanks...
The Siri SDK has not yet been made available. It would be a very nice addition, though.
Finally, SiriKit has been released with iOS 10!
However, as a very new feature, only around 7 types of Applications can make use of the API.
I have a YouTube video about how to create a simple Messaging Application using SiriKit: https://www.youtube.com/watch?v=OknS0zecnFU
Rumors continue to say it's coming, now with iWatch adding fuel.
While there is no Siri SDK right now, Nuance does have one (Dragon Mobile). They are the folks behind Dragon NaturallySpeaking and may even be the folks behind Siri.
Here's a link to their SDK,
and a pretty complete tutorial for putting it in an IOS app
There are several other voice recognition libraries, including free ones like openears.

How do I create animated charts on iOS? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Is there a good third party framework available for creating animated charts and graphs on iPhone or iPad?
I'm looking to do something similar to what FusionCharts provides. How could I achieve this?
You can actually use FusionCharts from your iOS project with a webView to render the charts.
Take a look at this: http://www.fusioncharts.com/labs/iOS/FusionCharts_iOS_Nov2011.zip
Also, another very good library (free!) to work with JSON, JS, web services, etc is DHTMLX Touch: http://www.dhtmlx.com/touch/.
Good luck!
UPDATE: I just found this framework: http://www.shinobicontrols.com/
Native API for iOS. Amazing performance.
hey this will be helpful core Plot
There are several commercial tools for iOS charting, some of which have interactive features.
ShinobiControls - which has many interactive features as shown in this video.
www.threedgraphics.com
iPhone Charting Library for iPhone Objective-C
Full Disclosure - I work for Scott Logic, which is the parent company of ShinobiControls
You can try a POC sample created using FusionCharts from http://www.fusioncharts.com/labs/iOS/FusionCharts_iOS_Nov2011.zip.
SwiftCharts has many animated examples and allows to create custom views/animations as well.
(Disclosure: I'm the author)

Mobile Application technologies information [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I am new to mobile application technologies....
We are developing applications for iPhone/android/blackberry/windows mobile.
I need any PPTs of any PDF books that explain our team about
a General mobile application architecture, trends etc..
Do any one have any reference..
Please help me!
Thanks in advance!
For android, you can refer my this answer, here you get all the STUFFs regarding Android
https://stackoverflow.com/questions/3211193/how-to-learn-developing-android-applications/3211803#3211803
And yes, you may also refer this Website lists related to Android STUFFs...
https://stackoverflow.com/questions/3405695/importantuseful-websites-for-the-android-related-stuff
The answer of this question could be very big but below are few stackoverflow questions which a developer can always refer to start development on different mobile platform.
For iPhone - https://stackoverflow.com/questions/1939/how-to-articles-for-iphone-development-objective-c/3820926#3820926
For Blackberry - Blackberry User Interface Design - Customizable UI?
For Android - https://stackoverflow.com/questions/3405695/importantuseful-websites-for-the-android-related-stuff
Programming the mobile web » from oreilly is really good book.