{"id":19411490,"url":"https://github.com/volcengine/imagexdemo-android","last_synced_at":"2026-06-13T03:32:48.597Z","repository":{"id":245791486,"uuid":"818176173","full_name":"volcengine/ImageXDemo-Android","owner":"volcengine","description":"火山引擎图片SDK，稳定性和性能经过内部抖音、西瓜等App验证；Demo展示多种图片格式解码、渐进式加载、动图播放控制等基础能力展示。","archived":false,"fork":false,"pushed_at":"2024-06-26T08:32:14.000Z","size":168,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-05-27T00:26:24.086Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","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/volcengine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2024-06-21T09:05:03.000Z","updated_at":"2026-04-20T03:08:03.000Z","dependencies_parsed_at":"2024-06-29T07:32:25.199Z","dependency_job_id":null,"html_url":"https://github.com/volcengine/ImageXDemo-Android","commit_stats":null,"previous_names":["volcengine/imagexdemo-android"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/volcengine/ImageXDemo-Android","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volcengine%2FImageXDemo-Android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volcengine%2FImageXDemo-Android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volcengine%2FImageXDemo-Android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volcengine%2FImageXDemo-Android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/volcengine","download_url":"https://codeload.github.com/volcengine/ImageXDemo-Android/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volcengine%2FImageXDemo-Android/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34271500,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"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-11-10T12:21:41.561Z","updated_at":"2026-06-13T03:32:48.577Z","avatar_url":"https://github.com/volcengine.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ImageXDemo-Android\n\nImageX-Demo-android 是火山引擎视频云 veImageX SDK Android 端的开源 Demo。它基于 BDFresco 的图片 SDK 开发，目前完成了多种图片格式解码、渐进式加载、动图播放控制等基础能力展示，提供了一些示例使用方式，后续会持续迭代。帮助业务侧更快完成图片业务的快速搭建，减少接入过程中遇到的困难。\n\n# 目录结构\n\n```text\n|--ImageXDemo-Android\n|--|--app     // app 主工程\n|--|--gradle     // gradle配置\n|--|--|--lib.versions.toml     //版本管理配置文件\n|--|--settings.gradle.kts     // 项目工程配置文件\n```\n\n# 编译运行\n1. \u003cb\u003eDemo 需要设置 AppId 、 AuthCode、Token 才能成功运行，否则一些功能将不可使用。\u003c/b\u003e 请联系火山引擎商务获取体验 AppId 、 AuthCode和Token。\n\n设置方式：\n\u003e 修改 ImageXDemo-Android/com/bytedance/imagexdemo/utils/ImageXInitHelper.kt\n```kotlin\nobject ImageXInitHelper {\n\n    private const val APP_ID =\"your app id\"\n\n    private const val TOKEN =\"your token\"\n\n    private const val AUTH_CODE=\"your auth code\"\n    \n    // ... 省略\n}\n```\n\n2. Android Studio 打开 `ImageXDemo-Android` 文件夹，点击运行 `app`.\n\n# Issue\n\n有任何问题可以提交 github issue，我们会定期 check 解决。\n\n# PullRequests\n\n暂不接受 PullRequests。\n\n# 火山引擎 veImageX SDK 官网文档\n- [集成准备](https://www.volcengine.com/docs/508/65969)\n- [快速开始](https://www.volcengine.com/docs/508/176049)\n- [功能接入](https://www.volcengine.com/docs/508/176050)\n- [常见问题](https://www.volcengine.com/docs/508/201173)\n- [HTTPDNS 接入文档](https://www.volcengine.com/docs/508/78562)\n- [ChangeLog](https://www.volcengine.com/docs/508/65963)\n\n# License\n\n```text\nCopyright 2024 Beijing Volcano Engine Technology Ltd.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   https://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvolcengine%2Fimagexdemo-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvolcengine%2Fimagexdemo-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvolcengine%2Fimagexdemo-android/lists"}