Hi DanH,

Although I'm a bit lost as Java is a very new language to me, I will
try to figure what you mean.

SimpleAdapter adapterShop = new SimpleAdapter(this, ppp,
R.layout.sort_by_name,
new String[] {"name","age"},
new int[] {R.id.name,R.id.age
);

I have this error ->
The constructor SimpleAdapter(Directory, ArrayList<Sortable>, int,
String[], int[]) is undefined

Not very sure about it.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to