Posted on January 22nd, 2012 by Gaurav Srivastava
XML Parsing on iPhone/iPad – Is that something your current sprint revolves around? Well if it does, this blog might help you. While parsing XMLs on device, we need to look into factors like performance and memory consumption. While googling, i found couple of XML parsing APIs including Apple’s native NSXMLParser. NSXMLParser looked like this is [...]
Filed under: Blog, cocoa touch, iPhone, Objective C | No Comments »
Posted on January 19th, 2012 by Jiten
As US senators mull over the SOPA(Stopping Online Piracy Act) and PIPA(Protecting Intellectual Property Act) bills, the world stands witness to a historic moment. Almost all big IT companies like Google, Wikipedia, Facebook, Mozilla, Godaddy, etc are speaking in one unanimous voice against SOPA and Internet Censorship. The draconian provisions of SOPA/PIPA are bound to [...]
Filed under: Blog, e-Commerce, General, Security | 8 Comments »
Posted on September 19th, 2011 by Rajdeep Mann
In this post I will talk about Grand central dispatch, how it is better than using NSThread. But before that I would like to see how and where threads are used. There are n number of distinct reasons behind using threads based on the structure and complexity of the app, but the prime reason behind [...]
Filed under: Blog, cocoa touch, iPhone, Mobile, Mobile Apps, Objective C, UI, Uncategorized | No Comments »
Posted on July 28th, 2011 by Rajdeep Mann
Smartphones have made a deep impact on our lives. Applications not only provide services to the users or entertain them, but connect to them at an emotional level. At Xebia we strive to build apps that connect with users. Our first step in this direction was Talking Photos, an app which enables a user to [...]
Filed under: Android, Blog, cocoa touch, Frameworks, iPhone, Mobile, Mobile Apps, Objective C, UI, Uncategorized | 2 Comments »
Posted on April 30th, 2011 by Gaurav Srivastava
In this blog, i will share my experiences with AmCharts (Third party API for Flex Charting). The requirement was to show a dataset in two different views, first was a tabular view and second was the chart view. For tabular view we simply used the Flex datagrid. For showing the same dataset in charts, we [...]
Filed under: Blog, Charting, Flex | No Comments »