Nó nên được thẳng về phía trước. Chỉ cần làm:
public void viewAllData( ) {
aList = getUserInfo(); //this is where you call the local database.
myAdapter = new SQLCustomViewAllDataAdapter( SQLViewAllData.this,aList);
myListView.setAdapter( myAdapter );
}
Ngoài ra, hãy đảm bảo rằng bạn thay đổi aList từ loại SQLPojo tới SQLPojo.UserDetails .