posted 12 years ago
Hi all,
I'm trying an android app. I'm trying to display some data from database in list view. In my layout xml , i have two edit text box and a date picker, a button and list view.
I want to display the data when the activity loads in list view. I'm able to get the list view only if i remove the datepicker widget or if i place the datepicker widget below the list view.
I'm using simple cursor adapter to set the list veiw.
My layout xml file is like below :
The below layout does'nt work .
how ever this one works:
Any help appreciated.
Thanks