Reputation: 1659
I am working on a windows phone app
& the app almost completed but I don't know how to shortcut tile for my wondows phone 7.0 app. which will in start screen. and when user pin that tile then my app will be opend.
and also I want to ask that can I use ShellTile in Windows phone 7.0? I think it's available in above 7.0 version
I found some code at msdn--->
ShellTileSchedule SampleTileSchedule = new ShellTileSchedule();
........// some code
but it's not worthed
does anyone have knowledge about this?
Upvotes: 0
Views: 531
Reputation: 1643
Its called secondary tiles. Please refer this article and it will explain you very cleary.
http://www.geekchamp.com/articles/how-to-add-and-remove-secondary-tiles-in-windows-phone-apps
Upvotes: 1