搜索资源列表
LumaQQ-Android
- android LumaQQ-Android 在google手机上的开发 qq在源代码-android LumaQQ-Android
ZXing-1.5
- ZXing是一个Java类库用于解析多种格式的1D/2D条形码。目标是能够对QR编码、Data Matrix、UPC的1D条形码进行解码。 其提供了多种平台下的客户端包括:J2ME、J2SE和Android。 -ZXing is a Java class library for parsing multi-format 1D/2D barcode. Goal is to be able to QR codes, Data Matrix, UPC of 1D bar code decodin
R
- netkeeper for android phone java
ExtractStringRefactoring
- This refactoring extracts a string from a file and replaces it by an Android resource ID such as R.string.foo.
4.04
- 动态增加布局 都可以通过 LayoutInfater.inflate(R.layout.xxx,null) 加载一个资源文件。 然后用findViewById(R.id.xxxx)找到需要加载这个界面的父界面。 然后addView就可以了。 多次添加只需多次LayoutInfater.inflate就好-android java