B4A Tutorial StateManager - Helps managing Android applications settings and state - Erel    Sep 30, 2021   (22 reactions) Edit: StateManager was written in 2011. I don't recommend using it for new projects. Use B4XPages + KVS2 instead.
StateManager is a code module which takes care of handling the application UI state and settings.
Settings
Settings are the application configurable settings. These settings should be B4A Example Part 1: UDP Text Communication: Same Network - lemonisdead (first post)    Jan 15, 2016   (1 reaction) Hello,
StateManager is a shared code module. It is a part of the sample located here : https://www.b4x.-helps-managing-android-applications-settings-and-state.9777/#content B4A Tutorial [B4X] MQTT Chat Room - Erel    Nov 18, 2019   (43 reactions) 39859 39863 https://www.b4x.com/basic4android/images/SS-2015-12-21_14.40.07.png When you start the Android app you can choose whether it will be the server. The other clients will connect to the server. The messages are serialized with B4XSerializator (RandomAccessFile library). B4XSerializator i B4A Question [SOLVED] Crash on Statemanager - agraham (first post)    Mar 14, 2022   (1 reaction) The problem appears to be in Sub innerRestoreState which has been called recursively as you can see from the stack trace. As the problem started after you added a Panel it is probably in the last "Else If v Is Panel" code. It might be that StateManager can't cope with a CustomList view. as it was wr Italian [B4A] Impostare un layout multiplo - Sagenut (first post)    Nov 14, 2020   (1 reaction) Lo STATEMANAGER (che non ho usato e quindi non conosco) forse può aiutare in questo? B4A Question Statemanager and Android v11 [SOLVED] - agraham (first post)    Sep 21, 2021   (1 reaction) The StateManager example seems to work fine for me on both my Android 11 devices.
https://www.b4x.-helps-managing-android-applications-settings-and-state.9777/ B4A Question Save form before refresh - Erel (first post)    Oct 30, 2016   (2 reactions) You should use StateManager to preserve the UI state: StateManager - Helps managing Android applications settings and state B4A Question [ StateManager] Userclosed = true on Activity_Pause dont run ... - Erel (first post)    Jun 09, 2020   (1 reaction) Posting 400+ lines of code is a bit too much to be useful.
Post the code that is related to StateManager. B4A Library [Class] Flexible Table - klaus (first post)    Oct 26, 2020   (1 reaction) I have never used Statemanager . B4A Question State Manager - Erel (first post)    Apr 19, 2015   (1 reaction) StateManager saves "user editable" data. Like EditText Text property or TabHost selected tab.
The user cannot directly modify the button text so it is not saved. The same is true about ListView items. Page: 1   2   3   4   5   6   7   Powered by ColBERT |