{"id":21130087,"url":"https://github.com/gotokatsuya/FlickableView","last_synced_at":"2025-07-09T01:32:18.872Z","repository":{"id":34624982,"uuid":"38574479","full_name":"gotokatsuya/FlickableView","owner":"gotokatsuya","description":"Flickable ImageView for Android. It's like a view of twitter's detail image.","archived":false,"fork":false,"pushed_at":"2015-07-08T16:32:47.000Z","size":22256,"stargazers_count":150,"open_issues_count":4,"forks_count":20,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-11-20T05:32:22.910Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gotokatsuya.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}},"created_at":"2015-07-05T15:49:17.000Z","updated_at":"2024-11-13T10:24:19.000Z","dependencies_parsed_at":"2022-08-29T16:30:30.662Z","dependency_job_id":null,"html_url":"https://github.com/gotokatsuya/FlickableView","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gotokatsuya/FlickableView","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gotokatsuya%2FFlickableView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gotokatsuya%2FFlickableView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gotokatsuya%2FFlickableView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gotokatsuya%2FFlickableView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gotokatsuya","download_url":"https://codeload.github.com/gotokatsuya/FlickableView/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gotokatsuya%2FFlickableView/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264375371,"owners_count":23598365,"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-11-20T05:32:15.853Z","updated_at":"2025-07-09T01:32:17.970Z","avatar_url":"https://github.com/gotokatsuya.png","language":"Java","funding_links":[],"categories":["Libs"],"sub_categories":["\u003cA NAME=\"Widget\"\u003e\u003c/A\u003eWidget"],"readme":"# FlickableView\n![](https://github.com/gotokatsuya/FlickableView/blob/master/doc/scaled_sample.gif)\n\nFlickable ImageView for Android. It's like a view of twitter's detail image.\n\nIt's possible that other views animate with FlickableView.\n\n## Feature\n- Move (Up, Down)\n- Zoom\n- Flick (Up, Down)\n\n## How to use\n\n```java\n final FlickableImageView flickableImageView = (FlickableImageView) findViewById(R.id.fiv);\n // Resource\n flickableImageView.setImageResource(R.drawable.travel);\n\n // Http Request\n // String url = \"...\";\n // Picasso.with(context).load(url).into(flickableImageView);\n \n \n // Listeners\n \n // Flick Listener\n flickableImageView.setOnFlickListener(new FlickableImageView.OnFlickableImageViewFlickListener() {\n     @Override\n     public void onStartFlick() {\n     }\n     \n     @Override\n     public void onFinishFlick() {\n     }\n });\n \n // Drag Listener\n flickableImageView.setOnDraggingListener(new FlickableImageView.OnFlickableImageViewDraggingListener() {\n     @Override\n     public void onStartDrag() {\n     }\n     \n     @Override\n     public void onCancelDrag() {\n     }\n });\n \n // SingleTap Listener\n flickableImageView.setOnSingleTapListener(new FlickableImageView.OnFlickableImageViewSingleTapListener() {\n     @Override\n     public void onSingleTapConfirmed() {\n     }\n });\n \n // DoubleTap Listener\n flickableImageView.setOnDoubleTapListener(new FlickableImageView.OnFlickableImageViewDoubleTapListener() {\n     @Override\n     public void onDoubleTap() {\n     }\n });\n \n // Zoom Listener\n flickableImageView.setOnZoomListener(new FlickableImageView.OnFlickableImageViewZoomListener() {\n     @Override\n     public void onStartZoom() {\n     }\n     \n     @Override\n     public void onBackFromMinScale() {\n     }\n });\n \n```\n[Check this sample code.](https://github.com/gotokatsuya/FlickableView/blob/master/app/src/main/java/com/goka/sample/MainActivity.java)\n\n\n## Gradle\n```java\nrepositories {\n    jcenter()\n}\n\ndependencies {\n    compile 'com.github.goka.flickableview:flickableview:1.0.0'\n}\n```\n\n\n## Release\n1.0.0  \n　First release.\n\n## Reference\n[ImageViewZoom](https://github.com/sephiroth74/ImageViewZoom)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgotokatsuya%2FFlickableView","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgotokatsuya%2FFlickableView","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgotokatsuya%2FFlickableView/lists"}