{"id":13641543,"url":"https://github.com/Ilya-Gh/Typewriter","last_synced_at":"2025-04-20T11:31:07.762Z","repository":{"id":217102274,"uuid":"91094482","full_name":"Ilya-Gh/Typewriter","owner":"Ilya-Gh","description":"Typewriter pull to refresh Android animation.","archived":false,"fork":false,"pushed_at":"2017-10-31T02:08:10.000Z","size":469,"stargazers_count":36,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-03T01:23:33.232Z","etag":null,"topics":["android","animation","animation-library","java","pull-to-refresh"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ilya-Gh.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}},"created_at":"2017-05-12T13:31:04.000Z","updated_at":"2022-10-20T18:27:30.000Z","dependencies_parsed_at":"2024-01-14T16:09:15.592Z","dependency_job_id":null,"html_url":"https://github.com/Ilya-Gh/Typewriter","commit_stats":null,"previous_names":["ilya-gh/typewriter"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ilya-Gh%2FTypewriter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ilya-Gh%2FTypewriter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ilya-Gh%2FTypewriter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ilya-Gh%2FTypewriter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ilya-Gh","download_url":"https://codeload.github.com/Ilya-Gh/Typewriter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223827382,"owners_count":17209784,"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","animation","animation-library","java","pull-to-refresh"],"created_at":"2024-08-02T01:01:21.631Z","updated_at":"2024-11-09T12:30:23.349Z","avatar_url":"https://github.com/Ilya-Gh.png","language":"Java","funding_links":[],"categories":["下拉刷新"],"sub_categories":[],"readme":"# Typewriter\n\n[![License](http://img.shields.io/badge/license-MIT-green.svg?style=flat)]()\n\n\u003cimg src=\"animation.gif\"/\u003e \n\n## Usage\n\nAdd to your root build.gradle:\n```Groovy\nallprojects {\n\trepositories {\n\t  ...\n\t  maven { url \"https://jitpack.io\" }\n\t}\n}\n```\n\nAdd the dependency:\n```Groovy\ndependencies {\n    compile 'com.github.Ilya-Gh:Typewriter:v1.0.0'\n}\n```\n\n## Supported Views\n\n* RecyclerView\n* ListView\n* ScrollView\n* NestedScrollView\n\n## How do I get set up?\n\nJust wrap your view:\n\n```xml\n\u003ccom.github.ilyagh.TypewriterRefreshLayout\n    android:id=\"@+id/pullToRefresh\"\n    android:layout_width=\"match_parent\"\n    android:layout_height=\"match_parent\"\u003e\n\n    \u003candroid.support.v7.widget.RecyclerView\n        android:id=\"@+id/recyclerView\"\n        android:layout_width=\"match_parent\"\n        android:layout_height=\"match_parent\"\n        android:divider=\"@null\"\n        android:dividerHeight=\"0dp\"\n        android:fadingEdge=\"none\" /\u003e\n\n\u003c/com.github.ilyagh.TypewriterRefreshLayout\u003e\n\n```\n\n## Animation\n\nJust implement PullToRefreshView.OnRefreshListener:\n\n```Java\npullToRefresh.setOnRefreshListener(new TypewriterRefreshLayout.OnRefreshListener() {\n    @Override\n    public void onRefresh() {\n        //refresh your data here  \n    }\n});\n```\n\nTo start or stop animation: \n\n`pullToRefresh.setRefreshing(isRefreshing)` \n\n\n## Contacts\n\nEmail: ilya.ghirici@gmail.com \n\u003cbr\u003e Twitter: https://twitter.com/Ilya_ghr\n\n## License\n\n\tThe MIT License (MIT)\n\n\tCopyright © 2017 Ilie Ghirici\n\n\tPermission is hereby granted, free of charge, to any person obtaining a copy\n\tof this software and associated documentation files (the \"Software\"), to deal\n\tin the Software without restriction, including without limitation the rights\n\tto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n\tcopies of the Software, and to permit persons to whom the Software is\n\tfurnished to do so, subject to the following conditions:\n\n\tThe above copyright notice and this permission notice shall be included in\n\tall copies or substantial portions of the Software.\n\n\tTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n\tIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n\tFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n\tAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n\tLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n\tOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n\tTHE SOFTWARE.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FIlya-Gh%2FTypewriter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FIlya-Gh%2FTypewriter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FIlya-Gh%2FTypewriter/lists"}