程序的编写借鉴了SortableTableView的编码思路(https://github.com/ISchwarz23/SortableTableView), 基于GridLayout实现了跨行、列合并单元格。
github
allprojects { repositories { ... maven { url 'https://jitpack.io' } } }
dependencies { ... compile 'com.github.WJKCharlie:AndroidTableView:V1.0.0' }