Android Question Working solution to store CustomListView within Statemanager

AHilberink

Active Member
Licensed User
Longtime User
Hi,

I am looking for a solution like Statemanager, but also capable to store a CustomListView.

I tried to modify the Statemanager myselves, but the object CustomListView is not regonized.
Is there already someone who got this worked?

Kind regards,
André
 

Andrew (Digitwell)

Well-Known Member
Licensed User
Longtime User
What is contained within the custom listview? Normally I have a map attached to each item in the list view which is effectively the data which is usedwithin that entry. You should be able to save this information and then recreate the CLV from that.


the first line of the statemanager tutorials say:
Edit: StateManager was written in 2011. I don't recommend using it for new projects. Use B4XPages + KVS2 instead.
 
Upvote 1
Top