公司产品

小牛互联:

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  

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值