Android Question How can I save user input data?

yzeflores

Member
Is it possible to save the input of a user? for example, like an attendance sheet you pick a specific date and check the students who are present on that day then save it. and when I get back to that date I can still see the students who were present. Is there a way I can do this in B4A?
 

yzeflores

Member
You can for example use KeyValueStore and store the list of students as values and the date string as key.

Can I store a list that I had already created beforehand? like a CLV perhaps? I am having a hard time to how to use this one on my project
 
Last edited:
Upvote 0

makis_best

Well-Known Member
Licensed User
Longtime User
You can store all the list you have using a KeyValueStore or a file or a sqlite database
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…