I need to update state of sales when I click in item list view but i can't
this is my code
public void onItemClick(AdapterView<?> parent, View view, int
position, long id) {
ODataRow row = OCursorUtils.toDatarow((Cursor)mAdapter.getItem(position));
OValues values =new OValues();
);