At first, some background:
My Android app has DB table with a lot of four-column rows. It sends requests to the server and server responds only whe
I don't know of any SQLite feature like this, so I'd say that calculating a hash is the simplest solution, take a look at the MessageDigest class for a start.