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

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

Related

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.

Looking for "portability oriented mobile application development" learning resource? [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 1 year ago.
Improve this question
G'Day Developers,
I am about to hook my self into developing application for iOS platform, However my clients have no idea how to develop on iOS but they are familiar with Android and Windows mobile platform. So they insist me to develop their application in iOS in such a way that they can follow some of the fundamental ideas and start their project for Android and Windows later on.
Long story short : Is there any set of guidelines which can help me to produce design models and codes which later can be used in other platforms(...not syntactically but semantically...)?
Thank you for any input,
Well the easiest way to do portable applications is to web applications (e.g. html5).
Then there are a number of packages on the market that allow you to access the hardware on the phone which you can use in your web application. These packages would then contain the device specific code allowing your application to stay portable.
Example of such a package is sencha but there are many more.

Is there any chart library working both on iphone and android applications? [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 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.

IPhone apps for a programmer to increase productivity [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 am looking for mobile apps that will help me be more productive and be all around more useful as a programmer. I have the Dropbox app and Awesome Note. As a programmer what apps or tools do you use on your IPhone/IPod that help you be more productive etc...?
Ideally I am looking for SRC control, SSH tools, Web development-related apps etc.
AppSales keeps track of sales data and user reviews.
iSimulate lets you send a lot of sensor and input data from your device to the simulator - so for example you can get proper iPhone GPS callbacks with your real location in the simulator instead of on the device.
There is a CodeToGo IApp built upon IdeoneAPI (a multicompiler)
which might be of your interest and possibly another two (Gusto and Textastic via ReadWriteHack).

Open source GPS apps? [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
Are there any full featured GPS applications available with source for the iPhone, preferably that use Open Street Map to get data? None of the current offerings work very well with Voiceover on the iPhone, but it'd be a lot easier to modify an existing app to work with Voiceover then write one from scratch.
The excellent route-me project is open source and uses Open Street Map (among other map providers). It includes a sample app, which I believe cannot be called full-featured but it should be pretty easy to extend it to something that matches most features of the built-in Maps app.
Sharp Map is a geospatial application framework for .Net. Not sure if anybody has tried it on the iPhone.
Might be possible to get running using mono touch