Using ListActivity in Fragment
问题 The below code is running the custom listview implemented in a seperate project. public class MainActivity extends ListActivity implements OnTouchListener{ private MyCustomAdapter mAdapter; Activity temp = this; String []s = new String[500]; ArrayList<GS> q = new ArrayList<GS>(); ListView lv; int count=0; @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); DBAdapter db = DBAdapter.getDBAdapter(getApplicationContext()); if (!db.checkDatabase()) { db