2

Now that the 7.8 update is coming to WP7.x devices, how can I handle the multiple tile sizes an app can offer?

What changes do I need to do in the AppManifest?

The SDK can be downloaded from here. Please help as I am not able to find a good resource till now.

madth3
  • 7,275
  • 12
  • 50
  • 74
Milan Aggarwal
  • 5,104
  • 3
  • 25
  • 54

1 Answers1

4

Have a look at this blog post, it describes the changes, and references a MSDN article on how to set that up.

Another option is to use a CodePlex project called MangoPollo.

Mangopollo will allow you to easily take advantage of new windows phone tiles (cyclic, flip, iconic) if your application is run from a Windows Phone 7.8 or 8 as well as new launchers if your application is run from a Windows Phone 8 while remaining compatible with windows phone 7.

Alastair Pitts
  • 19,423
  • 9
  • 68
  • 97