Habib Mhamadi
Habib Mhamadi

Reputation: 769

Android Rest API listening for database changes

I have a Laravel backend (Rest API) and I have made an Android application for that using the Volley library. My question is how to listen for database changes in the backend from the Android application. I want to have listeners like firebase.

Upvotes: 0

Views: 326

Answers (1)

Habib Mhamadi
Habib Mhamadi

Reputation: 769

The solution is to open a streamed connection from the app to the server, but this requires the server to implement WebSocket programming.

Upvotes: 1

Related Questions