# ListViewAndListView **Repository Path**: mirrors_bluesky51/ListViewAndListView ## Basic Information - **Project Name**: ListViewAndListView - **Description**: 左边ListView为商品分类,右边为分类的具体内容,右边滚动的时候左边要联动发生变化,左边列表点击右边内容跟随者变化 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### ListViewAndListView仿购物商城分类页面的效果(左边有ListView,右边也是ListView),具体情况如下: 1.点击左边的ListView的item显示选中效果(setSelection()设置选中项目),右边ListView内容跟随发生变化; 2.右边ListView滚动内容(使用setOnScrollListener()监听),分类标题置顶,左边也跟着右边内容的变化而变化,选择item; 3.默认选中第一项;