LocaNote – The location-based notes service
23/01/2010LocaNote is our final project in the 3rd semester at university of applied sciences in Salzburg.
With LocaNote you are able to store notes which have a geographical position attached to them. So whenever you check your notes, you will only be presented with the notes near you. Since it is a cloud service, you can access your notes from our web-application or – even better – you can check and edit your notes with your iPhone 3G and iPhone 3GS.
LocaNote has been developed in RubyOnRails and uses the authlogic gem for registration and authentification.
The iPhone Application uses Apple’s iPhone SDK and has been developed in XCode and Inteface Builder. For a easier communication to our API we used ObjectiveResource (www.iphoneonrails.com).
ObjectiveResource is an Objective-C port of Ruby on Rails’ ActiveResource. It provides a way to serialize objects to and from Rails’ standard RESTful web-services (via XML or JSON) and handles much of the complexity involved with invoking web-services of any language from the iPhone. With ObjectiveResource you’ll be able to implement your own Classes and it adds some methods for saving/destroying objects in your database.
As shown on the getting-started page of ObjectiveResource, you can simply call the method “saveRemote” to sync your data with your server. With calling the methode “findAllRemote” you’ll get all objects of the specified route.
The iPhone app will be available in the AppStore in February.


No comments yet.