values not equal in sqlite and json array in android
- by Venkat
I am trying to compare the value in sqlite table and id of the webservice what i have done so far is
if(data_exist!=bookProduct.length()){
Log.i("in update","m here");
Cursor cursors = getRawEvents("select id from bcuk_book");
try{
for (int i = 0; i <…