All Projects → Hamadakram → KeyHide

Hamadakram / KeyHide

Licence: other
Easy way to hide Android keyboard on background tap without any effort.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to KeyHide

creviceapp
Multi purpose utility which supports gestures with mouse and keyboard.
Stars: ✭ 22 (-59.26%)
Mutual labels:  keyboard
KioskBoard
KioskBoard - A pure JavaScript library for using virtual keyboards.
Stars: ✭ 114 (+111.11%)
Mutual labels:  keyboard
keychron
Settings for Keychron keyboards
Stars: ✭ 529 (+879.63%)
Mutual labels:  keyboard
SwipeSelection
An improvement to iOS's text editing that allows you to move the cursor and select text using gestures on the keyboard itself.
Stars: ✭ 99 (+83.33%)
Mutual labels:  keyboard
openinput
Open source firmware for input devices
Stars: ✭ 43 (-20.37%)
Mutual labels:  keyboard
SerialProxy
🖱️⌨️ Arduino Input Proxying for PC (.NET Core)
Stars: ✭ 39 (-27.78%)
Mutual labels:  keyboard
reviung41-build-guide
Build guide for the Reviung41 keyboard.
Stars: ✭ 16 (-70.37%)
Mutual labels:  keyboard
Unexpected-Keyboard
A lightweight virtual keyboard for developers.
Stars: ✭ 145 (+168.52%)
Mutual labels:  keyboard
superhide
Example of hooking a linux systemcall
Stars: ✭ 48 (-11.11%)
Mutual labels:  hide
qmk-comment-gen
Generates fancy layout comments from qmk keymap.c
Stars: ✭ 28 (-48.15%)
Mutual labels:  keyboard
YetAnotherKeyDisplayer
The application for displaying pressed keys of the keyboard
Stars: ✭ 88 (+62.96%)
Mutual labels:  keyboard
PGNumberKeyboard
一款非常简单漂亮灵活的自定义数字键盘.
Stars: ✭ 16 (-70.37%)
Mutual labels:  keyboard
vue-if-bot
Hide stuff from bots (especially cookie consents)
Stars: ✭ 62 (+14.81%)
Mutual labels:  hide
swipe-keyboard
Swype type keyboard module for simple-keyboard
Stars: ✭ 32 (-40.74%)
Mutual labels:  keyboard
barrier
Open-source KVM software
Stars: ✭ 17,366 (+32059.26%)
Mutual labels:  keyboard
keyboard
Maliit Keyboard, a free software virtual keyboard for Linux
Stars: ✭ 63 (+16.67%)
Mutual labels:  keyboard
better-keyboard
A js keyboard component for mobile.
Stars: ✭ 55 (+1.85%)
Mutual labels:  keyboard
Chess-Helper
Simple Chrome extension adding nice features to chess.com website
Stars: ✭ 23 (-57.41%)
Mutual labels:  keyboard
EasyEmoji
Help developers to quickly realize the expression of the keyboard
Stars: ✭ 24 (-55.56%)
Mutual labels:  keyboard
FatBottomedBoard
Ben's Custom Keyboard. Huge, large & heavy board for daily work
Stars: ✭ 18 (-66.67%)
Mutual labels:  keyboard

alt tag

KeyHide

Easy way to hide Android keyboard on background tap without any effort.

Download

Grab via Gradle:

compile 'com.irozon.keyhide:keyhide:1.0.0'

Or Maven:

<dependency>
  <groupId>com.irozon.keyhide</groupId>
  <artifactId>keyhide</artifactId>
  <version>1.0.0</version>
  <type>pom</type>
</dependency>

How do i use KeyHide?

To hide keybaord on background click just initialize KeyHide. For activity:

HideKey.initialize(this);

In Fragment pass the inflated view along with the activity context.

HideKey.initialize(getActivity(), view);

Authors

Licence

Copyright 2017 Irozon, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].