After fetching data from server we can store that in DataBase
and use that again and again and refresh data if that modified in server like this diagram:
BUT how to found out about server data need to refresh in app without request again?
note : I found some solution like push
model but i think HTTP
in rest api
can resolve this problem, something like @HEAD
or etc.