I want to create an tile icon inside my WP7 application. It should look like the same tile icon in WP7 home screen. How do I create those tile icons inside my WP7 app using C# code or XAML code.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’m not entirely sure what you are asking.
If you just want to show an image/icon then you can use an Image control – you can load this from an image embedded as Content or as an EmbeddedResource.
If you want to show more animated “live tiles” then try the HubTile in http://silverlight.codeplex.com/ – http://igrali.wordpress.com/2011/08/19/how-to-use-the-hubtile-control/