Problem with carousel..
I'm listing items from a Appery DB into a carousel, every row in DB gets a new carouselitem to be able to swipe between items. I also have an add item function which adds new item to the DB.
When I add a new item to the DB from my app I refresh the list and the added item shows up. My problem tho, is that the newly added item shows up last in the database and when i list it shows the first item in DB.
When I add a new item i want it to be the one that shows in carousel, not the first item of my DB. Any solutions to this?
I have followed tutorial:
http://docs.appery.io/tutorials/build...
but worked with a carousel instead of a list-object.