登录
首页 » Delphi » xe5_camera

xe5_camera

于 2021-03-04 发布 文件大小:472KB
0 170
下载积分: 1 下载次数: 196

代码说明:

  delphi xe5 android 调用照相机、摄像头、拍照片,camera 组件

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • android实现拍照保存预览相册取消退出
    拍照 预览相册 取消 等常用功能
    2014-08-26下载
    积分:1
  • 微信跳一跳素材(全图片+音乐)
    微信跳一跳素材(全图片+音乐)
    2020-12-11下载
    积分:1
  • ActivityForResult
    Android. ActivityForResult的用法.(Android. ActivityForResult.)
    2012-01-08 15:10:48下载
    积分:1
  • Vitamio 视频播放器 的使用
    Vitamio 视频播放器 的使用
    2014-05-26下载
    积分:1
  • 薛定宇-《控制数学问题的 MATLAB求解》第二版 源代码
    薛定宇-《控制数学问题的 MATLAB求解》第二版 全书配套源代码
    2019-04-15下载
    积分:1
  • android-under_1[1].5SDK_Compile_CH04
    Android sdk 开发范例大全 第五章源码
    2012-05-01 12:44:08下载
    积分:1
  • android grid 分页示例代码(美团九宫格导航)
       实现美团九宫导航
    2016-06-01下载
    积分:1
  • android下Intent传递实例 附完整源码
    Intent传递实例
    2013-03-30下载
    积分: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
  • androidloadingremote
    有Loading的Android远程登录源代码,用于在后台请求服务器是否登录成功,返回[0]登录状态,[1]是否网络错误。(Loading Android remote login source code, the request server login is successful, return [0] logged in the background, [1] is a network error.)
    2013-04-16 20:29:26下载
    积分:1
  • 696518资源总数
  • 105549会员总数
  • 12今日下载