{"id":13642888,"url":"https://github.com/yuyuyu123/SwipeCardsRecyclerView","last_synced_at":"2025-04-20T21:31:47.864Z","repository":{"id":217102425,"uuid":"76641263","full_name":"yuyuyu123/SwipeCardsRecyclerView","owner":"yuyuyu123","description":"an android widget named SwipeCardsRecyclerView which based on RecyclerView.","archived":false,"fork":false,"pushed_at":"2016-12-18T08:17:29.000Z","size":5562,"stargazers_count":24,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-09T14:39:27.228Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yuyuyu123.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":"2016-12-16T09:36:48.000Z","updated_at":"2020-12-28T03:09:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"b8d90830-8739-4cfa-9bf0-a63525762c3c","html_url":"https://github.com/yuyuyu123/SwipeCardsRecyclerView","commit_stats":null,"previous_names":["yuyuyu123/swipecardsrecyclerview"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuyuyu123%2FSwipeCardsRecyclerView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuyuyu123%2FSwipeCardsRecyclerView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuyuyu123%2FSwipeCardsRecyclerView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuyuyu123%2FSwipeCardsRecyclerView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yuyuyu123","download_url":"https://codeload.github.com/yuyuyu123/SwipeCardsRecyclerView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249965543,"owners_count":21352923,"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-08-02T01:01:37.699Z","updated_at":"2025-04-20T21:31:46.555Z","avatar_url":"https://github.com/yuyuyu123.png","language":"Java","funding_links":[],"categories":["Card"],"sub_categories":[],"readme":"# SwipeCardsRecyclerView\nan android widget named SwipeCardsRecyclerView which based on RecyclerView.\n\nEffect:\n\n\n![image](https://github.com/yuyuyu123/SwipeCardsRecyclerView/blob/master/screenshot.gif)\n\n\n\nHow to use it?\nJust like a standard RecyclerView:\n    \n    private void initRecyclerView() {\n        mRecyclerView = (SwipeCardsRecyclerView) findViewById(R.id.id_recycler_view);\n        mRecyclerView.setLayoutManager(new SwipeCardsLayoutManager());\n        mAdapter = new CustomSwipeCardsAdapter(this, mList);\n        mRecyclerView.setAdapter(mAdapter);\n        mRecyclerView.setCardsOutDuration(1000);\n        mRecyclerView.setSwipeCardsAnimatorEffect(SwipeCardsAnimatorEffect.ROTATION_IN_AND_OUT);\n        mRecyclerView.setOnCardsRemovedListener(this);\n    }\n    \nthe SwipeCardsRecyclerView.OnCardsRemovedListener:\n    \n    @Override public void onCardsRightRemoved(View itemView, int position) {\n        Log.e(TAG, \"onCardsRightRemoved:\" + position);\n    }\n\n    @Override public void onCardsLeftRemoved(View itemView, int position) {\n        Log.e(TAG, \"onCardsLeftRemoved:\"  + position);\n    }\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuyuyu123%2FSwipeCardsRecyclerView","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuyuyu123%2FSwipeCardsRecyclerView","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuyuyu123%2FSwipeCardsRecyclerView/lists"}