Skip to content

For resolve the layout conflict when keybord & panel are switching (Android键盘面板冲突 布局闪动处理方案)

License

Notifications You must be signed in to change notification settings

aii1991/JKeyboardPanelSwitch

This branch is 62 commits behind Jacksgong/JKeyboardPanelSwitch:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

68098a6 · Apr 11, 2016
Mar 30, 2016
Mar 30, 2016
Nov 30, 2015
Mar 30, 2016
Nov 30, 2015
Jan 26, 2016
Apr 6, 2016
Mar 31, 2016
Jan 16, 2016
Mar 31, 2016
Apr 11, 2016
Jan 26, 2016
Apr 6, 2016
Jul 1, 2015
Jul 1, 2015
Dec 10, 2015

Repository files navigation

Android键盘面板冲突 布局闪动处理方案

Download Build Status


起源,之前在微信工作的时候,为了给用户带来更好的基础体验,做了很多尝试,踩了很多输入法的坑,特别是动态调整键盘高度,二级页面是透明背景,魅族早期的Smart bar等, 后来逐一完善了,考虑到拥抱开源,看业界还是有很多应用存在类似问题。就有了这个repo


之前有写过一篇核心思想: Switching between the panel and the keyboard in Wechat


欢迎提交 Pull requests

  • 尽量多的英文注解。
  • 每个提交尽量的细而精准。
  • Commit message 遵循: AngularJS's commit message convention
  • 尽可能的遵循IDE的代码检查建议(如 Android Studio 的 'Inspect Code')。

如何使用

build.gradle中引入:

compile 'cn.dreamtobe.kpswitch:library:1.4.2'

使用引导

基本原理

License

Copyright 2015 Jacks gong.

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.

About

For resolve the layout conflict when keybord & panel are switching (Android键盘面板冲突 布局闪动处理方案)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%