The code is as below
public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); Intent i = getIntent(); ArrayLis
what is this ?
UrlList urlList; urlList = XMLParser.urlList;
and what is it doing here?
String[] categoryNameStrings = urlList.getCategoryName().toArray(new String[0]);
Can you please post the error log?