これでエラーは発生しませんでしたが、エミュレーターでデータを表示できません。また、強制終了はありませんでした。活動が行われています。すべてのプリント sts を正常に取得します。何を追加する必要があるのか わからないので、事前に感謝します。私のコードは
私の onPostExecute
protected void onPostExecute(String file_url) {
super.onPostExecute(toString());
pDialog.dismiss();
groupnamelist=new ArrayList<String>(new HashSet<String>(tnamelist));
System.out.println("List Success :"+tnamelist);
lv = (ListView) findViewById(R.id.ListView);
// selecting single ListView item
setListAdapter(new ArrayAdapter<String>
(Topic.this,android.R.layout.simple_list_item_1));
System.out.println("Before call another class Topic names :"+groupnamelist);
return;
}
LogCat でエラーが発生しませんでした。