{"id":19627186,"url":"https://github.com/tunjid/tiler","last_synced_at":"2025-04-07T09:18:25.959Z","repository":{"id":57729197,"uuid":"383674542","full_name":"tunjid/Tiler","owner":"tunjid","description":"Experimental declaratively transparent kotlin multiplatform paging library","archived":false,"fork":false,"pushed_at":"2025-03-14T11:58:39.000Z","size":66389,"stargazers_count":100,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-03-31T08:08:21.111Z","etag":null,"topics":["android","compose","ios","jetpack-compose","kotlin","kotlin-multiplatform","kotlin-multiplatform-library","kotlin-multiplatform-sample","multiplatform","pagination","paging"],"latest_commit_sha":null,"homepage":"","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/tunjid.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":"contributing.md","funding":null,"license":"LICENSE.txt","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":"2021-07-07T04:38:18.000Z","updated_at":"2025-03-30T19:24:23.000Z","dependencies_parsed_at":"2024-10-18T11:25:09.319Z","dependency_job_id":"fec58732-6d0d-4a12-9151-fecd4cb1ace2","html_url":"https://github.com/tunjid/Tiler","commit_stats":null,"previous_names":[],"tags_count":47,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tunjid%2FTiler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tunjid%2FTiler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tunjid%2FTiler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tunjid%2FTiler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tunjid","download_url":"https://codeload.github.com/tunjid/Tiler/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247622985,"owners_count":20968575,"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","compose","ios","jetpack-compose","kotlin","kotlin-multiplatform","kotlin-multiplatform-library","kotlin-multiplatform-sample","multiplatform","pagination","paging"],"created_at":"2024-11-11T11:48:41.777Z","updated_at":"2025-04-07T09:18:25.930Z","avatar_url":"https://github.com/tunjid.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tiler\n\n[![JVM Tests](https://github.com/tunjid/Tiler/actions/workflows/tests.yml/badge.svg)](https://github.com/tunjid/Tiler/actions/workflows/tests.yml)\n![Tiler](https://img.shields.io/maven-central/v/com.tunjid.tiler/tiler?label=tiler)\n\n![badge][badge-ios]\n![badge][badge-js]\n![badge][badge-jvm]\n![badge][badge-linux]\n![badge][badge-windows]\n![badge][badge-mac]\n![badge][badge-tvos]\n![badge][badge-watchos]\n\nPlease note, this is not an official Google repository. It is a Kotlin multiplatform experiment that makes no guarantees\nabout API stability or long term support. None of the works presented here are production tested, and should not be\ntaken as anything more than its face value.\n\n## Introduction\n\nTiling is a state based paging implementation that presents a sublist of paged dataset in a simple `List`.\nIt offers constant time access to items at indices, and the ability to introspect the items paged through.\n\nThe following are examples of paged UI/UX paradigms that were built using tiling:\n\n| [Basic pagination](https://tunjid.github.io/Tiler/usecases/basic-example/) | [Pagination with sticky headers](https://tunjid.github.io/Tiler/usecases/compose/#sticky-headers) | [Pagination with search](https://tunjid.github.io/Tiler/usecases/search/) | [Pagination with placeholders](https://tunjid.github.io/Tiler/usecases/placeholders/) |\n|----------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------:|\n| ![Basic pagination](./docs/images/basic.gif)                               | ![Pagination with sticky headers](./docs/images/sticky.gif)                                       |            ![Pagination with search](./docs/images/search.gif)            |            ![Pagination with placeholders](./docs/images/placeholders.gif)            |\n\nFor large screened devices:\n\n| [Pagination with adaptive layouts](https://tunjid.github.io/Tiler/usecases/adaptive-paging/) | [Pagination with adaptive layouts, search and placeholders](https://tunjid.github.io/Tiler/usecases/complex-tiling/) |\n|:--------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------:|\n|               ![Pagination with adaptive layouts](./docs/images/adaptive.gif)                |               ![Pagination with adaptive layouts, search and placeholders](./docs/images/complex.gif)                |\n\nPlease see the [documentation](https://tunjid.github.io/Tiler/) for more details.\n\n## License\n\n    Copyright 2021 Google LLC\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        https://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\n[badge-android]: http://img.shields.io/badge/-android-6EDB8D.svg?style=flat\n\n[badge-jvm]: http://img.shields.io/badge/-jvm-DB413D.svg?style=flat\n\n[badge-js]: http://img.shields.io/badge/-js-F8DB5D.svg?style=flat\n\n[badge-js-ir]: https://img.shields.io/badge/support-[IR]-AAC4E0.svg?style=flat\n\n[badge-nodejs]: https://img.shields.io/badge/-nodejs-68a063.svg?style=flat\n\n[badge-linux]: http://img.shields.io/badge/-linux-2D3F6C.svg?style=flat\n\n[badge-windows]: http://img.shields.io/badge/-windows-4D76CD.svg?style=flat\n\n[badge-wasm]: https://img.shields.io/badge/-wasm-624FE8.svg?style=flat\n\n[badge-apple-silicon]: http://img.shields.io/badge/support-[AppleSilicon]-43BBFF.svg?style=flat\n\n[badge-ios]: http://img.shields.io/badge/-ios-CDCDCD.svg?style=flat\n\n[badge-mac]: http://img.shields.io/badge/-macos-111111.svg?style=flat\n\n[badge-watchos]: http://img.shields.io/badge/-watchos-C0C0C0.svg?style=flat\n\n[badge-tvos]: http://img.shields.io/badge/-tvos-808080.svg?style=flat\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftunjid%2Ftiler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftunjid%2Ftiler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftunjid%2Ftiler/lists"}