I want to make an app which has a form on first screen which requires
- To fill name in textbox
2)To fill date from date picker
3)To Select a option from spinners
I want that when i click on a button all the data is saved on Screen2
I think I have to use TinyDB and List View
But not sure can someone help me
Thanks
yes, for that you have to use tinydb
1 Like
can you help me with the coding
maybe this can help you to save the data to listview
1 Like
This doesnt help me i cant figure out with spinner
Try to see the project I made, maybe it can help :
TinyDB_For_Learn.aia (4.6 KB)
1 Like
Your app is saving only one at a time i want that it gets added to the list (more than one)
you can use this block,
then store the list in tinyDB
1 Like
it is already added in the app which Salman_Dev sent but it is only saving one
yes i had tested but it worked this time thanks
But it goes away when i click on it any solution
Here is my app till now it is for saving data of health insurance
Bimajagat.aia (23.2 KB)
I want it to go away when i long press it maybe