{"id":3616,"url":"https://github.com/viniciusmo/keyboard-visibility-event-android","last_synced_at":"2026-02-03T15:39:14.171Z","repository":{"id":46720519,"uuid":"154742507","full_name":"viniciusmo/keyboard-visibility-event-android","owner":"viniciusmo","description":"A DSL to handle soft keyboard visibility change event written in Kotlin.","archived":false,"fork":false,"pushed_at":"2021-09-28T15:38:21.000Z","size":2783,"stargazers_count":18,"open_issues_count":3,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-19T03:11:37.936Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/viniciusmo.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}},"created_at":"2018-10-25T21:54:55.000Z","updated_at":"2023-08-24T05:05:55.000Z","dependencies_parsed_at":"2022-09-13T08:22:29.828Z","dependency_job_id":null,"html_url":"https://github.com/viniciusmo/keyboard-visibility-event-android","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viniciusmo%2Fkeyboard-visibility-event-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viniciusmo%2Fkeyboard-visibility-event-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viniciusmo%2Fkeyboard-visibility-event-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viniciusmo%2Fkeyboard-visibility-event-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/viniciusmo","download_url":"https://codeload.github.com/viniciusmo/keyboard-visibility-event-android/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228567009,"owners_count":17937983,"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-01-05T20:16:46.509Z","updated_at":"2026-02-03T15:39:14.105Z","avatar_url":"https://github.com/viniciusmo.png","language":"Kotlin","funding_links":[],"categories":["Libraries","Other"],"sub_categories":["Utility"],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/viniciusmo/keyboard-visibility-event-android/master/logo.png\"\u003e\n\u003c/p\u003e\n\n\n\u003cp align=\"center\"\u003e \n\t\u003cimg src=\"https://img.shields.io/badge/kotlin-v1.2.71-blue.svg\" alt=\"Kotlin\"\u003e\n\t\u003cimg src=\"https://circleci.com/gh/viniciusmo/keyboard-visibility-event-android.svg?style=shield\" alt=\"Build Status\"\u003e\n\t\u003cimg src=\"https://img.shields.io/badge/dependencies-up%20to%20date-brightgreen.svg\" alt=\"Dependencies\"\u003e\n\t\u003cimg src=\"https://img.shields.io/github/issues/viniciusmo/keyboard-visibility-event-android.svg\" alt=\"GitHub Issues\"\u003e\n\t\u003cimg src=\"https://img.shields.io/badge/contributions-welcome-violet.svg\" alt=\"Contributions welcome\"\u003e\n\t\u003cimg src=\"https://img.shields.io/badge/license-MIT-blue.svg\" alt=\"License\"\u003e\n\u003c/p\u003e\n\n\nAbout\n--------\nA DSL to handle soft keyboard visibility change event written in Kotlin.\n\n\nHow to use?\n--------\n\n**Step 1.** Add it in your root build.gradle at the end of repositories:\n\n```gradle\nallprojects {\n\trepositories {\n\t\t...\n\t\tmaven { url 'https://jitpack.io' }\n\t}\n}\n```\n\n**Step 2.** Add the dependency\n\n```gradle\ndependencies {\n\timplementation 'com.github.viniciusmo:keyboard-visibility-event-android:1.0.4'\n}\n```\n\n**Step 3.** Code example\n``` kotlin\nkeyboard {\n    onClosed { alert(\"onClosed\").show() }\n    onOpened { alert(\"onOpened\").show() }\n}\n\n```\n\nDemo\n--------\n\n\u003cp align=\"center\"\u003e \n\t  \u003cimg src=\"https://raw.githubusercontent.com/viniciusmo/keyboard-visibility-event-android/master/keyboard_example.gif\" width=\"40%\" height=\"40%\"\u003e\n\u003c/p\u003e\n\nSpecial thanks\n--------\n\u003ca href=\"https://github.com/yshrsmz\"\u003e@yshrsmz\u003c/a\u003e\u003c/br\u003e\n\u003ca href=\"https://github.com/amadeu01\"\u003e@amadeu01\u003c/a\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviniciusmo%2Fkeyboard-visibility-event-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fviniciusmo%2Fkeyboard-visibility-event-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviniciusmo%2Fkeyboard-visibility-event-android/lists"}