{"id":19633982,"url":"https://github.com/bilibili/drawee-text-view","last_synced_at":"2025-10-09T19:33:32.751Z","repository":{"id":67622952,"uuid":"56918051","full_name":"bilibili/drawee-text-view","owner":"bilibili","description":"Simple drawee spannable text view based on Fresco","archived":false,"fork":false,"pushed_at":"2019-08-05T08:01:10.000Z","size":1272,"stargazers_count":758,"open_issues_count":3,"forks_count":99,"subscribers_count":35,"default_branch":"master","last_synced_at":"2025-10-09T19:32:50.387Z","etag":null,"topics":["android","drawee-text","fresco","spannable"],"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/bilibili.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-04-23T12:27:30.000Z","updated_at":"2025-03-26T07:18:22.000Z","dependencies_parsed_at":"2023-02-21T10:01:00.363Z","dependency_job_id":null,"html_url":"https://github.com/bilibili/drawee-text-view","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bilibili/drawee-text-view","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bilibili%2Fdrawee-text-view","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bilibili%2Fdrawee-text-view/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bilibili%2Fdrawee-text-view/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bilibili%2Fdrawee-text-view/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bilibili","download_url":"https://codeload.github.com/bilibili/drawee-text-view/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bilibili%2Fdrawee-text-view/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001959,"owners_count":26083244,"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-10-09T02:00:07.460Z","response_time":59,"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","drawee-text","fresco","spannable"],"created_at":"2024-11-11T12:19:14.664Z","updated_at":"2025-10-09T19:33:32.718Z","avatar_url":"https://github.com/bilibili.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DraweeTextView\nSimple drawee spannable text view based on [Fresco][1].  \n[![Build Status](https://travis-ci.org/Bilibili/drawee-text-view.svg?branch=master)](https://travis-ci.org/Bilibili/drawee-text-view)\n# Usage\n```java\nDraweeTextView textview = (DraweeTextView)findViewById(R.id.text);\n\nSpannableStringBuilder builder = new SpannableStringBuilder();\nbuilder.append(\"2333333\\n\")\nstart = builder.length();\nbuilder.append(\"[emotion:tv_cheers]\");\nDraweeSpan span = new DraweeSpan(\"http://static.yo9.com/web/emotions/tv_cheers.png\");\nbuilder.setSpan(span, start, builder.length(), Spanned.SPAN_EXCLUSIVE_EXCLUSIVE);\nbuilder.append(\"bilibili- ( ゜- ゜)つロ 乾杯~\\n\");\n\n...\n\ntextview.setText(builder);\n```\n![demo](art/screenshot.png)\n\n\n[1]: https://github.com/facebook/fresco\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbilibili%2Fdrawee-text-view","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbilibili%2Fdrawee-text-view","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbilibili%2Fdrawee-text-view/lists"}