Android/APP
-
ArrayAdapter.createFromResourceAndroid/APP 2011. 7. 27. 11:19
public static ArrayAdapter createFromResource (Context context, int textArrayResId, int textViewResId) Since: API Level 1 Creates a new ArrayAdapter from external resources. The content of the array is obtained through getTextArray(int). Parameters context The application's environment. textArrayResId The identifier of the array to use as the data source. textViewResId The identifier of the layo..