您的位置:首页 > 其它

公司产品

2015-06-27 11:54 357 查看
小牛互联:
http://192.168.1.254/public/ http://emoji-keyboard.com/  

zxing扫码:
https://my.oschina.net/madmatrix/blog/189031   https://my.oschina.net/madmatrix/blog/187100   http://blog.csdn.net/xiong_it/article/details/46983293   http://www.jianshu.com/p/b78a967e2ac7   http://www.jianshu.com/p/1cf060c33147   https://www.jianshu.com/p/656d6f6f862e   http://zxing.appspot.com/generator   https://github.com/zxing/zxing/wiki/Barcode-Contents   https://www.polarxiong.com/archives/Android%E7%9B%B8%E6%9C%BA%E5%BC%80%E5%8F%91-%E4%BA%94-%E8%A7%A6%E6%91%B8%E5%AF%B9%E7%84%A6-%E8%A7%A6%E6%91%B8%E6%B5%8B%E5%85%89-%E4%BA%8C%E6%8C%87%E6%89%8B%E5%8A%BF%E7%BC%A9%E6%94%BE.html
输入法
http://developer.android.com/guide/topics/text/creating-input-method.html    
https://notes.wanghao.work/2015-04-01-Create-an-Android-IME.html  
http://blog.csdn.net/huangyabin001/article/details/28434989  

基本打开关闭切换系统输入法:

toggleSoftInput:这个方法可以转换软件输入法在窗体中的显示状态。如果输入法当前是显示状态,那么该方法设置输入法隐藏。如果输入法当前是隐藏状态,则该方法设置输入法显示。

-----------------------------------------------

阅读自定义的输入法方法:
http://www.cnblogs.com/fengzhblog/archive/2012/11/22/2783339.html 

http://www.oschina.net/question/163910_27405 
 

软键盘的主界面,在InputMethodService.onCreateInputView() 初始化.
onCreateInputView输入区域第一次被显示的时候被调用,仅调用一次。
如果想替换显示的输入区域可以通过setInputView(View)实现。
InputMethodService.onStartInputView() 输入法开始函数。
http://wenku.baidu.com/link?url=xpKd7J57BsaPli79maisPQzcFRUylSw2pTdgU5SWBRcnQvcds_TXgaSKnBkfMiIWtfvEHgl1D2pW9seOPA1oLpMkmze_JVjAOng1Dmy0uCq 
http://blog.sina.com.cn/s/blog_6e15a6010100n9td.html 
http://blog.sina.com.cn/s/blog_4d58929f0100wrpa.html 

键盘由xml构成:
http://blog.csdn.net/hfsu0419/article/details/7924673 

输入法结构分析:
http://android-developers.blogspot.com/2009/04/updating-applications-for-on-screen.html 
http://www.cnblogs.com/zdwillie/p/3557226.html 
http://www.cnblogs.com/weixing/p/3300908.html 

http://blog.csdn.net/u010684551/article/details/39964501 

换肤:
http://www.cnblogs.com/lee0oo0/archive/2012/11/13/2767528.html 

键盘上搜索按钮属性设置android:imeOptions:
http://liliang1222.iteye.com/blog/1130062  
http://blog.csdn.net/lastdream/article/details/24365633  
http://blog.csdn.net/caiwenfeng_for_23/article/details/37900503  

解决Andriod软键盘出现把原来的布局给顶上去:
http://blog.csdn.net/jerrychenly/article/details/19341005   http://blog.sina.com.cn/s/blog_49f62c350100rq0x.html  
短信: 
http://developer.android.com/reference/android/provider/Telephony.html  
http://android-developers.blogspot.com/2013/10/getting-your-sms-apps-ready-for-kitkat.html   
http://blog.csdn.net/t12x3456/article/category/1648993   http://blog.csdn.net/t12x3456/article/details/9336869  
http://blog.sina.com.cn/s/blog_74c22b210100r0kn.html  
http://blog.csdn.net/t12x3456/article/category/1648993   http://www.cnblogs.com/-cyb/archive/2012/10/29/Android_Receiver_Sms.html   http://keeponmoving.iteye.com/blog/1498282  
http://www.2cto.com/kf/201408/323456.html  
http://blog.csdn.net/u010961631/article/details/12705541   http://blog.csdn.net/u010961631/article/details/40183239  
http://blog.csdn.net/geolo/article/details/6090303  

Dialer拨号器:
https://github.com/geniusgithub/AndroidDialer  
http://www.cnblogs.com/lance2016/p/5229073.html  
http://www.cnblogs.com/lance2016/p/5252451.html  
http://blog.csdn.net/u010961631/article/details/40044323  
http://blog.csdn.net/u010961631/article/details/12217759  
http://blog.csdn.net/u010961631/article/details/40371379  
http://stackoverflow.com/questions/34171505/build-and-reuse-android-open-source-dialer-source-code-in-my-project  
http://stackoverflow.com/questions/22791150/how-do-you-import-an-eclipse-project-into-android-studio-now  

查询系统联系人应用数据库信息:
http://blog.csdn.net/flowingflying/article/details/7497307  
http://blog.csdn.net/flowingflying/article/details/7579635  
http://blog.csdn.net/flowingflying/article/details/7580505  
http://blog.csdn.net/flowingflying/article/details/9185809  http://blog.csdn.net/flowingflying/article/details/9217431  
http://blog.csdn.net/flowingflying/article/details/9242995  http://blog.csdn.net/flowingflying/article/details/9243275  http://blog.csdn.net/flowingflying/article/details/9244521   
http://blog.sina.com.cn/s/blog_74c22b210100rlg3.html  
http://www.2cto.com/kf/201406/309356.html  
http://blog.csdn.net/shuangyvshenshi/article/details/41544255  
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: