[android-developers] Re: problem displaying music list using custom adapters

2010-04-21 Thread praj
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

[android-developers] Re: problem displaying music list using custom adapters

2010-04-21 Thread Rahul
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