I am new to android , I am currently working on the FB style slide out menu. I find out many sample project here but could not be able to run that successfully in android 2.2(froyo) version as they are working fine in android 3.x version like HONEYCOMB .
the error occur at ::if(item.getItemId() == android.R.id.home)
here, home is not recognized
and also at::
getActionBar()
marking that this method is not defined:
and in values file under res "values-v11" is giving error
thanks in advance for GOOD replies