Android loadLabel giving very laggy/slow performance, any solutions? -


i'm trying create launcher app in fetch app names loadlabel, it's taking 3 second load names, , slow!!! tried removing text , works fast! want app labels, can use alternative method? here's code:

textview label = (textview) grid.findviewbyid(r.id.label);             typeface tf_label = typeface.createfromasset(getassets(),                     "fonts/robotoc-regular.ttf");             label.settypeface(tf_label);             label.settext(info.activityinfo.loadlabel(getpackagemanager())                     .tostring()); 


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -