{"id":16986928,"url":"https://github.com/amrdeveloper/treeview","last_synced_at":"2025-09-17T19:33:53.256Z","repository":{"id":45835814,"uuid":"459301816","full_name":"AmrDeveloper/TreeView","owner":"AmrDeveloper","description":"Multi roots TreeView 🌴 implementation for Android that require no custom and allow customization in the design and logic","archived":false,"fork":false,"pushed_at":"2024-12-26T13:19:38.000Z","size":3184,"stargazers_count":192,"open_issues_count":9,"forks_count":24,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-09-05T17:16:56.295Z","etag":null,"topics":["android-library","android-treeview","androidtreeview","java","kotlin","treeview"],"latest_commit_sha":null,"homepage":"https://amrdeveloper.github.io/TreeView/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AmrDeveloper.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"amrdeveloper"}},"created_at":"2022-02-14T19:42:37.000Z","updated_at":"2025-08-29T01:33:45.000Z","dependencies_parsed_at":"2024-01-16T23:29:20.961Z","dependency_job_id":"2ef7c82b-9f6d-4f56-860e-39f109f429c6","html_url":"https://github.com/AmrDeveloper/TreeView","commit_stats":{"total_commits":77,"total_committers":1,"mean_commits":77.0,"dds":0.0,"last_synced_commit":"3a8dc7d0c274c79d560a38b0f9311d668f9f3233"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/AmrDeveloper/TreeView","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmrDeveloper%2FTreeView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmrDeveloper%2FTreeView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmrDeveloper%2FTreeView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmrDeveloper%2FTreeView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AmrDeveloper","download_url":"https://codeload.github.com/AmrDeveloper/TreeView/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmrDeveloper%2FTreeView/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275649965,"owners_count":25503212,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-17T02:00:09.119Z","response_time":84,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android-library","android-treeview","androidtreeview","java","kotlin","treeview"],"created_at":"2024-10-14T02:47:23.447Z","updated_at":"2025-09-17T19:33:53.222Z","avatar_url":"https://github.com/AmrDeveloper.png","language":"Java","readme":"# TreeView\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"media/tv-logo.png\" width=\"128px\" height=\"128px\"/\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n \u003cimg alt=\"Codacy Badge\" src=\"https://app.codacy.com/project/badge/Grade/d899da7160c24435bfe52b29146601ce\"\u003e\n \u003cimg alt=\"CodeFactor\" src=\"https://www.codefactor.io/repository/github/amrdeveloper/treeview/badge\"\u003e\n \u003cimg alt=\"Min API Level\" src=\"https://img.shields.io/badge/API-%2B16-brightgreen\"\u003e\n \u003cimg alt=\"Maven Central\" src=\"https://img.shields.io/maven-central/v/io.github.amrdeveloper/treeview?color=green\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\nMulti Roots TreeView implementation for Android Platform with a lot of options and customization\n\u003c/p\u003e\n\n## Demo\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"media/treeview_files_demo.gif\" alt=\"animated\" height=\"250\" width=\"20%\"/\u003e\n  \u003cimg src=\"media/treeview_todos_demo.gif\" alt=\"animated\" height=\"250\" width=\"20%\"/\u003e\n  \u003cimg src=\"media/treeview_logs_demo.gif\" alt=\"animated\" height=\"250\" width=\"20%\"/\u003e\n  \u003cimg src=\"media/treeview_chat_demo.gif\" alt=\"animated\" height=\"250\" width=\"20%\"/\u003e\n\u003c/p\u003e\n\n### Features:\n    - No Custom Views.\n    - Easy use, customize and extend.\n    - Support any number of roots.\n    - Can use a different design for each node.\n    - Selection mode for nodes.\n    - Dynamic adding and removing nodes.\n    - Don't save a reference for the view holder in each node.\n    - Can handle a large number of nodes without problems.\n    - Providing on click and on long click listener nodes.\n    - Easy to override any operations by override `TreeNodeManager`.\n    - Collapse and Extend node and node branch.\n    - Collapse and extend nodes by level.\n    - Collapse and expand all nodes.\n    - Can perform 2D scrolling without custom layout.\n\n### Documentations:\n  - [Full Documentation](https://amrdeveloper.github.io/treeview/)\n  - [Install Documentation](docs/install.md)\n  - [Add to XML Documentation](docs/add-to-xml.md)\n  - [ViewHolders Documentation](docs/view-holders.md)\n  - [Tree Node Documentation](docs/treenode.md)\n  - [TreeView Adapter Documentation](docs/treeview-adapter.md)\n  - [TreeNode Manager Documentation](docs/treenode-manager.md)\n  - [Full Example Documentation](docs/full-example.md)\n\n### Articles\n  - [A new Android TreeView implementation](https://itnext.io/a-new-android-treeview-implementation-9b27ca9854af)\n  - [How to build TreeView from JSON in Android](https://itnext.io/how-to-build-treeview-from-json-in-android-9ec342a6205)\n\n### License\n```\nMIT License\n\nCopyright (c) 2022 - 2024 Amr Hesham\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```","funding_links":["https://github.com/sponsors/amrdeveloper"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famrdeveloper%2Ftreeview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famrdeveloper%2Ftreeview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famrdeveloper%2Ftreeview/lists"}