登录
首页 » Delphi » TakePhoto

TakePhoto

于 2021-02-19 发布 文件大小:8404KB
0 159
下载积分: 1 下载次数: 5

代码说明:

  Take photo in android delphi app

文件列表:

TakePhoto
.........\Android
.........\.......\Debug
.........\.......\.....\AndroidManifest.xml,2371,2016-11-26
.........\.......\.....\TakePhoto
.........\.......\.....\.........\AndroidManifest.xml,2371,2016-11-26
.........\.......\.....\.........\assets
.........\.......\.....\.........\bin
.........\.......\.....\.........\...\TakePhoto.apk,8313769,2016-11-26
.........\.......\.....\.........\classes
.........\.......\.....\.........\.......\classes.dex,1338868,2016-11-26
.........\.......\.....\.........\debug
.........\.......\.....\.........\library
.........\.......\.....\.........\.......\lib
.........\.......\.....\.........\.......\...\armeabi
.........\.......\.....\.........\.......\...\.......\gdbserver,268812,2016-11-26
.........\.......\.....\.........\res
.........\.......\.....\.........\...\drawable-hdpi

.........\.......\.....\.........\...\drawable-ldpi
.........\.......\.....\.........\...\.............\ic_launcher.png
.........\.......\.....\.........\...\drawable-mdpi

.........\.......\.....\.........\...\drawable-xhdpi

.........\.......\.....\.........\...\drawable-xxhdpi

.........\.......\.....\TakePhoto.vsr,101,2016-11-26
.........\AndroidManifest.template.xml,1664,2016-11-26
.........\FormularioConfiguracion.fmx,727,2016-11-26
.........\FormularioConfiguracion.pas,594,2016-11-26
.........\FormularioPrincipal.fmx,3494,2016-11-26
.........\FormularioPrincipal.pas,3179,2016-11-26
.........\TakePhoto.deployproj,3774,2016-11-26
.........\TakePhoto.dpr,434,2016-11-26
.........\TakePhoto.dproj,29056,2016-11-26
.........\TakePhoto.dproj.local,2088,2016-11-26
.........\TakePhoto.identcache,392,2016-11-26
.........\TakePhoto.res,756,2016-11-26
.........\TakePhoto.stat,162,2016-11-26
.........\Unit1.fmx,3136,2016-11-26
.........\Unit1.pas,2921,2016-11-26
.........\Unit2.pas,3629,2016-11-26
.........\Win32
.........\.....\Debug

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

发表评论

0 个回复

  • android 百度地图各种实例源码下载(可用)
    android 百度地图 源码
    2014-05-24下载
    积分:1
  • AutoRingProjectxx_zz_src
    I created this app to simulate the ring behavior of the Motorola RAZR which would switch to loud when charging and return to vibrate-only when disconnected (no manual adjustment needed). This app also allows the reverse scenario (silent when connected otherwise ring). This tutorial assumes you already have the Eclipse environment up and running. If you are new to Eclipse and Android development, I recommend going through the temperature converter tutorial which can be found here.
    2012-06-20 10:51:20下载
    积分:1
  • android通过拍照、相册获取图片并显示 实例完整源码下载(亲测通过)
    其中也包含了 将图片保存至 sd卡功能
    2015-02-06下载
    积分:1
  • istimation
    OFDM系统中以PN序列作为循环前缀和传统梳状导频信道估计方法对比(Comparison of PN sequences as cyclic prefix and traditional comb pilot Channel estimation methods in OFDM Systems)
    2019-03-26 21:24:43下载
    积分:1
  • Android Spinner 绑定数据源入门级实例
    Spinner入门实例
    2013-03-18下载
    积分:1
  • ANE
    Adobe Air是利用Adobe公司的Flash技术开发的媒体播放平台。而Native Extension就是让AIR可以调用各个平台上的本地代码(native code, 如ios上的object-c,android上的java,desktop上的c++,ca#等),从而完成对AIR中Actionscript API的自定义扩展。即可以让开发者通过编写基于平台的本地代码扩展ActionScript。从而完成一些原有Actionscript无法完成的功能。(Adobe Air is developed by using Adobe s Flash technology media platform. While the Native Extension is to make AIR calls on every platform native code (native code, such as IOS Object-C, Android Java, desktop c++, c#), thus completing the extensions to the AIR Actionscript API custom. That allows developers to write native code through the platform based on ActionScript. In order to complete some of the original Actionscript cannot perform the function. )
    2013-09-25 11:19:28下载
    积分:1
  • android 实现圆形菜单
    private void computeCoordinates() {  BigStone stone;  BigStone menus;  for (int index = 0; index < STONE_COUNT; index ) {   stone = mStones[index];   stone.x = mPointX      (float) (mRadius * Math.cos(stone.angle * Math.PI / 180));   stone.y = mPointY      (float) (mRadius * Math.sin(stone.angle * Math.PI / 180));  }  if (flag == 0) {   for (int i = 0; i < MENUS; i ) {     menus = mMenus[i];     switch (i) {    case 0:     menus.x = 300 * 1.8f;     menus.y = 50;     break;    case 1:     menus.x = 300 * 1.8f 100;     menus.y = 50;     break;    case 2:     menus.x = 300 * 1.8f 200;     menus.y = 50;     break;    case 3:     menus.x = 300 * 1.8f;     menus.y = 150;     break;    case 4:     menus.x = 300 * 1.8f 10 100;     menus.y = 250;     break;     }    }  } }
    2014-06-22下载
    积分:1
  • android 智能提示 搜索 下拉效果 例子 有截图 附源码
    android 智能提示 搜索 下拉效果 例子 有截图 附源码
    2013-07-05下载
    积分:1
  • 706567
    Android的多媒体框架OpenCore介绍,精选android项目书籍,很好有参考资料。(OpenCore multimedia framework Android, select Android project books, very good reference material.)
    2013-12-04 09:36:15下载
    积分:1
  • imageComparator
    android平台上利用OpenCV的不同算法进行图像的比较,包括ORB, BRIEF, BRISK和FREAK算法(use the android platform to compare different algorithms OpenCV image, comprising ORB, BRIEF, BRISK and FREAK algorithm)
    2015-08-26 15:25:18下载
    积分:1
  • 696522资源总数
  • 104027会员总数
  • 45今日下载