If I write list ids like that I can't show list where I want to.I have
to separate id to two ListView .


 ls1.setAdapter(notes);
 ls2.setAdapter(notes);
this is not working.....

I should set list with setListAdapter, but ListView does not support
setListAdaper.

 ls1.setListAdapter(notes);//The method setListAdapter(SimpleCursorAdapter)
is undefined for the type ListView
how to solve this problem ?

--~--~---------~--~----~------------~-------~--~----~
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