Intent s = new Intent(getApplicationContext(), MainmusicActivity.class);
s.putExtra("tid",tid1);
s.putExtra("songlist",r);
s.putExtra("position", position);
System.out.println(tid1);
//s.putStringArrayListExtra("list",r);
startActivity(s);
//上記のコードでは、あるアクティビティから別のアクティビティへの接続が行われ、別のアクティビティに移動すると、空白の画面が表示されます。ここでは、曲がストリーミングされている時間は黒い画面です。ここにプログレスバーを設定したいのですが、どうすればいいですか?助けてください......