好的android 控件教程索引
自己经常要用到个各种控件,一页一页转别人的教程不方便,不如直接建一个链接索引,把我找到好的教程分类记下来,方便使用和分享。
Dialog对话框(能达到的效果):
Dialog对话框教程:
1.http://tech.it168.com/a2011/1201/1282/000001282010.shtml
2.http://blog.csdn.net/ameyume/article/details/6138488
CheckBox:
1.http://www.oschina.net/question/54100_34557
TextView自动获取焦点的解决办法:
1.http://371437557-qq-com.iteye.com/blog/1412501
EditText中文字输入没有从头开始而是从中间:在XML里的属性加上android:gravity="top"
Bitmap:
http://dyh7077063.iteye.com/blog/970672
http://blog.csdn.net/xxxx1243/article/details/5834187
摄像头视频截取:
摄像头YUV数据转RGBhttp://chenweihuacwh.iteye.com/blog/571223
Java注释怎么写