Archive › Android

Best apps to find car in parking lot

Have you ever stood in the parking lot of your favorite mall or stadium or airport watching some poor individual wander around looking for their car?  Have you ever had difficulty remembering or finding where you parked your car ? Losing our cars in the parking lot is something that has happened to all of [...]

Comments Off

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

In our last article,  We discussed about powering your android application with Android Push Notification (c2dm). We are sure some developers might have faced issues like SERVICE_NOT_AVAILABLE while getting the registrationId from the android app or Issue like HTTP/1.1 401 Unauthorized while sending android push notification to the C2DM google service. So here is our [...]

Comments ( 4 )

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 [...]

Comments ( 25 )

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 [...]

Comments ( 9 )

RESTFul client using Spring+Maven on Android

Interested in diving into Restful client development on Android, but not exactly sure where to start then here is the article which can guide you to create Restful client on Android. This article assumes that reader of this article are familiar with Android development and also know about Restful service.Spring framework is very popular framework [...]

Comments ( 9 )