{"id":23300991,"url":"https://github.com/shts/animatedclocktextview","last_synced_at":"2026-05-16T08:07:04.811Z","repository":{"id":83565956,"uuid":"98630400","full_name":"shts/AnimatedClockTextView","owner":"shts","description":null,"archived":false,"fork":false,"pushed_at":"2017-07-31T09:44:15.000Z","size":444,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T21:37:42.524Z","etag":null,"topics":["android","animation","clock","library"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shts.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-07-28T08:57:10.000Z","updated_at":"2017-07-31T09:34:19.000Z","dependencies_parsed_at":"2023-07-07T19:16:04.915Z","dependency_job_id":null,"html_url":"https://github.com/shts/AnimatedClockTextView","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/shts/AnimatedClockTextView","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shts%2FAnimatedClockTextView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shts%2FAnimatedClockTextView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shts%2FAnimatedClockTextView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shts%2FAnimatedClockTextView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shts","download_url":"https://codeload.github.com/shts/AnimatedClockTextView/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shts%2FAnimatedClockTextView/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272858580,"owners_count":25005101,"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-30T02:00:09.474Z","response_time":77,"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","animation","clock","library"],"created_at":"2024-12-20T09:20:04.566Z","updated_at":"2026-05-16T08:06:59.772Z","avatar_url":"https://github.com/shts.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"AnimatedClockTextView\n====\n\n[![](https://jitpack.io/v/shts/AnimatedClockTextView.svg)](https://jitpack.io/#shts/AnimatedClockTextView)\n\n\u003cimg src=\"image/image.gif\" width=200 /\u003e\n\n\nHow to use\n----\n\n```xml\n    \u003cjp.shts.android.library.animatedclocktext.AnimatedClockTextView\n        android:id=\"@+id/text\"\n        android:layout_width=\"wrap_content\"\n        android:layout_height=\"wrap_content\"\n        android:layout_gravity=\"center\"\n        android:textSize=\"48sp\"\n        app:duration=\"3000\"\n        app:hour=\"12\"\n        app:minutes=\"30\"\n        tools:text=\"12:30\" /\u003e\n```\n\n\n```java\n        AnimatedClockTextView tv = (AnimatedClockTextView) findViewById(R.id.text);\n        tv.setTime(11, 30); // \u003c- 11:30\n        tv.setDuration(2000L);\n        tv.animateToTime(14, 45);\n```\n\n\nInstall\n---\n\n```\n\tallprojects {\n\t\trepositories {\n\t\t\t...\n\t\t\tmaven { url 'https://jitpack.io' }\n\t\t}\n\t}\n```\n\n```\n\tdependencies {\n\t        compile 'com.github.shts:AnimatedClockTextView:1.0.0'\n\t}\n\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshts%2Fanimatedclocktextview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshts%2Fanimatedclocktextview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshts%2Fanimatedclocktextview/lists"}