{"id":17017296,"url":"https://github.com/avour/reloadbehavior","last_synced_at":"2026-05-06T05:44:04.297Z","repository":{"id":165971221,"uuid":"188938914","full_name":"avour/reloadbehavior","owner":"avour","description":"A mixin widget that can be added to a scroll veiw to give it a reloading behavior","archived":false,"fork":false,"pushed_at":"2019-05-28T02:40:53.000Z","size":91,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-27T15:46:17.485Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/avour.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":"2019-05-28T02:24:24.000Z","updated_at":"2019-06-19T05:35:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"b31ce092-5bb6-42cb-bd05-4e162dc56c94","html_url":"https://github.com/avour/reloadbehavior","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/avour%2Freloadbehavior","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avour%2Freloadbehavior/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avour%2Freloadbehavior/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avour%2Freloadbehavior/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/avour","download_url":"https://codeload.github.com/avour/reloadbehavior/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244976877,"owners_count":20541559,"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":[],"created_at":"2024-10-14T06:36:15.836Z","updated_at":"2026-05-06T05:44:04.218Z","avatar_url":"https://github.com/avour.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"ReloadBehavior\n=========\n\n`ReloadBehavior` is a  mixin behavior widget, that adds a reloading animations to a\nScrollView. when the user drags down to get the effect user get notified by\nthe `on_reload` event.\n\n\n### Demo Screenshot\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/avour/garden.reloadbehavior/master/Screenshot.png\"\u003e\n\u003c/p\u003e\n\n\nHere is a simple example:\n\n```python\nfrom kivy.garden.reloadbehavior import ReloadBehavior\nfrom kivy.base import runTouchApp\n\nclass Reloader(ReloadBehavior, ScrollView):\n    \n    def on_reload(self):\n        # do anythin\n        print('Reloading........')\n\ngridlayout = Builder.load_string('''\nGridLayout:\n    size_hint_y: None\n    height: self.minimum_height\n    cols: 1\n    ''')\n    \nreloader = Reloader()\nreloader.add_widget(grid)\nfor i in range(20):\n    grid.add_widget(Button(size_hint_y=None,\n    text=str(i+1), height='46dp'))\n\n(root)\n```\n\n\n\n\u003c!-- [![ReloadBehavior Video demonstrattion](http://img.youtube.com/vi/PUD_RTmpxag/0.jpg)](http://www.youtube.com/watch?v=PUD_RTmpxag \"ReloadBehavior Video demonstration\") --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favour%2Freloadbehavior","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favour%2Freloadbehavior","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favour%2Freloadbehavior/lists"}