So I'm reading about Optimistic UI and it's something I would like to implement in my android java app.
My android app connects with my rest api. My confusion is how do I go about this?
I have a products api that I call from the android app to save data. How do I do this using the optimistic ui approach.