I have been coding an
android based Social Community application with RealTime database solution
which is done by using Volley library to receive and send data from a PHP based server. The issue is I've been facing is my app needs to update recyclerViews on RealTime.
I have dealt with firebase before its quite a nice solution. But for this application I am not allowed to use Firebase. So is there any solution for realTime database sync maintenance using SQL based backend.