Set the progress dialog in base adapter
问题 This is my list view adapter in which I am sending listview data to server ans sqlite on the button clock asyn task. I want to use a progress dialog but I'm having problem while passing the activity's instance and my code crashes on the progress dialog. public class PlannningListViewAdapter extends BaseAdapter{ Context context; public ArrayList<Planning> planArraylist; private static LayoutInflater inflater = null; public PlanningList_activity planActivity; public ListView mListview; Db