Category / Mobile development

Android – using Broadcast receiver from Activity

Featured Image

ColinBroug@sxc.hu

Let’s play a little with BroadcastReceiver: we will try to send a message from Android service we made to Activity and log that message. Let’s use our Android service tutorial …

8

Android global variables

Featured Image

fangol@sxc.hu

Sometimes we need to define global variables accesible from inside our android application to hold some shared values. Simplest way to implement this is to subclass Android.app.Application class and define …

7

Android – creating simple service

Featured Image

When you look at my posts on this blog, you will, besides few posts about WordPress and Zend find most articles about Symfony2 development. Well, now things are about to …

11

Create simple mobile ready search page

Featured Image

Idea is to create one page which will be ready for mobile devices and serve like mobile app. We will use google ajax search API and jQuery to enhance experience. …

0

Android Magento mobile boilerplate

Featured Image

Recently I realized that there are many questions regarding my “Develop your own Magento mobile application” article, and many new articles need to be written to answer them all properly …

13

Develop your own Magento mobile application

Featured Image

Hi everybody. Do you want to develop your own Magento mobile application? Great! I’ll give you some pointers on how to get a grasp on Magento’s XMLConnect, an extension that …

16

PHP to (Java) Android – Array vs HashMap

PHP to (Java) Android – Array vs HashMap

One of the coolest and most powerful things in PHP are arrays. Why? Simply put, you can place almost anything in them. Recently I was playing with the JSON API …

2

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