Tag: Windows Phone
-
XAML Bindings in Windows Phone 8
I thank my friend Suchit Khanna for co-authoring this article with me Data is an ubiquitous entity in today’s world of application development, present in some form or the other, and your application should have an intuitive UI that is able to bind to data as well as respond to any form of change in…
-
ASP.Net Web API Service in Windows Phone: Part 4 of Many
Creating First HTTP Service using ASP.NET Web API: Part1 of Many Consuming ASP.NET Web API Service using HttpClient: Part2 of Many How to Self-Host ASP.Net Web API: Part 3 of Many In this post we will consume ASP.Net Web API HTTP Service in Windows Phone Application. If you do not specify header information in HTTP…
-
Some Important Points from Design for Windows Phone Developer session from Bijoy Singhal
I attended session of Bijoy Singhal on Design for Windows Phone Developer. I captured some of the points from that session as below IT has been moved from office to home and in between ; Smartphone is not a tiny desktop Phone usage pattern different from desktop You don’t want to create app that wont…
-
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…
-
Launchers related to MarketPlace in Windows Phone
In this post we will discuss three important launchers related to Windows Phone Market Place MarketPlaceHubTask launcher MarketPlaceReviewTask launcher MarketPlaceDetailTask launcher MarketPlaceHubTask launcher This is used to launch Windows Phone Market Place client application. You can launch market place client application along with music content as below, You can set content type of the search…