Java

Android Context in non-activity Class - The Secret of ContextWrapper

Android Context in non-activity Class - The Secret of ContextWrapper One of most frustrating issues I had to figure out when I’ve …

android contextwrapper java

Get Mobile IP Address in Android (Code Example)

How to programmatically retrieve the device IP address in Android for both Wi-Fi and mobile data connections, with Java code examples.

android java

Install Clojure, Leiningen, and Luminus on CentOS

CentOS Clojure CentOS Clojure installation and sample tutorial. In the following post I’ll show how to install and configure Clojure …

centos clojure http-kit

Install Apache Tomcat on CentOS

CentOS Tomcat installation A comprehensive guide to installing Apache Tomcat on CentOS, covering JDK setup (OpenJDK and Oracle JDK), Tomcat …

apache-tomcat centos java

Install Oracle Java on CentOS

Overview Step-by-step instructions for installing Oracle Java (JRE or JDK) on CentOS 6 and configuring it as the default Java runtime using …

centos java linux

Android Multiple Preference Dependencies with CheckBoxPreference

Android preference multiple dependency Android preference multiple dependency is not out-of-the-box feature until api level 14 introduced us …

android java

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

Best Free WordPress Plugins (2012)

To summarize the year 2012 I have compiled a list of must have WordPress plugins:

actionscript3 apache bash

Enable Code Folding in Eclipse with Coffee Bytes

The Coffee-Bytes plugin by Alex Popescu can add folding functionality to Eclipse IDE.

development eclipse javascript

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