前に書いたSQLiteデータベースを作成して、ListViewで一覧表示するをベースに、球団名をクリックすると、そのチームに所属する選手を画面遷移でListViewに表示してみた。 チーム一覧 「東京スーパースターズ」をクリックすると、下の画面のように画面遷移します。 main.xml<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent"> <ListView android:id="@+id/list" android:layout_width="fill_parent" android:lay