Building Windows 8 Store Apps | GTC...

Post on 19-Jun-2020

1 views 0 download

Transcript of Building Windows 8 Store Apps | GTC...

Battery

demo

Apps do not get notified when

they are getting terminated

// Register for the Suspending event and call OnSuspending when received

// Handle the suspending event and save the current user session using WinJS sessionState

// We are getting suspended

}

// Register for the Resuming event and call OnResuming when received

{

// We are getting resumed, in general do nothing

}

Scenario You should….

3/18/20131

2

I want to work in

background!