Saturday 15 January 2011

windows phone 8 - Is it possible to set naviagtion uri for BackTile click -


I have developed wp8 app,

I've updated your app tile on some scenarios ,

here I was used to update your tile code

  Shell tile Tailtofind = Shailtil. ActiveTiles.first (); StandardTileData NewTileData = new Manktaildeta {BackgroundImage = new Uri (@ "/ ApplicationTile.png", UriKind.RelativeOrAssolute), calculated = Notifikeshnkount, Baktait = offers.data.info [0] .offer_title, BackContent = offers.data.info [0 ] .location_area,}; TileToFind.Update (NewTileData);   

Here's my question, what back-navigation tiles is possible to set Yuri, as I here navigation uri your toast message

 < Code> Microsoft .phone Shell.ShellToast Toast = New Microsoft.phone Shell. Shellstoost (); Toast.Content = "@" + offers.data.info [0]. Location_area; Toast.Title = offers.data.info [0] .offer_title; Toast. NavigationRush = New Uri ("/ LocalsPM.Xml", Urikhind.RelativeViva); Toast.Show ();   

When I click back tile and front tile, I need to navigate to different pages.

Anybody please tell me, please, if possible please

thanks.

Naurul.

If it is not possible then there is no other way to do this.

Thank you.

user backup appears there is no way to a different URI set to the toggle a tile.

If you need to navigate in different parts of the app then you can use several tiles.

Alternatively, if you update are updated after the tiles are available and there is a different action when you launch the app you want to do and new information (for example Home Instead you go directly to that new item) You can check it when the app is opened. To avoid requesting [n additional] network on launching the app, you can use a background agent to regularly pull up the latest data (including a flag to identify a new item), so it would be Is when the app is launched.

No comments:

Post a Comment