Android app with realTime database without using FIREBASE maybe Something like hooking on server [closed]
Asked Answered
W

2

9

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.

Wileen answered 4/10, 2017 at 10:51 Comment(4)
You can use Parse database..Thyratron
please provide a snippet or link for the sample. thnxWileen
@SardarKhan parse is dead I heardWileen
Ok thanks but you can use other databases as well.like realm.Thyratron
T
3

Here is the link for parse SDK https://github.com/parse-community/Parse-SDK-Android Here is the guide for how to use Parse in android http://docs.parseplatform.org/android/guide/ Here is the Tutorial for Integrating Parse in Android http://pulse7.net/android/integrating-parse-sdk-cloud-based-services-android-application/

You can use Realm Database with android.Here is the tutorial for how to use Realm In android. https://www.androidhive.info/2016/05/android-working-with-realm-database-replacing-sqlite-core-data/ https://dzone.com/articles/realm-practical-use-in-android

Thyratron answered 4/10, 2017 at 12:9 Comment(2)
@SardarKhan Parse is dead from 28.01.2016, and servers officially after a yearSchott
its an old answer.Thyratron
B
1

You can use Realm. It's a NoSql local and cloud database, fast and powerful.

Bouncing answered 4/10, 2017 at 12:13 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.