I am planning to make an application with my friend. in this application there will IRC chat.. is there any one who could possibly give me a sample application for this. thanks
TC
Mobile Colloquy is open source.
Related
Does Qt have some Messaging API(MAPI) interface?
I have C++/Qt program and want to send email via message client (it could be Outlook or any messaging-type program "email client") but can't find module in Qt library to manage the process.
Could you please help me? Thanks.
Thanks all for the help! Today I found the solution. Maybe it will help someone in the future. So for sending Emails via Message Client on Desktop Machines you should use QDesktopServices module.
I can't find any example on how to do this.
Thanks,
Guillaume
This one is for ionic, its broadcasting what the user sees on his device youtube app to a desktop browser
I want to develop a Google Glass app. I am confused on how to implement the UI. Can anyone please suggest me some tutorials on developing Google Glass.
Also i dont have Google Glass device. I have heard the emulator is not available for Google Glass. Is there any way to test the apps without having the device.
Thanks.
There's no publicly available emulator, so you need real device to test your app. Also, all things are documented here: https://developers.google.com/glass/develop/gdk/
As of now, you can't and hope Google will publish the simulator soon. Meanwhile, you could check some of the presentation, and open source codes.
http://www.slideshare.net/getdinesh/google-glass-an-intro-v-1
https://developers.google.com/glass/develop/overview
https://github.com/harrywye/gdkdemo
https://github.com/Acarin/GDGBaltimore
I want to build a chat system in Silver Light(Video, Audio both).Though I have experience of Asp.Net in C# using Sql Server. Since I am new to Silver Light, so I need some basic guidance related to it. Some good references , Latest version of Silver Light , or anything that may be helpful for me.
I want to integrate this chat in my Asp.Net Web Application. Should I create a new Silver Light Application in the existing solution. Read different articles, have a confusion that using WCF is neccessary ?
I need to accomplish the following :
Text chat, video calling , voice calling, saving chat , popup on user request, blocking a user, group chat.
Any help would be appreciated.
Thanks in advance.
If you want to do a chat application, signalR is your best friend. Here is an article to get you started http://www.codeproject.com/Articles/619376/SignalR-with-Silverlight
I want to know about, how to integrate facebook chat into my application,
i did a lot of R&D and read and implement a lot of example but didn't work.
so please if you have a sure shot idea or application or anything that make it happen please reply on it..
Thanks in Advance..
You may want to look at the live stream plugin:
http://developers.facebook.com/docs/reference/plugins/live-stream/