How to implement chat functionality in windows phone 7.5? - windows-phone-7.1

please tell me idea for how to implement chat functionality in WP7?in my app i need to communicate from one user to another user.how to achieve this?
what is the better way to implement chat?
Please tell me idea for this...
thanks in advance

Try searching for Silverlight 3-4 chat implementation. One of the results might help you: Multi Room Chat Application using SilverLight 4.0 and PollingDuplex
For displaying chat, you can use Conversation View from Telerik

Twilio is a librarie that supports chat/sms or even VoIP and they have a .NET Api. Don't know if it will work on WP: https://www.twilio.com

Related

How to (configure) send mail using content pages in umbraco 7?

I am working on Umbraco project,i want to implement functionality like sending email using gmail.
I known how to implement it using c# code but i don't know how to configure it dynamically by adding content pages in umbraco.
Anyone have idea about this? Thanks in advance.
You may have to listen to the events of your interest and execute your code to send the email. For details on events supported by umbraco check out https://our.umbraco.org/documentation/Reference/Events/

How to import MS Outlook events?

I've been told to develop an iOS 7.0 and above app which should include a way to import the user's MS Outlook events and show her such information within the app. This could be a quite general question, but I don't even know if it is possible to do that... Has somebody done something like that? I don't find any starting point, what would be necessary to do to import such events? Would it be mandatory to have an Outlook.com account synchronized in the same device, or could the events be remotely requested?
Any guidance should be appreciated. Thanks in advance
You can use the Exchange Web Services (REST API). See EWS Managed API, EWS, and web services in Exchange for more information.
If you're still looking for it, here is one awesome SDK that can help you with it. Office365 has great set of sample codes and training to help you with it. Hopefully this will come in handy for you. Cheers (:

Vicidial direct call in my web app

I need to implement direct call feature via vicidial in my web application.
Let me explain the flow to better understand what I need to do. user would be able to login in vicidial via a webpage of my app. then can call on any number by entering number.
Is there any doc or wiki available to implement this feature. Guidance in simple steps would also be appreciating.
Thanks in advance :)
We implemented something like that using a product called WombatDialer that offers good APIs and is quite easy to set up (well, easier than ViciDial).
See http://www.wombatdialer.com/manuals/WD_UserManual-chunked/ar01s08.html for an API reference.

Any twitter api or complete solutions for monodroid?

Looking for good solution for Twitter login and posting something... but there is no idea for now. How to do it in xamarine( IOS mono has complete solution, but monodroid...) help me please, if somebody knows how to do it.
If you just want to post something then you can easily do this by sending an Intent for use by an external app - e.g. see https://github.com/slodge/MvvmCross/blob/v3/Plugins/Cirrious/Share/Cirrious.MvvmCross.Plugins.Share.Droid/MvxShareTask.cs#L19
If you need a more complete solution then libraries like Tweetsharp have had MonoDroid ports/branches at various times, but I don't know the current status of any of these.
You might also want to take a look at Xamarin.Social. This component will let you tweet from your Xamarin.Android application.

Eventbrite at-the-door API

Trying to set up an at-the-door ticketing solution for an upcoming makerfaire. We're contractually obligated to use eventbrite, but really don't want to use their ipad app so I'd like to programatically add an at-the-door cash ticket but don't see how to do that.
Anyone have ideas?
thanks!
--Derek
Currently, this use-case is not available via the API.
You can manually add attendees using Eventbrite's web-based interface.
If you really needed to automate that process, you could try scripting something with selenium / webdriver.

Resources