Top "Chat" questions

Generic term for "Instant Messaging System". It can also represent a discussion that occurs in an Instant Messaging System.

RecyclerView scrolling on insert

I am trying to use RecyclerView to create a chat application. I am using a LinearLayoutManager with setReverseLayout(true). When …

android android-recyclerview chat reverse linearlayoutmanager
Add object to start of dictionary

I am making a group chatting app and I have images associated with the users, so whenever they say something, …

python dictionary chat prepend
Simple PHP long polling chat script, too simple?

Im working on a simple chat app, probably 10 to 20 users per room. The Script that queries the database for new …

php chat long-polling
Telegram Bots: secret chats possible?

Telegram offers "secret chats". Is it possible that a bot opens a secret chat and sends a message? I could …

chat telegram-bot
iOS - Chat application with push notification

My question is simple, is it a good idea to develop chat application using push notifications? Hence push notifications are …

ios push-notification chat
How to set expiration time for hmset in node redis?

I used to do client.setex(key, 900, value) for storing single key-value. But, I want to store an object with …

node.js redis chat chatbot node-redis
Using Google+ Hangouts API

If someone adds [email protected] to his Google Hangout contacts and sends it a Google+ Hangout Chat message, I …

php chat bots hangout
How to fully integrate XMPP on a web site with registered users

We have a social networking site where people have contacts and we want it to be integrated with XMPP. We …

php chat xmpp ejabberd
Programming a Chatroom, where to start?

I want to create a chatroom, but I am not entirely sure where to start. I have programming experience in …

web-applications chat chatroom
What is the Difference between PrintWriter and DataOutputStream?

I'm working on a chat room application for android. I read different tutorials; some of them use PrintWriter to send …

java android chat