chat Questions

3

Now I am working on a peer-to-peer chatting system based on WebRTC. This system can make a pair with any person who is listening on the peer list at the same time and I have finished the basic func...
Gales asked 17/8, 2015 at 10:11

7

Solved

I want to setup the initial scroll position of a ListView.builder, I want the list to start at the bottom 0.0 If I setup reverse on the listView of course I get the initial scroll position to be t...
Velarium asked 15/8, 2019 at 1:59

8

Solved

I am making a group chatting app and I have images associated with the users, so whenever they say something, their image is displayed next to it. I wrote the server in python and the client will b...
Repel asked 21/6, 2015 at 16:39

3

Solved

How can I excatly do a similar Date system like the one in the Whatsapp chat screen? As you can see the messages are in a group by date, I mean they are separated by date. Here is a ScreenShot th...
Mande asked 15/4, 2020 at 19:58

16

I am developing a news app but I am getting following errors in from gradle console (androidx.core:core:1.0.1) and classes.jar (com.android.support:support-compat:28.0.0) Duplicate class android.s...
Skilful asked 29/4, 2019 at 19:39

16

Solved

I am trying to create a chat in React native using a <Flatlist /> Like WhatsApp and other chat apps, the messages start at the bottom. After fetching the messages from my API, I call this....
Shuttle asked 27/1, 2018 at 15:50

4

When sharing a post to Discord, the preview Discord generates shows the author name and URL. We removed all information about the author but it didn't stop the author tag from showing.
Enharmonic asked 6/3, 2019 at 8:15

16

Solved

I have this code, to load chat function getMessages(letter) { var div = $('#messages'); $.get('msg_show.php', function (data) { div.html(data); }); } setInterval(getMessages, 100); What I h...
Rosaliarosalie asked 26/8, 2014 at 12:24

13

I am trying to create a chat app on android studio. my app has no build errors and i can start the app. However, when i use listOfMessage.setAdapter(adapter); my app is crashing. it does start the ...
Ansel asked 4/9, 2018 at 8:56

3

Solved

I am looking to build a scalable real-time chat app (I am just doing this for fun and out of interest so please don't ask why!) and I know that I am going to be handling the realtime messaging part...
Ransell asked 4/4, 2021 at 21:33

35

Solved

I am creating a chat using Ajax requests and I'm trying to get messages div to scroll to the bottom without much luck. I am wrapping everything in this div: #scroll { height:400px; overflow:scrol...
Osswald asked 6/11, 2008 at 22:37

2

Solved

im trying to make chat app for my flutter application. But this error is always come up everytime i try to click to chat. The error Can someone tell me what is wrong with my code. readLocal() async...
Syncretize asked 24/5, 2021 at 1:51

4

I want to embed an iframe inside an email that contains the 10 most recent chat messages. Is there a way to make this iframe dynamic so that it always shows the latest 10 chats regardless of when t...
Calipee asked 30/1, 2016 at 6:39

3

Solved

I'm trying to make a comments/chat layout with a RecyclerView and a fixed EditText at the bottom. Please don't say adjustPan or adjustResize. Does not work. adjustPan hides the keyboard. I really ...
Kaleena asked 10/9, 2016 at 13:7

5

I got the following error when I get contents from file("http://www.otherdomain.com"). file() [function.file]: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution ...
Carbrey asked 21/5, 2010 at 8:31

1

I am currently writing react-native for a Chat feature for my app. I am using Firebase as the mailBox. Since I don't want to save chat data on our database, I decided to save messages to the Async...
Minta asked 21/7, 2017 at 9:12

1

I am trying to build a Live chat Widget from scratch using React.js and Node.js and was wondering if anyone knows of any resources or tutorials to make it? I'm trying to do make one but I don't wan...
Vehement asked 2/3, 2022 at 19:25

1

I am using Quickblox for my chats in my Flutter app. Once a connection is made, the chat works fine. When the app is send to the background, I set the connection to closed as advised by Quickblox d...
Medallist asked 21/9, 2020 at 17:29

3

I am designing a chat database with the next requirements: Only private messages, A to B. No groups nor rooms. When user A send message to B, if user A deletes conversation, user B still be able ...
Woodard asked 16/1, 2016 at 5:10

3

Solved

I used to do client.setex(key, 900, value) for storing single key-value. But, I want to store an object with expiration time. I come up with function hmset, but I don't know how to make expiration ...
Mamiemamma asked 26/12, 2018 at 11:0

2

I've read how to open whatsapp from my app, as explained from the question How to open Whatsapp from other app - but it does not explain there how to open chat with a specific contact. Is there any...
Cwmbran asked 17/9, 2017 at 17:35

2

I'm a newbie to channels and I made a chatroom application by following their official documentation. Now I'm trying to save the chat messages. All I know is I can create a model but Idk how to sav...
Lanita asked 3/10, 2020 at 20:56

1

I am building a chat app using Node.js, Express, React and Socket.io. I want to keep track of unread messages so I can notify the user with unread messages count. Should this be implemented on both...
Donnettedonni asked 11/7, 2021 at 8:58

1

I am struggling with this Chat Screen. The app is meant to ask questions (not part of the below code) and the user either selects answers or types them. When the user types a first answer everythin...
Hyetology asked 20/7, 2021 at 13:34

3

Solved

i start openFire and test it with spark everything is ok but when i try to connect with smack 4.2.0 in android studio i got this error: Ljavax/naming/directory/InitialDirContext; and my dependenc...
Agrostology asked 31/3, 2017 at 14:36

© 2022 - 2024 — McMap. All rights reserved.