6
Looking at the API
from instagram and doing searches on the internet I came across a big question, how they do synchronization of data in Real Time without having to save "photos and videos" in sqlite?
The documentation of Instagram says our app can be notified every photo update.
But it is possible to develop something similar without using the API
theirs?
I could use a Observer
that every modification triggers a synchronization with my server?
My intention is to create something similar where I have a real time update.
Now here’s an excellent question.
– Jorge B.