Archive for the ‘Software’ Category
Posted by Balaji D Loganathan on May 2nd, 2012

Potential errors you may face when you run Rhodes application with XCode 4.3.2 and possible solutions for it. (more…)

Tags: , , , ,
Posted in Software | No Comments »
Posted by Rajeswari K on April 6th, 2012

Recently I tried Rhodes MapView in a sample application. While using rhodes we have situations to use native Maps application that is installed in Android/iPhone Mobile. To use the pre installed Maps application from Rhodes application, we can specify the map_params as follows: (more…)

Tags: , ,
Posted in Software | No Comments »
Posted by Visnu Priya on April 4th, 2012

We just finished creating an NFC capable app using Rhomobile and here is our blog about it. By the way this is second blog do encourage me to write more. :P
NFCNear Field Communication used for short range wireless communication between two Mobiles with secured communication up to distances of 4 to 5 cm. As per my knowledge NFC is supported in Android 2.3.3 and higher but mostly manufacturer specific. (more…)

Tags: , , ,
Posted in Software | 3 Comments »
Posted by Dhepthi L Narasimhan on March 23rd, 2012

Rhomobile is cross-platform mobile framework to develop native application. The documentation for developing native app is nice. I recently tried consuming webservice using savon gem in rhoconnect. The most tricky part is to get input from rhodes application and use that as a parameters in rhoconnect webservice call. The gist of things needed for making SOAP call are (more…)

Tags: , , ,
Posted in Software | 3 Comments »
Posted by Dhepthi L Narasimhan on March 21st, 2012

Push Notification is one of the challenging concept in all smart phones. Especially when it comes to Iphone push, it is quite long process. I recently had a chance to try Push notification in Iphone. (more…)

Tags: , , , , ,
Posted in Software | 2 Comments »
Posted by Dhepthi L Narasimhan on March 18th, 2012

Recently I tried accessing LDAP server using ruby gem. I came to know about net-ldap gem which does the job in easier way. The Lightweight Directory Access Protocol (LDAP) is an application protocol for accessing and maintaining distributed directory information services over an Internet Protocol. Let’s see how to access information from LDAP using net-ldap gem. (more…)

Tags: ,
Posted in Software | No Comments »
Posted by Balaji D Loganathan on March 16th, 2012

On 2nd March 2012 we conducted a half-day training on “Building cross-platform Mobile applications using RhoMobile platform at Singapore.
Here are some of pictures taken from the events.
(more…)

Tags: , , , , , ,
Posted in Ruby on Rails, Software | No Comments »
Posted by Dhepthi L Narasimhan on March 7th, 2012

Rails 3.2 was released with lot of amazing changes. I recently read about new features which provides better and new tags, faster reloading in development, faster queries and so on. So let’s take a look of some of those interesting features (more…)

Tags: , , ,
Posted in Software | No Comments »
Posted by Visnu Priya on March 1st, 2012

I recently tried to integrate github and coderwall in rhomobile application. Using github oauth we can authenticate user and show the following details of user and coderwall patches of user

1.User Repositories
2.User Forked Repositories
3.User Watched Repositories
4.User Following
5.User Follower

Now lets see how to authenticate user in github (more…)

Tags: , , , , ,
Posted in Software | No Comments »
Posted by Dhepthi L Narasimhan on February 29th, 2012

Ruby is one of the dynamic object oriented programming language. Ruby 1.9 has been released with lot of amazing features. Ruby 1.9.3 is the latest stable version of ruby, with major increases in speed and reliability. Some of the features in Ruby 1.9.3 are (more…)

Tags:
Posted in Software | No Comments »