Tag: Mango
-
Capture Picture from Camera and Save in Media Library in Windows Phone
In this post we will see the way to capture a photo using camera and saving that in Media Library. CameraCaptureTask chooser is used to capture photo using Windows Phone Camera. To work with CameraCaptureTask , first you need add namespace Then define a global variable, In constructor of the page, you need to instantiate…
-
Accessing Pictures from Media Library in Windows Phone
You may come across a requirement to access the entire picture saved in Media Library of Windows Phone. Media Library can be access using MediaLibrary class. To work with MediaLibrary class you need to add reference of Microsoft.Xna.Framework. This class is defined in namespace Microsoft.Xna.Framework.Media namespace. To work with MediaLibrary, you need to make instance…
-
How to launch Call Task from Secondary Tile in Windows Phone 7
Recently I got a mail from one of the reader. She asked; How could be launch Call Task from Secondary Tile? In this post I am going to show the way to do that. Before you go ahead with this post, I strongly recommend reading below three posts for more on Live Tiles and Call…
-
How to consume WCF REST Service with JSON in Windows Phone 7
In this post I will show you the way to consume JSON WCF REST Service in Windows Phone 7. This post is divided into four parts. Creating simple WCF REST Service for ADD Consuming JSON REST Service in Windows Phone 7 application. Creating complex WCF REST Service with custom classes and types. Consuming complex JSON…
-
Block Diagram on Windows Phone 7 Application Life Cycle Events
Below block diagram depicts the way various events get executed in Windows Phone 7 application lifecycle. Different events are as below. All events are written in App.Xaml.Cs Application Launching Application Activated Application Deactivated Application Closing As a developer it is must to have understanding of sequence of events get executed in Windows Phone 7 application…
-
Video on How to work with Live Tiles in Windows Phone 7
You can read more about Live Tiles in below articles Live Tiles in Windows Phone 7.5 or Mango phone Delete Secondary Tiles in Windows Phone 7.5 or Mango Phone Schedule the Tile update in Windows Phone 7.5 or Mango Phone