-1
votes
3answers
48 views

How do I save the state of my activity

How do I save the way my Activity is so when closed with the back button and resumed it will be the same way it was when closed. this is my Activity code: public class Levels extends Activity{ ...
0
votes
1answer
151 views

how to save state of dynamically created checkbox in android

i am creating number of check boxes dynamically and i have done some logic to select only one at a time . now i just want to save the state of the selected checkbox and when i come back from the next ...
1
vote
1answer
88 views

Is there any support for a Python program to be able to write a human-readable configuration file from which it can restore its state later?

Update: Based on the responses as of 3/16/2013 (or lack thereof), I get the impression that nothing anything like what I have in mind exists already. Thus I will build such a mechanism for myself ...
0
votes
1answer
55 views

Saving State of MainActivity when opening Settings/About

I have some SeekBars, a Switch and CheckBox on my MainActivity when I open the settings from the menu with: Intent settings = new Intent(this, SettingsActivity.class); startActivity(settings); return ...
0
votes
1answer
136 views

android - data stored in onPause, onStop or onSaveInstanceState

I have a confusion regarding what should go in onPause,onStop and onSaveInstanceState. For example, the Android docs say that For onPause - Commit unsaved changes, but only if users expect such ...
1
vote
1answer
356 views

Saving a state with jquery accordion style menu (Maccordion)

These questions are probably going to seem pretty low end to the experienced, but I'm inexperienced in this area. However, I learn quick and there are some basic things I'm having confusion over. My ...
5
votes
2answers
138 views

Android UI Update Thread - saving and restoring it

How do I properly do that? I have a stopwatch and I'm saving it's state in onSaveInstance and restoring it's state in onRestoreInstance... Now I've following problem: if I stop the thread in ...
2
votes
1answer
79 views

iOS6 app state save and restoration

My app's minimum support iOS version is iOS5. And I didn't do any state save and restoration. It works well on my self iphone4, but some users complain the app is reset when they pick up a phone ...
1
vote
1answer
258 views

Knockout - save state with amplify

I'm wondering if Amplify can easily handle big data model with lots of nested knockout observable objects. The goal is to save and restore current state of the data (view) model after page refresh. ...
0
votes
0answers
56 views

Storing the state of an object in Android

i have two objects for mediaplayer mp and mp1.Both objects save the state of the media player.Here is the code public Object onRetainNonConfigurationInstance() { ...
0
votes
0answers
39 views

Stopping a timer when initiating a page curl

I am trying to create a pause menu for my application. In order to do this, I have created a pause button and a separate view controller in the storyboard to act as my pause menu and have made a page ...
0
votes
1answer
407 views

Save changes within a button in android

i am new in android development, and i'm trying to figure out how cand i make a button to save changes in a Activity. Brief: i have a seekBar where i can change the ringer volume, but it changes ...
0
votes
1answer
409 views

Android - Saving image state

I am developing an Android Application, where I have an imageView on a page and onLongClick it changes from Image A to Image B. However, when they leave the page the imageView goes back to Image A. ...
0
votes
1answer
353 views

How to save and restore the state of an ExpandableListView in Android?

Is it possible to save and restore the state (which items are collapsed and which not) of an ExpandableListView in Android? If it is possible, how can I do that? Can I can I access the ...
2
votes
3answers
640 views

Saving Game state Android

I'm unsure how I'm supposed to save the game state of my game that I'm developing. Should I save a instance/object containing all the game information? If yes, how? Or should I save all the relative ...
0
votes
1answer
315 views

Save UISwitch state in to sqlite database and access the same for display

I have a form contains text fields,a textView and 2 switches.Now I am using sqlite database for saving data in to database.Every thing is fine with text fields,text view saving,retrieving and even ...
0
votes
2answers
404 views

Save custom view's state?

I have an application where a user taps on the screen (in which a custom view is in place with a canvas) and a bitmap appears where the user taps. My application runs fine, except when i press the ...
1
vote
1answer
348 views

android app crash at starting intent with onSaveinstanceState

I have a ListView. The Items of the ListView are saved in a ArrayList called MSGs. Now i implented onSaveInstanceState and onRestoreInstanceState to my class. The thing with the orientation change ...
1
vote
1answer
279 views

android saving dynamic view values

From the title it might be a little unclear what I want to ask so allow me to explain. In my project, I need to make a dynamic view in a while loop. Like so; private void loadCheckPointQuantity() { ...
2
votes
2answers
204 views

Saving lisp state

I am a beginner in lisp and have a question. When I writing some code directly in REPL (without any .lisp file!), how can I save my work/state of the interpreter to restore it next time and continue ...
2
votes
1answer
460 views

Android linear layout override onSaveInstanceState

I have several custom components which extends LinearLayout. Now I want to save/restore their state when screen orientation changes, but I can't do it from activity's ...
1
vote
1answer
716 views

Android save state for dialog

How do you save the state of a dialog in android? I have the following dialog with radio buttons but can't figure out how to save the state of the dialog. Thanks for any help final CharSequence[] ...
18
votes
1answer
8k views

android fragment onRestoreInstanceState

Am I missing something or do Fragments not have a onRestoreInstanceState() method? If not, how do I go about attaining something similar?
1
vote
1answer
3k views

How can I save and clear data entered into a MATLAB GUI?

For example, let's say I would like to design a GUI with a table that the user enters data into. I then want to have 2 push buttons: one that will save the data currently in the table, and another ...
0
votes
2answers
164 views

Android Task Killers

Users of my app are complaining that it is not saving state. I found out they are using task killers after finishing from the app. I know since Android 2.2 its ok. What can I implement to still save ...
0
votes
2answers
371 views

Save and restore a ButtonText when screen orientation is switched

As usual in android, each time the screen is flipped to portrait/landscape mode an Activity runs through life-cycle from onSaveInstanceState to onDestroy and then is recreated. In my Activity there's ...
0
votes
2answers
1k views

how to save switch state with user defaults?

Is there a method to store the state of a UISwitch with NSUserDefaults? If the state is ON I'd like to set some action... Can I do this? Thanks!
3
votes
1answer
5k views

How to change scenes in cocos2d while retaining state of the original scene

In my cocos2d project, I have two scenes. I transition between the two using CCDirector's replaceScene. Is it possible to save the state of the current scene so that when the scene is changed to a ...
3
votes
3answers
1k views

Any way to “save state” in a C# game?

It's ok if the answer to this is "it's impossible." I won't be upset. But I'm wondering, in making a game using C#, if there's any way to mimic the functionality of the "save state" feature of console ...
0
votes
1answer
1k views

Saving form elements properties to XML (Save control state)

I have been using in some projects a xml library for my settings saving, how it worked was like this : saveSettings(Control control, XmlConfig config, string controlName) It would then search all ...
2
votes
3answers
1k views

How to save and load a C++ application state in a modular way

I have a distributed C++ application, which is composed of 4 processes spread on 2 machines. One of the applications serves as "control center" for the rest of the applications. I want to be able to ...