Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Notifications You must be signed in to change notification settings

dalong33/AndroidTableView

Repository files navigation

AndroidTableView

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

结构图如下

github

添加依赖到自己的项目

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

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

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

dependencies {
 ...
	 compile 'com.github.WJKCharlie:AndroidTableView:V1.0.0'
	}

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%

AltStyle によって変換されたページ (->オリジナル) /