I have a String is like String data="apps";
String data="apps";
i know loading String in Android in two ways..
First one is
so it is a constant i def
You should consider using XML strings as a way to display something to the user and change it depending on locale.
Never the less, public static final String data="apps"; should be used in order to hide some not-for-user data like db connections, log messages etc.
public static final String data="apps";