# KbListener **Repository Path**: xuejike/KbListener ## Basic Information - **Project Name**: KbListener - **Description**: 监听 Android 键盘弹出 - **Primary Language**: Android - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2024-04-08 - **Last Updated**: 2024-04-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # KbListener #### 介绍 监听 Android 键盘弹出 [![](https://jitpack.io/v/com.gitee.zackratos/KbListener.svg)](https://jitpack.io/#com.gitee.zackratos/KbListener) #### 使用 Step 1. Add the JitPack repository to your build file ```groovy allprojects { repositories { ... maven { url 'https://jitpack.io' } } } ``` Step 2. Add the dependency ```groovy dependencies { implementation 'com.gitee.zackratos:KbListener:0.1.3' } ```