-
Notifications
You must be signed in to change notification settings - Fork 2
Adjust UnityKeyboard
target1:adjustpan target2:hide input box target3:emoill target4:search
project: https://git.oschina.net/daao/unitykeyboard
Hidden Mobile Input https://forum.unity3d.com/threads/hidden-mobile-input.310709/
Android 中InputMethodManager类的用法 http://blog.csdn.net/pi9nc/article/details/9196779
ndk android 输入法/软键盘调用浅谈I--输入法解析 http://blog.csdn.net/r10101010/article/details/8727463
https://stackoverflow.com/questions/5419766/how-to-capture-soft-keyboard-input-in-a-view https://stackoverflow.com/questions/18581636/android-cannot-capture-backspace-delete-press-in-soft-keyboard/19980975#19980975 https://developer.xamarin.com/api/member/Android.Views.View.OnCreateInputConnection/p/Android.Views.InputMethods.EditorInfo/ https://stackoverflow.com/questions/7407231/how-to-force-android-soft-keyboard-open-from-native-code
https://stackoverflow.com/questions/16189525/ongloballayoutlistener-deprecation-and-compatibility https://stackoverflow.com/questions/35443681/viewtreeobserver-doesnt-call-ongloballayout https://developer.xamarin.com/api/member/Android.Views.ViewTreeObserver.AddOnGlobalLayoutListener/p/Android.Views.ViewTreeObserver+IOnGlobalLayoutListener/
Unity编译,apk打包分析,Android原理解析 https://zhuanlan.zhihu.com/p/26372284
android record
Android四大组件
一、Activity详解
二、Service详解
三、Broadcast Receiver详解
四、Content Provider详解
Android Service完全解析,关于服务你所需知道的一切(上) http://blog.csdn.net/guolin_blog/article/details/11952435/
如何将Android Studio的工程导入到eclipse中 http://blog.csdn.net/whorus1/article/details/50463539
彻底搞定Android开发中软键盘的常见问题 http://blog.csdn.net/mynameishuangshuai/article/details/51567357
android里,addContentView()动态增加view控件,并实现控件的顶部,中间,底部布局 http://blog.csdn.net/drrlalala/article/details/38332017
Android 爬坑之旅:软键盘挡住输入框问题的终极解决方案 https://www.diycode.cc/topics/383
https://zhuanlan.zhihu.com/p/26372284 class.jar 反编译
Android 开发之拦截EditText的输入内容,定制输入内容 http://www.cnblogs.com/yiludugufei/p/4578977.html