Implementing Extensible Messaging and Presence Protocol (XMPP) in Windows phone 8 is really a tough experience. Because, there is no third party library which is for free (there are some libraries which are highly expensive). BackgroundProject was required with WP8 chat application using Openfire server. After many days of exploration, we found a library which works well in WP8 (** WP8- Windows phone 8) but it lacks documentation and support. I started trial and error with this library. Ple...
Read More
Windows Phone is windows mobile operating system from Microsoft.In my project, there was a requirement of Overlay panel whenever the data is requested from server (i.e., when task takes some time to execute).Here, I am going to show you a sample example of using overlay in windows phone project.Find the sample solution hereOverlay, is it a control or a property?No, the overlay is not a control or a property but it is a process which can be achieved using Popup a Class present in Windows Phone 8 ...
Read More