{"id":20298237,"url":"https://github.com/cutta/continuousscrollableimageview","last_synced_at":"2025-10-10T15:03:02.935Z","repository":{"id":87955860,"uuid":"100959045","full_name":"Cutta/ContinuousScrollableImageView","owner":"Cutta","description":"Library for animating images with continuous scrolling effects","archived":false,"fork":false,"pushed_at":"2020-01-21T11:15:45.000Z","size":5676,"stargazers_count":431,"open_issues_count":1,"forks_count":53,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-04-04T15:07:22.192Z","etag":null,"topics":["android","animation","imageview","scrolling"],"latest_commit_sha":null,"homepage":"","language":"Java","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/Cutta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-08-21T14:16:23.000Z","updated_at":"2025-01-25T14:47:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"75b54700-986e-4267-8ea9-a2405abdd3ae","html_url":"https://github.com/Cutta/ContinuousScrollableImageView","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/Cutta%2FContinuousScrollableImageView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cutta%2FContinuousScrollableImageView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cutta%2FContinuousScrollableImageView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cutta%2FContinuousScrollableImageView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cutta","download_url":"https://codeload.github.com/Cutta/ContinuousScrollableImageView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247198450,"owners_count":20900080,"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","imageview","scrolling"],"created_at":"2024-11-14T16:07:37.395Z","updated_at":"2025-10-10T15:02:57.872Z","avatar_url":"https://github.com/Cutta.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ContinuousScrollableImageView\nLibrary for animating images with continuous scrolling effects\n\n\nSimple android view to display images with continuous scrolling effects efficiently. \nYou can set image source, scaleType, duration and direction.\nExample usages can be found in sample project.\n\n### SCREENS\n\n\n![](https://raw.githubusercontent.com/Cutta/ContinuousScrollableImageView/master/gifs/bus.gif?token=AGY3KeEx21hh_AntxZBgwhLv9L3zaTYAks5ZpH8fwA%3D%3D)  |  ![](https://raw.githubusercontent.com/Cutta/ContinuousScrollableImageView/master/gifs/plane.gif?token=AGY3KeydGmvTnBrToMTTuw4wsIpyS9Dzks5ZpH9hwA%3D%3D)  |  ![](https://raw.githubusercontent.com/Cutta/ContinuousScrollableImageView/master/gifs/clouds.gif?token=AGY3KeblVnwY9luH9bUIyr3o_32r68k8ks5ZpIDBwA%3D%3D)\n\n### JAVA USAGE\n\n#### Classic Way\n``` java\n\n image = new ContinuousScrollableImageView(this);\n        image.setResourceId(R.drawable.bg_sample);\n        image.setDirection(ContinuousScrollableImageView.DOWN);\n        image.setScaleType(ContinuousScrollableImageView.FIT_XY);\n        image.setDuration(3000);\n        rootLayout.addView(image);\n\n```\n#### Builder Way\n``` java\n\nimage = new ContinuousScrollableImageView.Builder(MainActivity.this)\n                .setResourceId(R.drawable.bg_sample)\n                .setDirection(ContinuousScrollableImageView.UP)\n                .setDuration(3000)\n                .setScaleType(ContinuousScrollableImageView.FIT_XY)\n                .build();\n                rootLayout.addView(image);\n\n```\n\n\n\n### XML USAGE\n``` xml\n       \u003ccom.cunoraz.continuouscrollable.ContinuousScrollableImageView\n            android:layout_width=\"match_parent\"\n            android:layout_height=\"0dp\"\n            android:layout_weight=\"1\"\n            app:direction=\"right\"\n            app:scaleType=\"centerInside\"\n            app:duration=\"2500\"\n            app:imageSrc=\"@drawable/plane\"/\u003e\n```\n\n## IMPORT\n\nProject build.gradle\n```\nrepositories {\n    maven {\n        url \"https://jitpack.io\"\n    }\n}\n```\nModule build.gradle\n\n``` compile 'com.github.Cutta:ContinuousScrollableImageView:1.0' ```\n# Credits\n\u003ca href = \"https://plus.google.com/u/0/116948443141721480957\"\u003e\u003cimg src = \"https://raw.githubusercontent.com/florent37/DaVinci/master/mobile/src/main/res/drawable-hdpi/gplus.png\"/\u003e\u003c/a\u003e\n\u003ca href = \"https://twitter.com/Cuneyt_Carikci\"\u003e\u003cimg src = \"https://raw.githubusercontent.com/florent37/DaVinci/master/mobile/src/main/res/drawable-hdpi/twitter.png\"/\u003e\u003c/a\u003e\n\u003ca href = \"https://www.linkedin.com/in/c%C3%BCneyt-%C3%A7ar%C4%B1k%C3%A7i-b4619161?trk=nav_responsive_tab_profile_pic\"\u003e\u003cimg src = \"https://raw.githubusercontent.com/florent37/DaVinci/master/mobile/src/main/res/drawable-hdpi/linkedin.png\"/\u003e\u003c/a\u003e\n\n# License\nCopyright 2017 Cüneyt Çarıkçi.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcutta%2Fcontinuousscrollableimageview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcutta%2Fcontinuousscrollableimageview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcutta%2Fcontinuousscrollableimageview/lists"}