Category / Android development

Debugging Web Service API communication in Android

Debugging Web Service API communication in Android

Proper and fast debugging is a key to any application development. Unlike my great experience with PHP where I usually debug whatever I need in a breeze, I found my …

1

PHP to Android – Simulate the $_SESSION behavior

PHP to Android – Simulate the $_SESSION behavior

Poking around Google Android is really fun. I really like the platform, although I’m not that big of a Java fan. Anyhow, as a web developer my mind set is …

0

WordPress for Android

Featured Image

There I was yesterday, sitting at the caffe bar, waiting for friends to arrive. Newspaper news were boring since the topics were all about standard politics. During these times I …

4

REST API with HTTP Authentication – Android & Beanstalk example

Featured Image

Hello everyone. For the last few months I have had a lot of work on my hands, thus ignoring my Android development skills. Lately however, seems like my appetite for …

5

Simple Android JSON parsing example with output into ListActivity

android-branko

One of my planned projects in the upcoming 2011 is the Magento – Android application. I already did a fair part on the Android side, plus I started the Magento …

34

Photoshop to Android – Gradient quality issue

Photoshop to Android – Gradient quality issue

For the last few days I have been spending my free time working on a Magento – Android application, that will hopefully soon seen the light of day. Visual part …

3

How to screenshot your Android application

How to screenshot your Android application

For various reasons one might need to screenshot his Android application. Taking a screenshot of application both in emulator and real device in Android is extremely easy. To be honest …

0

From PHP/JavaScript to Android, the simple stuff – Yes/No Confirmation Dialog

Featured Image

My apologies for a bit misleading title, as there is no PHP Confirmation dialog as such. More precisely its a analogy of JavaScript confirmation dialog and Android (Java) alternative for …

1

Parsing the XMLRPC webservice response in Android

Featured Image

For the last few days I have been intensively playing with Android and Magento XMLRPC API. One of the trickiest things for me as a PHP developer was to figure …

12

From PHP to Android, the simple stuff – AsyncTask and the AJAX analogy

Featured Image

As a web developer you have surely heard for AJAX. Its one of those cool things that give your web app more dynamic interface by fetching various data behind the …

2