What is the use of the postInvalidate()
function in Android? I have been seeing this function in a lot of places. When I Googled, I came out with this much:
postInvalidate-- post an invalidate request on the UI-thread
I don't know what the phrase "invalidate request" there means. Can someone explain in detail what is happening here?