WP7DEV

Showing posts with label WP7DEV. Show all posts

In last two post, we learnt about How to search in the WP7 Marketplace using the MarketplaceSearchTask? and How to Launch the WP7 Marketplace Hub using the MarketplaceHubTask? Today in this small post, we will learn how to launch the application details page.

 

If you searched application in Marketplace using the marketplace client, you would familiar about the application details page. The details page consists of information about the application including install & share button and reviews section. You might want to add that page in your application. Continue reading to learn about the API.

Published by on under CodeProject | Silverlight

In our previous Windows Phone 7 tips, we learnt how to search applications and/or music in the WP7 marketplace using the MarketplaceSearchTask API.

 

Today in this post, we will learn about the MarketplaceHubTask API to launch the Windows Phone 7 Hub client in your phone device. Using the code, you can also launch it in the phone emulator. Continue reading to learn more about it.

Published by on under CodeProject | Silverlight

In your Windows Phone 7 application, you may want to search for some application or music rom WP7 Marketplace. How will you do this? This small tips on Windows Phone 7 marketplace related API will help you to write code in your application.

 

You can easily achieve this by using the Marketplace Launchers task to call the search API. Continue reading to know more about it.

Published by on under CodeProject | Silverlight

If you have a Windows Phone 7 device and you are a WP7Dev, you may want to develop and test your WP7 application inside your device. All the time, the simulator doesn’t help us to test our application and hence you need the hardware device. The Phone 7 by default comes as a locked for development, but if you want, you can easily unlock it for testing and debugging purpose.

 

In this small post, I will help you to understand each steps in detail. Continue reading to be familiar with the process.

Published by on under Tips | WP7

Microsoft Windows Phone 7 camps now in your city. If you are in India, you can now join the WP7 Camps in 6 major cities across India. Starting from 17th February to 29th February it will happen in Delhi, Bangalore, Indore, Ahmedabad, Mumbai and Trivandrum.

 

If you are in near by cities and want to join the camp, find the date and address in this post. Enjoy the event with Windows Phone influencers and learn more from them.

Published by on under Events | News

Sometime we may need to download images from external location to our Windows Phone 7 Media Library. Few days ago, I tried to implement the same in one of my application. Initially, I thought that it is very easy to implement but later noticed the complexity. I did few R&D with Mayur Tendulkar to implement the same and came up with a solution. Thanks to Mayur for helping me out.

 

It this post, I will discuss the way of implementation of it with the full code snippet. Continue reading to check out the downloading mechanism of external images to Media Library.

Published by on under Silverlight | WP7

Busy Indicator is a tool which you can add in your Silverlight or WP7 application to show a loading indication to your user while doing some sort of operations. This is just to let the user know that something is going on.

 

Here in this article, we will learn how to use Telerik BusyIndicator control in your Windows Phone 7 and let the user know that some operations are going on in the background.

Published by on under Silverlight | Telerik
Pune User Group in association with Microsoft is hosting a 4 days FREE training program for technology professionals in Pune. In this training program, attendees will learn about application development for Microsoft Windows Phone devices.

Registration for this training program is absolutely FREE for any technology professional, who wants to learn Windows Phone Application Development. Continue reading this post to know more about this program, session agenda and venue details. At the end, submit 3 applications and claim your FREE Windows Phone 7 device. See you all there.
Published by on under Events | PUG

“Betty Wallpapers” is a small Windows Phone 7 application developed by my friend Jebarson Jebamony (aka. Jeba), Microsoft India. Using this application, you can search and download wallpapers and images from the web. It allows to search images with any key. It also has a settings panel, where you can configure various options related to your search parameter.

 

The installer of this application is less than 1MB in size and supports Windows Phone 7.5 or higher. You can install the Trial version (which has few settings OFF by default) and if you like it, purchase it from the Marketplace to support the development.

Published by on under DZone | Windows Phone Apps

Do you want to integrate the network connection settings page (like: Airplane, Bluetooth, Cellular and/or WiFi) in your Windows Phone 7 application? Then this article will help you step-by-step to understand and integrate it.

 

Connection Settings page are those, where you can configure your connection types and various parameters of the connection. Windows Phone 7 SDK exposes the APIs for you to integrate them in your application. In this tutorial, we will discuss about these with a nice demo. Read further to know about these settings page and integration steps to the application.

Published by on under Silverlight | Tutorial

Behaviors are most demanded feature to include in Silverlight, Windows Phone 7 and/or WPF applications to implement proper MVVM pattern to do some UI level actions. These are pluggable on demand and don’t need any other extra code to integrate. Just a simple XAML change and you are done.

 

In this article, we will learn how to use the inbuilt “PlaySoundAction” behavior to add sound effect on button click. We will demonstrate it using Windows Phone 7 application. Read more to learn. Complete demonstration with images for each steps available.

Published by on under DZone | ExpressionBlend

Boryana Miloshevska published this eBook “Silverlight for Windows Phone Toolkit in Depth” in WindowsPhoneGeek.com. The book includes hands on guide with code to demonstrate all the controls available in the Windows Phone 7.1 Toolkit (August 2011).

 

Click “Read More” to know about this book and find the links to download the eBook for Free. Hope this book will be a great help to you. Don’t forget to visit the book’s page to say a “Thanks” to the Author of the book.

 

Published by on under Book | eBook

imageSometime we want to show the System Information to the user, whether it is an Application or a simple Game. We need to show those system specific information to the Windows Phone 7 user by using an System page. So, in such case, how will you fetch those information and show them to the user?

 

Well, this post will help you to understand it and let you know about this data in Windows Phone 7 device. Read to learn more about this topic.

Published by on under CodeProject | DZone

The root class of the Windows Phone 7 page includes two attributes called “Orientation” and “SupportedOrientations”. Those are actually enum values and provides you option to set the orientation of your page programmatically.

 

Today in this post we will describe about it in depth. If you are new to Windows Phone 7 programming, you will find this tip handy to understand about the page orientation on Phone page. Read to know more about this.

Published by on under Silverlight | Tips

That’s a good question asked by Alan in my last post “Why the Frame Rate Counter is not available in my Windows Phone 7 Emulator?” Ok, to answer to this query, there could be some different issues/solutions for this.

 

Let’s discuss more on this query here. If you are facing the same issue, this post might help you. There could be different possibilities too. If you have different solution, please use the comment link to submit your approach here.

Published by on under Mango | Silverlight

Microsoft released Windows Phone 7.1 SDK tools yesterday, 28th September 2011. It’s in RTW release, that means, it is released to web. Cliff Simpkins announced the release of the Windows Phone SDK 7.1 in Windows Team Blog.

 

In this post, find the link to download the RTW version of Windows Phone 7.1 SDK (Mango) which includes both the web and standalone offline installer for all separate languages.

Published by on under Mango | News

Frame Rate Counter in Windows Phone 7

While working with Windows Phone 7 emulator, you might noticed that, in debug mode it shows some numeric values at the right side of the screen. So, what are those values and why that numeric bar is available in debug mode?

 

The bar represents numeric values for Frame Rates to debug Memory usage by your WP7 application. In this post, we will briefly discuss on this topic. Read further to learn more about this Frame Rate Counter.

Published by on under Silverlight | Tips

In Windows Phone 7, the System Tray is the small bar across the top of the screen in Portrait mode. It displays the Signal strength, Current time and Wi-Fi connection strength.

 

In this post, we will learn more about Windows Phone 7 System Tray. It is easy to write code to show or hide the tray. We will use a small demo to demonstrate it.

Published by on under CodeProject | DZone

Are you facing any issue deploying your Windows Phone 7 application in the emulator or, are you facing any issue while opening the Windows Phone 7 emulator? Is it stating some System Error while finding “MFPlat.dll”? If you are facing the similar issue, this post will help you. Do bookmark this post and share to others, so that, if anyone is facing the same will resolve it easily.

 

In this post, I will tell you the background of the issue and the solution to fix this problem. If you have any other alternative, do share it here and help the other person. Read more to find out the issue and it’s solution.

Published by on under Windows | Windows7

Last week, Microsoft released Silverlight 5 Release Candidate (RC). If you didn't yet download the bits and try out the new features, read the post "Silverlight 5 RC is now Available". During the week, we submitted blog posts from various sources to Silverlight-Zone.com on Silverlight, Windows Phone 7, LightSwitch, XNA and other similar categories.

 

In this blog post, find the top viewed 5 posts @SilverlightZone. "The WP7 Motion API" was the popular post. Read more to find out the complete list, as well as the Archive links of Daily News Headline.

Published by on under Silverlight | SilverlightZone