You can do one thing:
When you make a web call, return one value to the "LastSyncedDate" field, save this date value in the Android application.
So, whenever you make a web call the next time, send that saved value to the web call.
Note: This answer is for checking the latest synchronization done in an Android application.
source share