I want to make a timer which will be shown on every activity of my application.
I know how to make a timer on an activity below is my code
public class T
Create a Singleton! http://en.wikipedia.org/wiki/Singleton_pattern
singleton guarantee that there will be only one object of some kind and makes it easy for any other object to access it.