If you want to programmatically get the list of appointments from the calendar application of your Windows Phone device programmatically , you can use the Microsoft.Phone.UserData.Appointments.
How to Save an Appointment in Windows Phone 8 using C# ?
If you want to allow the user to create or save an appointment within the Calendar application in Windows Phone 8 , you can do it using the SaveAppointmentTask launcher.
How to Save an Appointment in Windows Phone 8 using
…How to Get the Name of the Windows Phone Device which is identified by the remote peers ?
How to Get the Name of the Windows Phone Device which is identified by the remote peers ?
string Name = Windows.Networking.Proximity.PeerFinder.DisplayName; MessageBox.Show(Name);
How to Terminate an Windows Phone 8 App using C#?
If you want to programmatically terminate the windows phone 8 application , you can use the Application.Terminate() method .
How to Terminate an Windows Phone 8 App using C#?
Application.Terminate();
When using the Application.Terminate() , the developers should make sure …
How to Create a ShellToast(ToastPrompt) in Windows Phone 8 ?
Do you want to create a ShellToast from your Windows Phone 8 app ? . The Coding4fun toolkit provides some additional controls which can be used create a ShellToast in Windows Phone 8 app.
How to Create a ShellToast(ToastPrompt) in
…How to Deserialize JSON data in Windows Phone 8 app ?
To Deserialize JSON data in Windows Phone 8 , the developers can utilize the json.NET .
How to Deserialize JSON data in Windows Phone 8 app ?
Below is a sample code snippet that demonstrates how to Deserialise JSON data …
How to Get the string from AppResources file in Windows Phone 8 ?
Can i get the SMS or incoming Call information Programatically from a Windows Phone 8 App ?
Most of the developers have this question on whether they can access the SMS or incoming call information programmatically from a Windows Phone app .
Can i get the SMS or incoming Call information Programatically from a Windows Phone 8
…How to Get a developer license to develop Windows Phone store app ?
When you installed the Windows Phone 8.1 SDK and try to create and run the first Windows Phone application . You will be prompted to get a free developer license which is necessary to develop and test the windows phone …
How to Convert a List to ObservableCollection in C#?
This simple blog post will explain how to convert a List of Object to ObservableCollection of Object in C# and Windows Phone 8.
There are times when you want to convert a List of Object to ObservableCollection specially when binding …
- 1
- 2
- 3
- …
- 7
- Next Page »