`
melord
  • 浏览: 144057 次
  • 性别: Icon_minigender_1
  • 来自: 南京
社区版块
存档分类
最新评论
文章列表
2.3/3.0/3.1/3.2/4.0,  4.2都能编译通过就是4.1.2编译不通过,憋屈吗? 编译时的错误信息如下: external/guava/guava/src/com/google/common/collect/Maps.java:542: incompatible types; no instance(s) of type variable(s) K,V exist so that java.util.TreeMap<K,V> conforms to java.util.SortedMap<K,V> found   : <K,V>java ...
问题 在Android Email当中,在设置接收服务器和发送服务器时,点击下一步,系统会弹出进度框,并执行服务器设置检验。如果用户设置信息不正确,在执行校验时,大约会花1分钟的时间去校验,最后才会提示设置信息不正确。如 ...
当系统中存在多个账户的时候,需要让用户手动选择或添加账户. Android 已经提供此功能. 但因为它是AccountManager的静态方法,所以没有注意到,特此备注一下: 以下是SDK参考文档中的说明: public static Intent newChooseAccountIntent (Account selectedAccount, ArrayList <Account > ...
Android 自动发送邮件 本文简述的是在Android平台如何自动发送邮件(没有邮件编写界面),主要应用场景为忘记密码等安全等级较高的操作,比如我忘记密码了,点击“发送密码到我的邮箱”系统会将密码发送到注册时的电子邮件地址。   Android平台邮件客户端 Gmail: Gmai电子邮件客户端 Email: 通用的电子邮件客户端   解决方案 Gmail Gmail已经支持自动发送了,所以非常简单。在使用时,需要添加 <uses-permission android:name="com.google.android.gm.permission.AUTO_ ...
三字代码表 (个别代码可能有误,可直接输入经度纬度) 北京 PEK 沈阳 SHE 福州 FOC 广州 CAN 深圳 SZX 上海 SHA 海口 HAK 襄樊 XFN 长沙 CSX 常德 CGD 浦东 PVG 丹东 DDG 锦州 JUZ 杭州 HGH 宁波 NGB 天津 TSN 南昌 KHN 郑州 CGO 重庆 CKG 长春 CGQ 昆明 KMG 青岛 TAO 烟台 YNT 常州 CZX 成都 CTU 贵阳 KWE 温州 WNZ 厦门 XMN 太原 TYN 南京 NKG 大连 DLX 宜昌 YIH 北海 BHY 晋江 JJN 三亚 SYX 合肥 HFE 西安 SIA 武汉 WUH 徐州 XUZ 湛 ...
reference:引用,如其它图片资源 color:颜色 boolean:布尔值 dimension:尺寸值 float:浮点值 integer:整型值 String:字符串 fraction:百分数 enum:枚举值(不显示定义),作为attr的子节点存在,如<enum name="horizontal" value="0" />  
OpenCV 在 Android 中的应用 使用 Android NDK 编译 so 库 简介 在 linuxt 系统下使用 OpenCV2.3 + NDK R6 编译 OpenCV 人脸检测应用 准备 Android NDK ( r5 或更高版本 ) http://developer.android.com/sdk/ndk/index.html
项目已经托管到 https://github.com/Jamling/adt-extensions/ 请至上面的地址获取最新的插件及说明文档   本插件已经发布到Eclipse Marketplace,   Eclipse3.6以上版本,可以直接在Help->Eclipse Marketplace中打开客户端搜索并安装插件. 您也可以访问http://ieclipse.cn/p/adt-extensions/ 以查看说明文档     你还在使用手动方式生成Activity?  你还在为刚生成的Activity未加入AndroidManifest.xml导致运 ...
OpenGL ES Tutorial for Android – Part VI – Textures December 30th, 2010 by Per-Erik Bergman — Android, Embedded, Java Last tutorial we worked a bit more on meshes and we have also talked about adding colors to our mesh. The most common way of adding colors to your mesh is to add a texture. There is ...
OpenGL ES Tutorial for Android – Part V – More on Meshes February 15th, 2010 by Per-Erik Bergman — Android , Embedded I have a feeling that some of you have tried my tutorials and then thought "This is a 3D tutorial, but why is everything in 2D?". So in th ...
OpenGL ES Tutorial for Android – Part IV – Adding colors January 14th, 2010 by Per-Erik Bergman — Android, Embedded Last tutorial was about transformations. This tutorial will be a short one. I'm going to talk about adding color to your mesh. I will continue with the source code from tutorial II. ...
OpenGL ES Tutorial for Android – Part III – Transformations January 1st, 2010 by Per-Erik Bergman — Android, Embedded Last tutorial was about building your polygons. This tutorial is all about transformations, how to move the polygons around. I will continue this tutorial from where the previous en ...
OpenGL ES Tutorial for Android – Part II – Building a polygon December 4th, 2009 by Per-Erik Bergman — Android, Embedded   Previous tutorial was all about setting up the GLSurfaceView. Be sure to read it beacuse it's a really importent one to be able to continue. Building a polygon In this tutor ...
OpenGL ES Tutorial for Android – Part I – Setting up the view December 3rd, 2009 by Per-Erik Bergman — Android, Embedded   I'm going to write a couple of tutorials on using OpenGL ES on Android phones. The theory of OpenGL ES is the same on different devices so it should be quite easy to co ...
简介 在ubuntu 11, Android2.2, Eclipse 3.6下展示一个媒体播放功能及其遇到的问题探讨 将媒体文件push到sdcard目录 启动模拟器后,在DDMS透视图中,选择File Explorer,选择/mnt/sdcard目录,点击视图工具栏的+,将选择的文件push进去。 ...
Global site tag (gtag.js) - Google Analytics