Messaging SDK and Chat API for Mobile Apps and Websites

Couple of days ago I was doing some research to build / integrate chat module for one of our client’s app. The client wanted a simple chat application for their enterprise where each employee can chat easily with others in the company. Reinventing the whole wheel would cost a big fortune for developing and maintaining… Continue reading Messaging SDK and Chat API for Mobile Apps and Websites

4WD Robotic Car controlled over Bluetooth with iPhone App

After massive brain damage I finally managed to build a prototype 4WD Robotic car controlled over Bluetooth using iPhone app. This was done using serial communication between Arduino mega and Hercules motor driver. Sorry for not posting detailed pinout diagram. If anyone interested in detailed connections please drop me an email or comment. The real… Continue reading 4WD Robotic Car controlled over Bluetooth with iPhone App

RSSReader Version 2.0 with UITabBarController

Couple of months back I released an open source RSS Reader app for iPhone on GitHub. Most of the people who downloaded the source requested for an updated version using UITabBarController. Today I am releasing version 2.0 with the following changes Updated the views to use UITabBarController Loads rss subscription from plist file More fun… Continue reading RSSReader Version 2.0 with UITabBarController

UIScreen Notifications for connecting external display in iOS

UIScreen class has three main notifications which gets triggered when a new screen (external display) is attached to the device. UIScreenDidConnectNotification This notification is posted when a new screen is connected to the device. The object of the notification is the UIScreen object representing the new screen. There is no userInfo dictionary. Connection notifications are… Continue reading UIScreen Notifications for connecting external display in iOS