Open source GPS apps? [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
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

Related

Streaming music developer service? [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 have an idea for a small project around music discovery. I'm hoping to find a service that has access to a huge collection of music (a la Spotify, Google Play, etc) but doesn't require each user to already have access to that.
Does this sort of service/api exist somewhere? My googling didn't turn up anything.
Thanks!
There are commercial options, but for your project you might consider Radio Reddit. We have a fairly large library of music mostly fun unsigned musicians.
While we haven't officially documented the API and are still under construction, the media APIs work well and are easy to understand. You can look at your tab while browsing music on the site for an example, or email me at brad#radioreddit.com.

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.

Are there any image effects libraries (e.g. lomo) for Android or iPhone? [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 image effects (e.g. lomo, watercolor, sketch ...etc) libries can be used on mobile device and suitable for mobile device?
There are libraries like JJIL, simple-iphone-image-processing, JH labs, imageMagick porting to iphone and opencv have been mentioned in various previous posts.
I want libraries that I don't need to care about the algorithm of effect, but lots of libraries mentioned above are this type of libraries.
What I need are libraries that already have done effects functions and I just call the functions to apply effects on photos (It is ok to set parameters and attributes by myself when I use it).
Are there any more suggestions?
Free is good, commercial would be fine.
Thank you.
You could try the effects API from Aviary. Here: http://developers.aviary.com/
I never used it though, so I can't say if that's exactly what you are looking for.
Potentially worth your while:
OpenCV
Simple iPhone Image Processing

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).