Hi .. Iam new to android
I am facing problem with the sublist.
I have a ListView , when i click on one item in the listview it should open another list(i.e. sublist ) in next screen.
Iam using SQLite database . i took one table for main list . and for sublist i took another table..
I can insert the values for 1st table through a textbox but i dont know to insert values to the second table from textbox.
please help me how can i get it???
thanks in advance


