当我在项目列表视图中单击时,我需要更新销售状态,但我不能
这是我的代码
public void onItemClick(AdapterView<?> parent, View view, int
position, long id) {
ODataRow row = OCursorUtils.toDatarow((Cursor)mAdapter.getItem(position));
OValues values =new OValues();
);
当我在项目列表视图中单击时,我需要更新销售状态,但我不能
这是我的代码
public void onItemClick(AdapterView<?> parent, View view, int
position, long id) {
ODataRow row = OCursorUtils.toDatarow((Cursor)mAdapter.getItem(position));
OValues values =new OValues();
);