{"id":13428775,"url":"https://github.com/Spikeysanju/ZoomRecylerLayout","last_synced_at":"2025-03-16T01:33:35.409Z","repository":{"id":44431200,"uuid":"231736297","full_name":"Spikeysanju/ZoomRecylerLayout","owner":"Spikeysanju","description":"🎢 Zoom Recycler Layout Manager For Android Kotlin","archived":false,"fork":false,"pushed_at":"2020-07-22T03:32:34.000Z","size":8671,"stargazers_count":813,"open_issues_count":2,"forks_count":69,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-03-13T21:14:29.255Z","etag":null,"topics":["android","android-app","android-application","android-development","android-library","android-studio","android-ui","androidstudio","animation-library","kotlin","kotlin-android","kotlin-animation","recyclerview","recyclerview-adapter","recyclerview-animation","recyclerview-item-animation","recyclerview-item-decoration","recyclerview-items","recyclerviewadapter","spikeysanju"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/Spikeysanju.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"custom":["https://www.paypal.com/paypalme2/spikeysanju"]}},"created_at":"2020-01-04T09:07:21.000Z","updated_at":"2025-02-23T10:31:05.000Z","dependencies_parsed_at":"2022-08-24T02:11:23.857Z","dependency_job_id":null,"html_url":"https://github.com/Spikeysanju/ZoomRecylerLayout","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Spikeysanju%2FZoomRecylerLayout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Spikeysanju%2FZoomRecylerLayout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Spikeysanju%2FZoomRecylerLayout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Spikeysanju%2FZoomRecylerLayout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Spikeysanju","download_url":"https://codeload.github.com/Spikeysanju/ZoomRecylerLayout/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243814905,"owners_count":20352037,"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","android-app","android-application","android-development","android-library","android-studio","android-ui","androidstudio","animation-library","kotlin","kotlin-android","kotlin-animation","recyclerview","recyclerview-adapter","recyclerview-animation","recyclerview-item-animation","recyclerview-item-decoration","recyclerview-items","recyclerviewadapter","spikeysanju"],"created_at":"2024-07-31T01:01:04.848Z","updated_at":"2025-03-16T01:33:35.382Z","avatar_url":"https://github.com/Spikeysanju.png","language":"Kotlin","funding_links":["https://www.paypal.com/paypalme2/spikeysanju"],"categories":[":shamrock:  **Categories**","Libraries","Library","Kotlin"],"sub_categories":[":books: Libraries"],"readme":"# Zoom Recyler Layout\n\n[![platform](https://img.shields.io/badge/platform-Android-yellow.svg)](https://www.android.com)\n[![API](https://img.shields.io/badge/API-11%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=21)\n[![GitHub license](https://img.shields.io/badge/License-Apache2.0-blue.svg)](LICENSE)\n\nAn beautiful Zoom Animation Library for RecyclerView Items in Android using Kotlin. \n\n## Preview\n![gif](https://github.com/Spikeysanju/ZoomRecylerLayout/blob/master/horizontal_scroll.gif)\n\n\u003ctable style=\"width:100%\"\u003e\n  \u003ctr\u003e\n    \u003cth\u003e1. Horizontal Scroll \u003c/th\u003e\n    \u003cth\u003e2. Vertical Scroll\u003c/th\u003e \n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cimg src = \"https://github.com/Spikeysanju/ZoomRecylerLayout/blob/master/horizontal_scroll.gif\"/\u003e\u003c/td\u003e \n    \u003ctd\u003e\u003cimg src = \"https://github.com/Spikeysanju/ZoomRecylerLayout/blob/master/vertical_scroll.gif\"/\u003e\u003c/td\u003e \n   \n  \u003c/tr\u003e\n\u003c/table\u003e\n\n## About\n\nAn beautiful Zoom Animation for RecyclerView Items in Android using Kotlin. \n\n## Dependency\n\nStep 1. Add the JitPack repository to your build file\n\nAdd it in your root build.gradle at the end of repositories:\n\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## Dependency\n\nAdd dependency in your app module\n\n```\n\tdependencies {\n\t        implementation 'com.github.Spikeysanju:ZoomRecylerLayout:1.0'\n\t}\n\n```\n\n## Usage\n\n### Kotlin\n```\n        val linearLayoutManager = ZoomRecyclerLayout(this)\n```\n\n### Detailed Usage\n```\n\n        val linearLayoutManager = ZoomRecyclerLayout(this)\n        linearLayoutManager.orientation = LinearLayoutManager.HORIZONTAL\n        linearLayoutManager.reverseLayout = true\n        linearLayoutManager.stackFromEnd = true\n        recyclerView.layoutManager = linearLayoutManager // Add your recycler view to this ZoomRecycler layout\n```\n### Orientation Types\n```\n\n        linearLayoutManager.orientation = LinearLayoutManager.HORIZONTAL\n        linearLayoutManager.orientation = LinearLayoutManager.VERTICAL\n\n        \n```\n\n### Use SnapHelper for Auto Center Views\n```\n        val snapHelper = LinearSnapHelper()\n        snapHelper.attachToRecyclerView(recyclerView) // Add your recycler view here\n        recyclerView.isNestedScrollingEnabled = false\n```\n\n# Donation\nIf this project help you reduce time to develop, you can give me a cup of coffee :) \n\n[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/paypalme2/spikeysanju)\n\n\n\n## License\n```\n\n\n    Copyright 2020 Spikey sanju\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSpikeysanju%2FZoomRecylerLayout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSpikeysanju%2FZoomRecylerLayout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSpikeysanju%2FZoomRecylerLayout/lists"}