Top "Application-state" questions

Use this tag for questions related to the Application State; an application can be at the active state, for example.

How to save an activity state using save instance state?

I've been working on the Android SDK platform, and it is a little unclear how to save an application's state. …

android android-activity application-state
Does asp.net MVC have Application variables?

I am busy converting a web application to MVC and have some information saved to Application variables used across multiple …

c# asp.net-mvc application-state
iOS: How to tell when an app is going to suspend?

I want to know when my app is going to be suspend? The state of not being active for a …

ios objective-c background suspend application-state
Confusion between background vs suspended app states

I am bit confused about these two states. Following is my understanding; when app is in background and if you …

background ios5 uiapplication application-state