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 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 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 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/ 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 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. 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 Question saving data and retrieving it later - DonManfred (first post) Dec 21, 2016 (1 reaction) Yes it is a more complex solution.
StateManager is based on RandomAccesfile also...
RandomAccessFile should be fine for the issue here.
StateManager can be an alternative for sure. B4A Library [Class] Flexible Table - klaus (first post) Oct 26, 2020 (1 reaction) I have never used Statemanager . Page: 1 2 3 4 5 6 7 Powered by ColBERT |