• facebook
  • twitter
  • google+
  • pinterest
  • rss

Thursday, June 5, 2014

Android Background Service, IntentService Example

In this post I'll try to make a simple android app that uses an IntentService to execute a task in the background, the UI thread call the IntentService and then give it a task to be executed in the background service. When the task is complete,...
READ MORE →

Wednesday, June 4, 2014

Android AsyncTask and Progress Bar example

In this post I'll try to make a simple android app that uses AsyncTask to perform background operations and update the result on the UI through a Progress Bar. For a better understanding of what exactly they are, you should read the AsyncTask...
READ MORE →

Friday, April 25, 2014

Android LinearLayout Example

If we use more than 1 widget on android programming we should use layout management to managae the UI (user interface) of all widgets. Layout management also called viewgroup, and widgets placed in layout management called view. LinearLayout...
READ MORE →

How To Tether Your Android Smartphone In Linux

in this post we will talk about how to tether android device in linux operating system. Android has a feature for sharing internet connection with other device that connecting with android, such as via USB cable. In this tutorial I use Samsung GT-S7500...
READ MORE →

Framaroot, a One Click Apk to Root Android Devices

Would you like to have a root/ superuser access on your android device, but you don't expect an complicated step for make it happen? as we known if we want to root the android device, we have to follow complicated steps just to make your android...
READ MORE →