i want to work with action bar in android. for this i use
getActionBar().setHomeButtonEnabled(true);
below the SetContentView . but is gi
getActionBar() will return null for pre Honeycomb devices.
If you are targeting Android v2.3 to 4.2 try out ActionBarSherlock.