I need help.
I searched on google and kodular community for long time, and i cannot find this.
I am making a quote app, and i am adding a bookmark feature using view pager,listview image and text, and tiny db.
I am using view pager as the first page shows quote, and the second screen shows quotes you bookmarked.
So I got the tiny db component and started experimenting with it.
But whatever I do, I cant figure out how to do this.
So its basically if you click the bookmark button,it has to save the label 1(quote),and label2(quote author) to tiny db, and listview should show the quotes I bookmarked. I am using same image for image, and title should be label1 and subtitle should be label2.please help me.
And I searched and found similiar post, and tried that,but it still didnt work and listview showed blank.
And somehow i managed to make it show to listview, but it gets erased when i close and reopen the app.
So i experimented a bit and now its showing blank
Please help me
Sorry if its an stupid question
The simple process is
Onbookmark clicked
Initialise a local variable with tinydb
Add items to this local variable with clicked items as a yailist
Save this local variable into the tinydb with same tag
Thats all my friend, now you are ready with bookmarks and get jt anywhere this in your all if use same namespace
1 Like
Um
Okayyyy
Hello!
Can you explain to me more details?
Because I tried everything and it’s not working:(