{"id":13786922,"url":"https://github.com/premacck/facilis","last_synced_at":"2025-05-12T00:30:35.762Z","repository":{"id":178608657,"uuid":"144760443","full_name":"premacck/facilis","owner":"premacck","description":"A sleek, out of the box, easy to understand and use, swipe gesture based Navigational Library for android.","archived":false,"fork":false,"pushed_at":"2019-01-16T06:48:18.000Z","size":901,"stargazers_count":34,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-18T00:37:17.316Z","etag":null,"topics":["android","cards","cardview","facilis","kotlin","kotlin-android","navigation","swipe","swipe-gestures"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/premacck.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-08-14T18:55:25.000Z","updated_at":"2023-12-07T09:16:34.000Z","dependencies_parsed_at":"2024-01-09T02:06:20.029Z","dependency_job_id":"4f45e83f-7df4-49d2-a4f0-39b40d689bfb","html_url":"https://github.com/premacck/facilis","commit_stats":null,"previous_names":["premacck/facilis"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/premacck%2Ffacilis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/premacck%2Ffacilis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/premacck%2Ffacilis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/premacck%2Ffacilis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/premacck","download_url":"https://codeload.github.com/premacck/facilis/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253655750,"owners_count":21943068,"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","cards","cardview","facilis","kotlin","kotlin-android","navigation","swipe","swipe-gestures"],"created_at":"2024-08-03T20:00:21.855Z","updated_at":"2025-05-12T00:30:34.449Z","avatar_url":"https://github.com/premacck.png","language":"Kotlin","funding_links":[],"categories":["Library"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"https://github.com/premacck/facilis/blob/master/app/src/main/ic_launcher-web.png\" width=\"40%\"\u003e\n\u003c/p\u003e\n\n# Facilis\n[![](https://jitpack.io/v/premacck/facilis.svg)](https://jitpack.io/#premacck/facilis)\n[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Facilis-yellowgreen.svg?style=flat)](https://android-arsenal.com/details/1/7409)\n\nSwipe gesture based navigational library for Android.\n\n\u003cp align=\"center\"\u003e\n\t\u003ca href=\"https://play.google.com/store/apps/details?id=com.prembros.facilis.sample\"\u003e\n\t\t\u003cimg src=\"https://github.com/steverichey/google-play-badge-svg/blob/master/img/en_get.svg\" width=\"40%\"\u003e\n\t\u003c/a\u003e\n\u003c/p\u003e\n\nWatch Demo Video:\n\n[![YouTube demo](https://github.com/premacck/facilis/blob/master/video_thumb.png)](https://www.youtube.com/watch?v=YlNkM7NfZec\u0026t=1s)\n\n## Getting Started\n\nTo get this project into your build:\n\n### Gradle\n\nAdd it in your root build.gradle at the end of repositories:\n```\nallprojects {\n\trepositories {\n\t\t...\n\t\tmaven { url 'https://jitpack.io' }\n\t}\n}\n```\n\nAdd the dependency to your module's build.gradle\n```\ndependencies {\n\timplementation 'com.github.premacck:facilis:1.1.0'\n}\n```\n\n### Maven\n\n```\n\u003crepositories\u003e\n\t\u003crepository\u003e\n\t    \u003cid\u003ejitpack.io\u003c/id\u003e\n\t    \u003curl\u003ehttps://jitpack.io\u003c/url\u003e\n\t\u003c/repository\u003e\n\u003c/repositories\u003e\n```\nAdd the dependency\n```\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.github.premacck\u003c/groupId\u003e\n    \u003cartifactId\u003efacilis\u003c/artifactId\u003e\n    \u003cversion\u003e1.1.0\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n### SBT\nAdd it in your build.sbt at the end of resolvers:\n```\nresolvers += \"jitpack\" at \"https://jitpack.io\"\n```\nAdd the dependency\n```\nlibraryDependencies += \"com.github.premacck\" % \"facilis\" % \"1.1.0\"\n```\n\n### Leiningen\nAdd it in your project.clj at the end of repositories:\n```\n:repositories [[\"jitpack\" \"https://jitpack.io\"]]\n```\nAdd the dependency\n```\n:dependencies [[com.github.premacck/facilis \"1.1.0\"]]\n```\n\n### Usage\n- Refer to the [wiki pages](https://github.com/premacck/facilis/wiki) for step by step implementations\n\n## Built With\n\n* [Kotlin](https://kotlinlang.org/) - For less code\n* [Anko](https://github.com/Kotlin/anko) - For easier life\n* [Picasso](http://square.github.io/picasso/) - Image loading\n* [Deck ViewPager](https://github.com/bloderxd/deck) - Customized ViewPager\n* [BlurKit](https://github.com/CameraKit/blurkit-android) - For awesome blurring effects\n* [LongPressPopup](https://github.com/RiccardoMoro/LongPressPopup) - For long press popups\n* [DebouncingClickListener](https://github.com/JakeWharton/butterknife/blob/master/butterknife-runtime/src/main/java/butterknife/internal/DebouncingClickListener.java) - for safe clicks\n\n## Contributing\n\nPlease read [CONTRIBUTING.md](https://github.com/premacck/facilis/blob/master/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.\n\n## Versioning\n\nWe use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags).\n\n## Authors\n\n* **Prem Suman** - *A-Z* - [GitHub](https://github.com/premacck)\n\nSee also the list of [contributors](https://github.com/premacck/facilis/contributors) who participated in this project.\n\n## Acknowledgments\n\n* Hat tip to anyone whose code was used\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpremacck%2Ffacilis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpremacck%2Ffacilis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpremacck%2Ffacilis/lists"}