Looking at API
of instagram and doing searches on the internet I had a big question, how do they synchronize the data in Real Time without saving "photos and videos" in sqlite?
The Instagram documentation says that our app can be notified at every photo update.
But is it possible to develop something like this without using API
of them?
Could I use a Observer
that every modification triggers a synchronization with my server?
My intention is to create something similar where I have an update in real time.