You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have cometd working on our webapp and all is merrier about it there. Right now I am working on an Android app which will connect to the webapp for chat. As I checked on the net, I found that I can use the Cometd java API's for that. It would be nice if I had some example, someone has or knows the link for the same. As I can see there are many users on the net who are looking for similar examples.
The ideal situation which I think would be to create an example in which
Dependencies are required for Cometd to function in Android
As user can have multiple friends for chat, a mechanism where the user subscribes to multiple chat rooms/friends.
A button which will show list of all conversations, like on facebook when clicked on messages button.
And lastly, a text-field and how to send messages from that field.
Most of the examples I see these days for various frameworks are console based and don't really fan-out in the real-world. I thought I might add my own experience in what can be useful as an example. Ofcourse as I am also working on integrating Cometd with our Android app, I can push the code to a Github project or create a new one.
The text was updated successfully, but these errors were encountered:
Hi Guys,
I have cometd working on our webapp and all is merrier about it there. Right now I am working on an Android app which will connect to the webapp for chat. As I checked on the net, I found that I can use the Cometd java API's for that. It would be nice if I had some example, someone has or knows the link for the same. As I can see there are many users on the net who are looking for similar examples.
The ideal situation which I think would be to create an example in which
Most of the examples I see these days for various frameworks are console based and don't really fan-out in the real-world. I thought I might add my own experience in what can be useful as an example. Ofcourse as I am also working on integrating Cometd with our Android app, I can push the code to a Github project or create a new one.
The text was updated successfully, but these errors were encountered: