-
cwac-anddown-master
Android组件库CWAC主要用来解决Android 开发中各个方面的常见问题,每个 CWAC 组件打包成一个独立的 jar 文件,JNI处理,本次下载的是CWAC组件库及应用示例(Component library CWAC Android Android is mainly used to solve common problems in all aspects of development, each CWAC components packaged into a separate jar files, JNI treatment, the download is CWAC component library and application examples)
- 2014-04-16 08:49:06下载
- 积分:1
-
android_调用摄像头拍摄一段视频并上传到服务器实例(含android客户端和服务器源码)
简单的一个Demo,实现了android端调用系统的拍摄功能,拍摄,并将视频文件上传到本地的服务器。 源码里面包括了android的程序,服务器接收的源代码(服务器代码是Myeclipse编辑的,服务器为tomcat6.0)。各位亲们,可以修改下服务器的地址,就能上传到网上了
- 2013-02-07下载
- 积分:1
-
android联系人带字母检索源码
android联系人带字母检索源码/** * 联系人列表适配器。 * * @author guolin */public class ContactAdapter extends ArrayAdapter { /** * 需要渲染的item布局文件 */ private int resource; /** * 字母表分组工具 */ private SectionIndexer mIndexer; public ContactAdapter(Context context, int textViewResourceId, List objects) { super(context, textViewResourceId, objects); resource = textViewResourceId; } @Override public View getView(int position, View convertView, ViewGroup parent) { Contact contact = getItem(position); LinearLayout layout = null; if (convertView == null) { layout = (LinearLayout) LayoutInflater.from(getContext()).inflate(resource, null); } else { layout = (LinearLayout) convertView; } TextView name = (TextView) layout.findViewById(R.id.name); LinearLayout sortKeyLayout = (LinearLayout) layout.findViewById(R.id.sort_key_layout); TextView sortKey = (TextView) layout.findViewById(R.id.sort_key); name.setText(contact.getName()); int section = mIndexer.getSectionForPosition(position); if (position == mIndexer.getPositionForSection(section)) { sortKey.setText(contact.getSortKey()); sortKeyLayout.setVisibility(View.VISIBLE); } else { sortKeyLayout.setVisibility(View.GONE); } return layout; } /** * 给当前适配器传入一个分组工具。 * * @param indexer */ public void setIndexer(SectionIndexer indexer) { mIndexer = indexer; }}
- 2014-04-13下载
- 积分:1
-
Android中 日期控件 DatePicker和TimePicker入门例子 附完整源码以及截图
实现了:当更改DatePicker和TimePicker的时候 自动更改EditText的值
- 2013-03-20下载
- 积分:1
-
用DialogFragment创建登录对话框 并传值给activity 实例源码下载
用DialogFragment创建登录对话框 并传值给activity 实例源码下载
- 2015-01-13下载
- 积分:1
-
android 记事本 例子源码下载(初级版本)
将数据写入文件了
- 2014-09-15下载
- 积分:1
-
android 图片浏览器 完整实例源码下载
android 图片浏览器 完整实例源码下载
- 2014-05-13下载
- 积分:1
-
Android
安卓手机应用开发从入门到精通,非常好的入门学习书籍(Android mobile application development from entry to the master)
- 2013-12-16 21:07:34下载
- 积分:1
-
android 电子书实例源码下载
android 电子书实例源码下载
- 2015-05-12下载
- 积分:1
-
Bus Hound 6.0.1带注册码+中文版使用说明(最新的)
Bus Hound 6.0 for reading IR remote
- 2018-11-30 21:52:41下载
- 积分:1