mirror of
https://github.com/wasabeef/awesome-android-ui.git
synced 2026-03-09 07:22:17 -05:00
Add SortableTableView #68
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ISchwarz23 on GitHub (Feb 5, 2017).
Hi @all,
I wonder if you want to include my "SortableTableView" library. As I am developing it since more than one year now, it is very mature. It is currently downloaded more than 1000 times per month.
The library enables its users to display their data in a table very simple. The api was designed very android like so the usage is intuitive for experienced android developers. As I sad the usage is very easy, nevertheless it provides a big amout of customization possibilities to fit nearly every need.
If you need more information about the "SortableTableView" don't hesitate to contact me or have a look at the project: https://github.com/ISchwarz23/SortableTableView
Best regards,
Ingo