{"id":21130185,"url":"https://github.com/lucasr/twoway-view","last_synced_at":"2025-07-09T01:32:41.829Z","repository":{"id":6454550,"uuid":"7694208","full_name":"lucasr/twoway-view","owner":"lucasr","description":"[DEPRECATED] RecyclerView made simple","archived":true,"fork":false,"pushed_at":"2017-03-20T14:42:55.000Z","size":2554,"stargazers_count":5232,"open_issues_count":168,"forks_count":1023,"subscribers_count":232,"default_branch":"master","last_synced_at":"2024-07-08T04:38:52.780Z","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/lucasr.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-01-18T20:55:23.000Z","updated_at":"2024-05-30T01:36:22.000Z","dependencies_parsed_at":"2022-07-20T03:32:41.313Z","dependency_job_id":null,"html_url":"https://github.com/lucasr/twoway-view","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasr%2Ftwoway-view","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasr%2Ftwoway-view/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasr%2Ftwoway-view/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasr%2Ftwoway-view/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lucasr","download_url":"https://codeload.github.com/lucasr/twoway-view/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225476373,"owners_count":17480215,"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:22.456Z","updated_at":"2024-11-20T05:32:31.330Z","avatar_url":"https://github.com/lucasr.png","language":"Java","funding_links":[],"categories":["Libs"],"sub_categories":["\u003cA NAME=\"Widget\"\u003e\u003c/A\u003eWidget"],"readme":"TwoWayView\n==========\n\n*RecyclerView* made simple.\n\n![](images/sample.png)\n\nFeatures\n========\n\n* A *LayoutManager* base class that greatly simplifies the development of custom layouts for *RecyclerView*\n* A collection of feature-complete stock layouts including:\n  * List\n  * Grid\n  * Staggered Grid\n  * Spannable Grid\n* A collection of stock item decorations including:\n  * Item spacing\n  * Horizontal/vertical dividers.\n* ListView-style pluggable APIs for:\n  * Item click and long click support e.g. *OnItemClickListener* and *OnItemLongClickListener*.\n  * Item selection (single and multiple) support e.g. *setChoiceMode()*, *setItemChecked(int, boolean)*, etc.\n\nSnapshot\n========\n\nThe new API is still under heavy development but you can try it now via Maven Central snapshots.\n\nGradle:\n```groovy\nrepositories {\n    maven { url \"https://oss.sonatype.org/content/repositories/snapshots/\" }\n}\n\ndependencies {\n    compile 'org.lucasr.twowayview:core:1.0.0-SNAPSHOT@aar'\n    compile 'org.lucasr.twowayview:layouts:1.0.0-SNAPSHOT@aar'\n}\n```\n\nStable Release\n==============\n\nTwoWayView used to be a standalone *AdapterView* implementation. You can grab it here from Maven Central as follows.\n\nGrab via Maven:\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003eorg.lucasr.twowayview\u003c/groupId\u003e\n  \u003cartifactId\u003etwowayview\u003c/artifactId\u003e\n  \u003cversion\u003e0.1.4\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nGradle:\n```groovy\ncompile 'org.lucasr.twowayview:twowayview:0.1.4'\n```\n\nIf you are using ProGuard add the following line to the rules:\n```groovy\n-keep class org.lucasr.twowayview.** { *; }\n```\n\nWant to help?\n=============\n\nFile new issues to discuss specific aspects of the API and to propose new\nfeatures.\n\nLicense\n=======\n\n    Copyright (C) 2013 Lucas Rocha\n\n    TwoWayView's code is based on bits and pieces of Android's\n    AbsListView, Listview, and StaggeredGridView.\n\n    Copyright (C) 2012 The Android Open Source Project\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucasr%2Ftwoway-view","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucasr%2Ftwoway-view","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucasr%2Ftwoway-view/lists"}