Android

Disable Java in All Browsers at Once

Overview Several major companies have been hacked lately. Security advice for web users last week from the US Department of Homeland …

android chrome firefox

Install CyanogenMod 10.1 Using ADB

Introduction CyanogenMod 10.1 is based on Android 4.2 Jelly Bean. * This tutorial is for the Samsung Galaxy S2, but it is supposed to be …

adb android cyanogenmod

Install CM10.1 for Galaxy S2 i9100 (Android 4.2.2)

Overview This tutorial will explain how to install CM10.1 for Galaxy S2 i9100 (Android Jelly Beans 4.2.2).

cyanogenmod samsung android

Install Android on PC or Laptop the Easy Way

Android-x86 project just released Android-x86 4.0-RC1. now you can run android on PC / Laptop. in this article, i will explain how to …

android android-x86 boot

Parse and Read XML on Android (Complete Tutorial)

In the following tutorial, I will demonstrate how to read and parse XML in your Android app.

android java xml

Android Background Processing with IntentService

This article explain the usage of IntentService class in android SDK to perform background processing to offload tasks from an …

android java

Transfer data from PHP to Android (JSON) - Part 3

this is part 3 of 3 about transferring data from PHP to Android app. you can read part 1 here. you can read part 2 here.

android development eclipse

Transfer data from PHP to Android (JSON) - Part 1

You may reach a point where you need to transfer data from a server (web-service) to a an android client. although, there are many ways to …

android development eclipse

Transfer data from PHP to Android (JSON) - Part 2

This is part 2 of 3 about transferring data from a PHP page to an android app using JSON. you can read part 1 here.

android development eclipse