{"id":13848136,"url":"https://github.com/mcharmas/android-tagview","last_synced_at":"2025-08-25T12:12:02.034Z","repository":{"id":10961939,"uuid":"13275394","full_name":"mcharmas/android-tagview","owner":"mcharmas","description":"Simple android view to display list of colorful tags efficiently.","archived":false,"fork":false,"pushed_at":"2013-10-02T17:12:30.000Z","size":288,"stargazers_count":174,"open_issues_count":3,"forks_count":32,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-07-03T13:06:19.723Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mcharmas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-10-02T15:50:46.000Z","updated_at":"2025-02-15T17:53:28.000Z","dependencies_parsed_at":"2022-08-28T05:02:54.549Z","dependency_job_id":null,"html_url":"https://github.com/mcharmas/android-tagview","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mcharmas/android-tagview","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcharmas%2Fandroid-tagview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcharmas%2Fandroid-tagview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcharmas%2Fandroid-tagview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcharmas%2Fandroid-tagview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mcharmas","download_url":"https://codeload.github.com/mcharmas/android-tagview/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcharmas%2Fandroid-tagview/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272063217,"owners_count":24866673,"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-08-25T02:00:12.092Z","response_time":1107,"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":[],"created_at":"2024-08-04T19:00:42.749Z","updated_at":"2025-08-25T12:12:01.982Z","avatar_url":"https://github.com/mcharmas.png","language":"Java","funding_links":[],"categories":["Java","Libs"],"sub_categories":["\u003cA NAME=\"Widget\"\u003e\u003c/A\u003eWidget"],"readme":"Android TagView\n===============\n\nSimple android view to display collection of colorful tags efficiently.\n\nLibrary uses ```TextView``` as a base, and creates custom ```Spanes```\nto achieve such effect. It is usable as static view in the layout,\nas well in the list element without significant negative effect on it's performance.\n\nExample usages can be found in *example* project.\n\nScreenshots\n===============\n\n![Screenshot](screenshot.png \"Screenshot\")\n\nUsage\n===============\n\nBasic usage\n---------------\n\nAdd view to your layout. You can manipulate content with ```setTags``` method.\n\n```\nTagView tv = (TagView) getView().findViewById(R.id.tags_view);\nTagView.Tag[] tags = {\n    new TagView.Tag(\"Sample tag\", Color.parseColor(\"#0099CC\")),\n    new TagView.Tag(\"Another one\", Color.parseColor(\"#9933CC\"))\n};\ntv.setTags(tags, \" \");\n```\n\nTo use default style of TagView, include this attribute in your theme:\n\n```\n\u003citem name=\"tagViewStyle\"\u003e@style/Widget.TagView\u003c/item\u003e\n```\n\nCustomization\n---------------\nTagView is derived from TextView, so all it's attributes should work.\nMost important ones are ```textSize```, ```textStyle``` and ```textColor```.\nAdditional view properties are:\n\n* ```tagCornerRadius``` - making corner round\n* ```tagPadding``` - adding padding around the tag\n* ```tagUppercase``` - making every tag uppercase.\n\nYou can inherit sane default values using style ```@style/Widget.TagView```\nas a parent.\n\nLicence\n===============\n\n\tCopyright 2013 Michał Charmas\n\n\tLicensed under the Apache License, Version 2.0 (the \"License\");\n\tyou may not use this file except in compliance with the License.\n\tYou may obtain a copy of the License at\n\t\n\thttp://www.apache.org/licenses/LICENSE-2.0\n\n\tUnless required by applicable law or agreed to in writing, software\n\tdistributed under the License is distributed on an \"AS IS\" BASIS,\n\tWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n\tSee the License for the specific language governing permissions and\n\tlimitations under the License.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcharmas%2Fandroid-tagview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcharmas%2Fandroid-tagview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcharmas%2Fandroid-tagview/lists"}