> If I write list ids like that I can't show list where I want to. Yes, you can. ListViews work like any other widgets.
> I have > to separate id to two ListView . Correct. That is what I wrote. > ls1.setAdapter(notes); > ls2.setAdapter(notes); > this is not working..... It should. > I should set list with setListAdapter No, you shouldn't. > but ListView does not support > setListAdaper. Correct. It supports setAdapter(). > how to solve this problem ? Use setAdapter(), as I wrote last time. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 2.0 Available! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

