I'm new in android programming , I downloaded project that uses holoeverywhere library so I wont to know if I can replace it by another one (like ActionBarSherlock replaced by AppCompat ) ? the project uses those , how I deal with it?
import org.holoeverywhere.app.Activity;
import org.holoeverywhere.widget.LinearLayout;
import org.holoeverywhere.widget.datetimepicker.date.DatePickerDialog;
I found this tutoria here but I its not working for me ! I can replace it with new library according to my code (my imports) ? Please I need any solution !!