I want to execute this instruction after certain milliseconds.
How can i achieve this?
try {
// Get the typeface
MyApp.appTypeFace = Typeface.createFromAsset(getApplication().getAssets(),
MyApp.fontName);
Log.d("font","in try="+MyApp.fontName);
Log.d("font","type face="+MyApp.appTypeFace);
}