{"id":13790716,"url":"https://github.com/jaeryo2357/circleTimer","last_synced_at":"2025-05-12T09:33:06.779Z","repository":{"id":162877152,"uuid":"239125798","full_name":"jaeryo2357/circleTimer","owner":"jaeryo2357","description":"A CirclerTimer with Animation and Timer","archived":false,"fork":false,"pushed_at":"2024-02-27T13:07:56.000Z","size":941,"stargazers_count":32,"open_issues_count":1,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-18T05:38:23.575Z","etag":null,"topics":["android","circletimer","clockview","java","library"],"latest_commit_sha":null,"homepage":"","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/jaeryo2357.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":"2020-02-08T12:02:50.000Z","updated_at":"2024-09-16T09:55:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"446b0c19-37cb-4da2-afb1-48357e4d5dcc","html_url":"https://github.com/jaeryo2357/circleTimer","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaeryo2357%2FcircleTimer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaeryo2357%2FcircleTimer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaeryo2357%2FcircleTimer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaeryo2357%2FcircleTimer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaeryo2357","download_url":"https://codeload.github.com/jaeryo2357/circleTimer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253709398,"owners_count":21951133,"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","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","circletimer","clockview","java","library"],"created_at":"2024-08-03T22:00:50.372Z","updated_at":"2025-05-12T09:33:06.089Z","avatar_url":"https://github.com/jaeryo2357.png","language":"Java","readme":"# CircleTimer-Android\n\n[![](https://jitpack.io/v/jaeryo2357/CircleTimer-Android.svg)](https://jitpack.io/#jaeryo2357/CircleTimer-Android)\n\nA CirclerTimer with Animation and Timer\n\n\n## Setup\nTo use this library your `minSdkVersion` must be \u003e= 21.\n\nIn your build.gradle :\n```gradle\nallprojects {\n\trepositories {\n\t\t...\n\t\tmaven { url 'https://jitpack.io' }\n\t}\n}\n```\nIn your build.gradle :\n```gradle\ndependencies {\n    implementation 'com.github.jaeryo2357:circleTimer:1.1.7'\n}\n```\n\n## Example\n\n\u003cimg src=\"./images/main_gif.gif\" height=\"400\" width=\"220\"\u003e\n\n### From the layout \n   but CircleTimer is have Error from`RelativeLayout`, so you better use Layout without RelativeLayout\n   \n```xml\n\u003candroidx.constraintlayout.widget.ConstraintLayout\n   ...\n \u003e\n     \u003ccom.mut_jaeryo.circletimer.CircleTimer\n        android:layout_width=\"wrap_content\"\n        android:layout_height=\"200dp\"\n        app:isOutline=\"true\"\n\tapp:show_text=\"true\"\n        app:init_position=\"3124\"\n        app:outline_color=\"#ff0000\"\n        app:text_color=\"#ff0000\"\n        app:wheel_active_color=\"#ff0000\"\n        app:wheel_background_color=\"#0000ff\"\n        app:layout_constraintEnd_toEndOf=\"parent\"\n        app:layout_constraintStart_toStartOf=\"parent\"\n        app:layout_constraintTop_toTopOf=\"parent\"\u003e\n    \u003c/com.mut_jaeryo.circletimer.CircleTimer\u003e\n```\n\nYou can change the wheel color, text, and outline\n\n### From the code\n```java\n\ttimer = findViewById(R.id.main_timer);\n\ttimer.setMaximumTime(3600)  // 60 minute\n     timer.setInitPosition(2000); //default max 3600\n```\n\n### Start Timer\n\n```java\n     timer.start()\n     // Stop and Reset() have to call after Start()\n     timer.stop()\n     timer.reset()\n```\n\n### End Timer Linstener\n\n```java\n     rectTimer.setBaseTimerEndedListener(new RectTimer.baseTimerEndedListener() { //timer 종료\n            @Override\n            public void OnEnded() {\n\n            }\n        });\n```\n","funding_links":[],"categories":["Index","Index `(light-weight pages)`"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaeryo2357%2FcircleTimer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaeryo2357%2FcircleTimer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaeryo2357%2FcircleTimer/lists"}