Search Results for:

Handle Unauthorized HTTP/1.1 401 – Android Push Notification (C2DM)

In our last article,  We discussed about powering your android application with Android Push Notification (c2dm) which should help any ecommerce or social networking business to send promotional offers to their end users. During implementation some developers might have faced issues like SERVICE_NOT_AVAILABLE while getting the registrationId from the android app or Issue like HTTP/1.1 …

Handle Unauthorized HTTP/1.1 401 – Android Push Notification (C2DM) Read More »

Power your mobile apps with android push notification (C2DM)

Recently we were working on android application and we had requirements from our client to support push notification. We already had implemented Apple Push Notification Service for the iPhone application and thought there would be similar solution for android push too.  As android platform doesn’t have single vendor like Apple so we were wondering who …

Power your mobile apps with android push notification (C2DM) Read More »

Improve database performance using Amazon simpledb on Ruby on rails

We were enjoying mysql database performance until we had large data in the database. The problem started with millions of data in the tables and increasing rapidly on daily bases.It was taking much more time to retrieve data from those tables.We already had proper indexing on the columns but still it was taking some time(20-25 …

Improve database performance using Amazon simpledb on Ruby on rails Read More »

Connect over secure rest web service for mobile application on android

In the last article, we developed application for android to get the data from rest web service (geo-names). Previous approach works fine for http rest web service but it doesn’t work over SSL secure connection. We were developing android application for a client whose rest web services are running over secure connection. Initially we thought …

Connect over secure rest web service for mobile application on android Read More »

Create facebook application using php – Yii Framework and Graph API

Recently we developed an facebook application and during the development of application, we encounter lots of issues due to vague Facebook documentation. We wanted to share our experience so that other developers can develop facebook application easily. We have used yii framework for this application as its pretty cool framework and application development on this …

Create facebook application using php – Yii Framework and Graph API Read More »

Upload files using attachment_fu and swfupload on rails

Uploading files in ruby on rails application seems trivial task using attachment_fu plugin but it become non-trivial when you need to display upload progress.Recently we had requirements from client to show the progress bar while uploading the image/video files. We could show the file upload progress only when we upload with flash. We found swfupload …

Upload files using attachment_fu and swfupload on rails Read More »

Scroll to Top