Android

Turn rolodex manual into mobile app using JqueryMobile

One of our client have a steel company and they have product information about the steel bar measurements in notebook manual. It was very difficult to search product information from notebook even with the rolodex indexing and there was limitation of carrying the manual everywhere. We have turned their manual notebook into mobile application that runs …

Turn rolodex manual into mobile app using JqueryMobile Read More »

Android Automated UITesting : Faster and Simpler than before…!

Espresso is an API for UItesting of the android application developed by Google and it is indeed quite easy with fun attributes for developers to write reliable UI tests. The Espresso API encourages test authors to think in terms of what a user might do while interacting with the application – locating UI elements and …

Android Automated UITesting : Faster and Simpler than before…! Read More »

PhoneGap Plugin : Programmatically adding dynamic native options menu on Android

We have been working on a PhoneGap based mobile application. PhoneGap allows wrapping HTML5 based applications as native applications for iOS, Android, Windows Phone and other platforms. So what you can do is, develop one web application that can be delivered as a native application on several mobile platforms. To provide the user experience of …

PhoneGap Plugin : Programmatically adding dynamic native options menu on Android Read More »

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 »

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 »

Scroll to Top