--------------------------------------------------- 学习内容来自GitHub优秀源码 https://github.com/twotoasters/JazzyListView 包含两部分: 1、JazzyGridView 2、JazzyListView GridView和ListView控件划动的动画效果 下载(只包含源码src文件和res/values/attrs.xml 三、jazzyListView的使用 1、布局文件中添加jazzyListView控件(注意标签名 包名+类名): <com.twotoasters.jazzylistview.JazzyListView 添加数据源和适配器 private List<String> list ; private JazzyListView listView; private ArrayAdapter<String> adapter ; listView = (JazzyListView) findViewById(R.id.list); list = new ArrayList<String>(); for(int i=0;i<30
komrad36/CRC CRC C++ 124 https://github.com/fffaraz/cppDES cppDES C++ 125 https://github.com/twotoasters/JazzyListView JazzyListView Java 需要提交至:GitCode - 全球开发者的开源社区,开源代码托管平台[13] 六、邀您加入:共建鸿蒙三方库新生态 无论您是资深 C/C++/Java 开发者