{"id":13428555,"url":"https://github.com/MlxChange/WaveDisPlay","last_synced_at":"2025-03-16T01:32:46.125Z","repository":{"id":41495804,"uuid":"283172362","full_name":"MlxChange/WaveDisPlay","owner":"MlxChange","description":"A view that can be used like recyclerView to see the content of the next or previous page","archived":false,"fork":false,"pushed_at":"2020-09-02T02:15:49.000Z","size":26342,"stargazers_count":698,"open_issues_count":2,"forks_count":85,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-28T07:48:19.873Z","etag":null,"topics":["android","koltin"],"latest_commit_sha":null,"homepage":"https://github.com/MlxChange/WaveDisPlay","language":"Kotlin","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/MlxChange.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":"2020-07-28T09:58:25.000Z","updated_at":"2024-08-09T01:57:12.000Z","dependencies_parsed_at":"2022-09-21T10:52:31.373Z","dependency_job_id":null,"html_url":"https://github.com/MlxChange/WaveDisPlay","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MlxChange%2FWaveDisPlay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MlxChange%2FWaveDisPlay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MlxChange%2FWaveDisPlay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MlxChange%2FWaveDisPlay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MlxChange","download_url":"https://codeload.github.com/MlxChange/WaveDisPlay/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","koltin"],"created_at":"2024-07-31T01:01:00.397Z","updated_at":"2025-03-16T01:32:45.219Z","avatar_url":"https://github.com/MlxChange.png","language":"Kotlin","funding_links":[],"categories":["Libraries"],"sub_categories":[],"readme":"# WaveDisPlayView\n![](https://img.shields.io/badge/Platform-Android-brightgreen.svg)\n![](https://img.shields.io/github/v/release/mlxchange/WaveDisPlay)\n![](https://img.shields.io/badge/mlxchange-WaveDisPlay-brightgreen)\n![](https://img.shields.io/badge/jitpack-2.0-blue)\n\nWaveDisPlayView is an Android list view that allows you to preview the next view or the previous view by dragging left and right.\n\n\n## Screenshot\n\n\u003cimg src=\"/screenshot/screenshot.gif\" width=\"360\" height=\"640\" alt=\"screenshot\"/\u003e\n\n## DownLoad\n[apk](/app/release/app-release.apk)\n\n## Installation\n\nAdd it to your root build.gradle with:\n```gradle\nallprojects {\n    repositories {\n        maven { url \"https://jitpack.io\" }\n    }\n}\n```\nand app build.gradle:\n\n```gradle\ndependencies {\n   implementation 'com.github.MlxChange:WaveDisPlay:0.1.1'\n}\n```\n\n## Usage\n\n```xml\n\u003ccom.mlx.widget.WaveDisplayView\n     android:layout_width=\"match_parent\"\n     android:layout_height=\"match_parent\"\u003e\n\u003c/com.mlx.widget.WaveDisplayView\u003e\n```\n```kotlin\nwaveDisplayView = findViewById(R.id.wave)\nwaveAdapter = MyAdapter(this, mData)\nwaveDisplayView.setAdapter(waveAdapter)\n```\n\n\n## Attribute\n\n```\ndragColor //default white\ndragWidth //drag button width\ndragLocation //the starting position of the drag, the default is half of the height\n```\n\n## About Me\n\n[My Blog](https://mlxchange.xyz \"Mlx\")\n\n[juejin](https://juejin.im/user/1345457961046055/ \"Mlx\")\n\n\n\n## License\n\n\u003cpre\u003e\nCopyright 2020 MlxChange\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\u003c/pre\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMlxChange%2FWaveDisPlay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMlxChange%2FWaveDisPlay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMlxChange%2FWaveDisPlay/lists"}