Use those constants in an object Go ahead and set the duration (short, medium or long)
int final static config_shortAnimTime=200;
int final static config_mediumAnimTime=400;
int final static config_longAnimTime=500;
Is there any way to get the values set by the user in the device configuration panel?
that is, if the user has set the animations slow or fast, the application takes it into account.