[android-beginners] Re: Handling focus in ExpandableListView

2009-09-29 Thread Brian
Yeah - works like a charm! Thanks, Justin! Here the code snippets for others to reuse: public class ProjectList extends ExpandableListActivity implements AdapterView.OnItemSelectedListener ... @Override public void onCreate(Bundle savedInstanceState) {

[android-beginners] Re: Handling focus in ExpandableListView

2009-09-25 Thread Justin Anderson
Try implementing the AdapterView.OnItemSelectedListener interface... Thanks, Justin -- There are only 10 types of people in the world... Those who know binary and those who don't.