How to connect android chat application with web chat application? - Other Tools & General Discussion

I am developing a chat application in web as well as in android. All the things have completed on web portal, I used nodejs and redis server for that. Now on android side I have very little experience, but some how managed to create a simple chat application using XMPP and openfire and also connected my Openfire with MYsql database. I can see Openfire users and tables in my Mysql database. But what I want is to connect both web and android apps, like facebook messanger app.. But I don't know how to connect both. I don't want to create user ID's in openfire as those are already in user table.
Or m I doing this in wrong way, should I use common protocol on both web and android?
Please guide me, if someone have done this before.

IRC?

Related

[Q] Web-based IRC

So work has finally blocked irc.andirc.net...anybody know of any other sites I can use to log in without work knowing it's a chat room?
You could setup irssi on a *IX box and use an SSH client to connect remote connect to it. There are even web based SSH clients you can use.

[Q] Communication with web via Visual Basic or Visual C# script in Windows Phone App

Dear developers,
is possible communicate with web page via Visual Basic or Visual C# script in Windows Phone App?
For example:
I have app and in this app some Menu like Login / Forum / Profiles etc...
And if I click on Login button, I send request to web page for login details and web page send me back to app content with login form.
It's similar like Facebook app, but without API caller from facebook.

[Q] Offline database + sync

Hello,
we have Web and desktop applications that uses MS SQL server database. Now we would like to develop iPhone/iPad application that would use the same data. However the problem is that our users are supposed to be able to use this app in the places where the internet connection is not available. We decided to use SQL lite and sync the data beetween MS SQL Server and SQL Lite.
So, my question is: Is there any framework for synchronization? Or any other solution or best practices?
I am pretty sure that this situation is quite common and we are not the first who stuck with that problem...

[Q] Sync database of android app with web server database

I am a noob in android development, I developed an android application using sqlite database. I have same application on web server in php using mysql database. I want to sync the changes of whole database(including all six tables) on web server with my android app database. How do I do it? I need to know how do i check if there is some updation in web server database and if there is some updation then how do i get those updations to my android database automatically.
Is there a way to do it without GCM and SyncAdapter?

[Q] Sync database of android app with web server database

I am a noob in android development, I developed an android application using sqlite database. I have same application on web server in php using mysql database. I want to sync the changes of whole database(including all six tables) on web server with my android app database. How do I do it? I need to know how do i check if there is some updation in web server database and if there is some updation then how do i get those updations to my android database automatically.
Is there a way to do it without GCM and SyncAdapter?
AnilSRawat said:
I am a noob in android development, I developed an android application using sqlite database. I have same application on web server in php using mysql database. I want to sync the changes of whole database(including all six tables) on web server with my android app database. How do I do it? I need to know how do i check if there is some updation in web server database and if there is some updation then how do i get those updations to my android database automatically.
Is there a way to do it without GCM and SyncAdapter?
Click to expand...
Click to collapse
hello there, I'm not sure if this is what you are looking for but it seems to reference what you are questioning.
hope it helps. it has videos and code examples. sorry for external link.
http://programmerguru.com/android-tutorial/how-to-sync-remote-mysql-db-to-sqlite-on-android/

Categories

Resources