Here’s a simple scenario in your mobile application. You may have to load a collection of cities from the server and display them in a list. When the user accesses the app anytime later, you don’t want to fetch the […]
Handling the pinch, touch and swipe events in components like Panel in Sencha Touch is a piece of cake. You have to register these events on the DOM element of the UI Component. The UI Components in Sencha Touch have […]
The good aspect of meeting a lot of people every week is learning a lot of things, some of which may lead to improved productivity. My recent client visit got me introduced to a Chrome add-on called Ripple. We’re working […]
Mobile application development is in a crucial phase right now. With new models getting released almost every week, developing a mobile application that works with all these models is becoming a nightmare. The problem with building native mobile applications seems […]
Came across an alpha version of a Google‘s open source project known as j2objc. This tool converts the Java code to Objective-C code targeting the iOS platform. There are plenty of language conversion tools that have been around for years. […]