Hi Rahul,
Some things that I have noticed:
1) You have not initialized the SongsList item in the constructor. in
the constructor have a ArrayList and initialize it with the value that
you have passed (in your case "al").
2) in ur main activity u can use a setListAdapter it is very easy to
use an
I have tried to implement the above by using the following code...
But, this too is showing the same...
public class MusicListActivity extends Activity {
List> songNodeDet = new
ArrayList>();
HashMap[] songNodeWeb;
XMLRPCClient client;
String logInSess;
Arr
2 matches
Mail list logo