我試圖在覈心數據中實現文件夾和項目數據模型。它將以表格視圖顯示。我使用「的listItem」實體與這些屬性表視圖: listItem
--------
isFolder (BOOL)
item (relationship to an Item)
folder (relationship to a Folder, if isFolder is true, otherwise nil)
我
您好我現在想在我的畫廊創建文件夾,但在這行我的應用程序崩潰......如何解決這些錯誤,請幫我.... imagegrid.setAdapter(new ImAdapterh(getApplicationContext()));
System.out.println("index"+getApplicationContext());
代碼: public class ImAdapterh e