{"id":19313139,"url":"https://github.com/applikey/moonrefresh","last_synced_at":"2026-05-08T16:40:27.537Z","repository":{"id":102551257,"uuid":"110477254","full_name":"AppliKey/MoonRefresh","owner":"AppliKey","description":":moon: MoonRefresh is a simple pull to refresh animation for Android completely written in Kotlin","archived":false,"fork":false,"pushed_at":"2018-02-14T09:50:25.000Z","size":774,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-06T02:42:58.629Z","etag":null,"topics":["android","animation","kotlin","pull-to-refresh"],"latest_commit_sha":null,"homepage":"https://www.applikeysolutions.com","language":"Kotlin","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/AppliKey.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":"2017-11-12T23:13:38.000Z","updated_at":"2022-08-27T14:08:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"ed0e8416-453c-4eba-98f7-6b5171554f4d","html_url":"https://github.com/AppliKey/MoonRefresh","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppliKey%2FMoonRefresh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppliKey%2FMoonRefresh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppliKey%2FMoonRefresh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppliKey%2FMoonRefresh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AppliKey","download_url":"https://codeload.github.com/AppliKey/MoonRefresh/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240415214,"owners_count":19797599,"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","kotlin","pull-to-refresh"],"created_at":"2024-11-10T00:37:27.759Z","updated_at":"2026-05-08T16:40:22.494Z","avatar_url":"https://github.com/AppliKey.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![GitHub license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/AppliKey/MoonRefresh/blob/master/LICENSE)\n[![Twitter](https://img.shields.io/badge/contact-@Applikey_-blue.svg?style=flat)](https://twitter.com/Applikey_)\n\nMade by [Applikey Solutions](https://applikeysolutions.com)\n\n![Alt text](screenshots/Moon-Refresh.png?raw=true)\n\n# Table of Contents\n1. [Purpose](#purpose)\n2. [Installation](#installation)\n3. [Usage](#usage)\n4. [Demo](#demo)\n5. [Release Notes](#release-notes)\n6. [Contact Us](#contact-us)\n7. [License](#license)\n\n\n# Purpose\n\nMoonRefresh is a simple pull to refresh animation for Android completely written in Kotlin\n\n# Installation\n\n```groovy\ncompile 'com.github.applikeysolutions:moonrefresh:1.0.0'\n```\n\n# Usage\n\n```kotlin\n moonRefresh = findViewById(R.id.pull_to_refresh)\n        moonRefresh.setOnRefreshListener(\n                object : MoonRefresh.OnRefreshListener {\n                    override fun onRefresh() {\n                        moonRefresh.postDelayed({ moonRefresh.setRefreshing() }, 4_000)\n                    }\n                })\n```\n```xml\n\u003capplikeysolutions.com.moonrefresh.MoonRefresh\n        android:layout_width=\"match_parent\"\n        android:layout_height=\"match_parent\"\n        app:ballColor=\"@color/color...\"\n        app:finishColor=\"@color/color...\"\n        app:backgroundColor=\"@color/color...\"\u003e\n        \n         \u003candroid.support.v7.widget.RecyclerView\n            android:layout_width=\"match_parent\"\n            android:layout_height=\"match_parent\" /\u003e\n\n    \u003c/applikeysolutions.com.moonrefresh.MoonRefresh\u003e\n```\n# Demo\n\n![Alt text](screenshots/pull_to_refresh.gif?raw=true)\n\n# Release Notes\n\nVersion 1.0.0\n\n- Release version.\n\n# Contact Us\n\nYou can always contact us via github@applikey.biz We are open for any inquiries regarding our libraries and controls, new open-source projects and other ways of contributing to the community. If you have used our component in your project we would be extremely happy if you write us your feedback and let us know about it!\n\n# License\n\n    MIT License\n\n    Copyright (c) 2017 Applikey Solutions\n\n    Permission is hereby granted, free of charge, to any person obtaining a copy\n    of this software and associated documentation files (the \"Software\"), to deal\n    in the Software without restriction, including without limitation the rights\n    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n    copies of the Software, and to permit persons to whom the Software is\n    furnished to do so, subject to the following conditions:\n\n    The above copyright notice and this permission notice shall be included in all\n    copies or substantial portions of the Software.\n\n    THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n    SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapplikey%2Fmoonrefresh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapplikey%2Fmoonrefresh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapplikey%2Fmoonrefresh/lists"}