所以我在我的MainActivity中有這個列表視圖,每次主要活動開始或恢復時都會更新。 該代碼是 @Override public void onResume() { super.onResume(); Cursor array_list_patients = mydb.getAllPatientsDetails(); PatientAdapter arrayAdapter = new n Pa
在我的應用程序中,我有一個ListView顯示照片,標題和說明。 但當我滾動ListView得到如此緩慢甚至關閉應用程序。每次滾動時,ListView都會加載元素,這就是應用程序崩潰的原因。 有人可以幫我做一個有效的ListView嗎? 這裏是我的代碼: public class PropiedadCursorAdapter extends CursorAdapter{
private
對於我的列表,我使用CursorAdapter以及一個自定義佈局,具體取決於表格的字段值(true或false),列表項中其中一個textview的顏色將會不同。 public class CustomAdapter extends CursorAdapter {
DatabaseHelper myDB;
SQLiteDatabase db;
public CustomAd