SkillAgentSearch skills...

AndroidTableView

AndroidTableView,support row and column merging。基于GridLayout,实现了表格的跨行列合并。具体介绍参见我的博客:http://blog.csdn.net/wjk343977868/article/details/69261566

Install / Use

/learn @WJKCharlie/AndroidTableView
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

AndroidTableView

程序的编写借鉴了SortableTableView的编码思路(https://github.com/ISchwarz23/SortableTableView), 基于GridLayout实现了跨行、列合并单元格。<br> github

结构图如下

github

添加依赖到自己的项目

1、在根目录的build.gradle添加如下代码

allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

2、在项目所在目录的build.gradle添加如下代码

dependencies {
          ...
	        compile 'com.github.WJKCharlie:AndroidTableView:V1.0.0'
	}
View on GitHub
GitHub Stars17
CategoryCustomer
Updated2mo ago
Forks6

Languages

Java

Security Score

75/100

Audited on Jan 29, 2026

No findings