I have 5 uicontrols, custom ui that i have written by extending views. All of them support gestures, i want to write the timestamp of each gesture from each ui to a file. The file will be created at runtime on the sdcard.
I have created a singleton object - its instantiated in each ui view. I am passing in the timestamp each time there is a gesture on the view (views have gestures like zoom/pan etc).
So how do i write these timestamps to a file that i created in the singleton object.