Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 7 years ago.
Improve this question
Where to start to write app to have users find each other based on their defined location?
I'm looking for something similar to the tinder search for people in a specific location.
Would I be using map points in mapkit or GPS locations and if so, can anyone point me towards an example of how this is done?
I think you need backend-based solution to store and query user locations.
You can go with Parse.com tutorial Anywall. If you need more rapid solution you can look onto Firebase or your own backend.
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
last some days am searching for a chatApp. So anyone kindly help me to create simple chat app.I need to chat one to one and one to many , please refer some working samples or tutorials.
Google is your friend.
Something like this ?
https://www.sinch.com/tutorials/minichat-ios-messaging-app/
https://github.com/relatedcode/RealtimeChat
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
Currently i am working on iOS project in which i have to draw path for building or parking place annotation, may be multi-level parking or basement parking.
Enable to find solution in google map or MKMapView.
Can anybody who are familiar with such issue help me out?
Thanks in advance.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I'm wondering what's the right way to create a Google document using a Google spreadsheet as a data source. I googled for a while and the only resource I found it is this explanation (http://opensourcehacker.com/2013/01/21/script-for-generating-google-documents-from-google-spreadsheet-data-source/), with the help of a Google App Script. Is there another (easy) way?
Easy, no programming required. Check out the Google Docs add-ons, such as DocumentMerge, Smartsheet Merge, or Ultradox.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I am working on a rails app and i want to add a chat functionality just like facebook. does anyone know how i can go about it. i am kinda new to rails so the task is quit difficult form me to accomplish
Messaging is a very difficult thing to do. I would stay away from it if you're new to Rails or web programming in general.
Otherwise, if you're up for a challenge, check out what I've answered on this question.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I saw that this company Mitek made an app that could read receipts through the iPhone's camera and record the information from them. (http://www.miteksystems.com/OOMPH_MobileReceipt.asp). My assumption would be that they run the images through some kind of image/text recognition software. Any ideas what what they might be using? If theres an API that can interpret text from pictures that would be great to.
cheers,
Mike
They are probably using some type of OCR software. It is hard to tell exactly which.
You can look at ocropus, for example