• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. S

    Apps how to show another List View

    Hi I'd like to show another List View 'B' after clicking a item of List View 'A'. I use onListItemClick event in Android 1.6 project. public void onListItemClick( ListView parent, View v, int position, long id) { Toast.makeText(this...