Where is the temp folder on Android devices?

android, temp

Solution

Reading this post from the android developers google group leads me to believe that there is not 1 global temp directory, and each application is expected to maintain their own temporary files.

Problem

Where is the temp folder located on Android phones?

Original source