我想在几毫秒后执行这条指令。
我怎样才能做到这一点?
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);
}