listview - i want to make a screen with list and it should include a drill down concept in android app on gingerbread -


My app should have an activity to show a list of elements and These elements can be selected by using some elements, if it is clicked, then another list on the next screen with sub elements should be visible . Desperate need help snippet link would be better Thanx

Extend two activities with ListActivity. To create a list list, check it and apply the click listener to the list item and start another activity on the click event ...

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -