智慧 + 毅力 = 无所不能

正确性、健壮性、可靠性、效率、易用性、可读性、可复用性、兼容性、可移植性...
随笔 - 991, 文章 - 0, 评论 - 27, 阅读 - 341万

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

09 2014 档案

摘要:转自:http://blog.csdn.net/myarrow/article/details/7760579一、APK扩展文件基本知识 Android Market (Google Play Store)中每个APK文件的最大限制是50MB。如果您的程序中包含大量的数据文件,以前您只能把这些数据文... 阅读全文

posted @ 2014-09-24 17:02 Bill Yuan 编辑

摘要:转自:http://blog.csdn.net/wcjwdq/article/details/38901607是否吞噬触摸点需要控制两个地方:1)CCDirector::sharedDirector()->getTouchDispatcher()->addTargetedDelegate(this,... 阅读全文

posted @ 2014-09-24 11:56 Bill Yuan 编辑

摘要:转自:http://blog.csdn.net/wcjwdq/article/details/37932769 显示图片时,在项目中经常会用只读取图片的一部分,而不是全部。错误方式:很多人这时候会采用setTextureRect(CCRectMake(x, y, width, height)),事... 阅读全文

posted @ 2014-09-24 11:49 Bill Yuan 编辑

摘要:程序编译正常,在用Eclipse调试执行时,报错Unable to execute dex: Multiple dex files define:方法:原因是有重复的。jar被引用,可以查看你的build path,尤其是Android Dependencies一定有重复引入的.jar包,解决的方法... 阅读全文

posted @ 2014-09-24 11:45 Bill Yuan 编辑

摘要:转自:http://blog.sina.com.cn/s/blog_6400e5c50101jh1f.html在开发Android项目的时候,有时需要引用多个项目作为library。在引用项目的时候,有时会出现“Jar mismatch! Fix your dependencies”错误。这是因为两... 阅读全文

posted @ 2014-09-16 22:13 Bill Yuan 编辑

摘要:转自:http://www.cnblogs.com/oakpip/archive/2011/04/08/2009800.html大部分内容为网上整理其它高人的帖子,现只作整理,用于查看:在Android手机中内置了一款高性能webkit内核浏览器,在SDK中封装为一个叫做WebView组件。什么是w... 阅读全文

posted @ 2014-09-13 15:39 Bill Yuan 编辑

摘要:转自:http://www.dotblogs.com.tw/newmonkey48/archive/2014/04/17/144779.aspxApp要使用Facebook 分享時,設要在Facebook應用程式裡設定app 的key hash但keyhash要怎麼取得呢?可參考兩個網址http:/... 阅读全文

posted @ 2014-09-12 18:21 Bill Yuan 编辑

摘要:转自:https://developers.google.com/wallet/instant-buy/android/tutorialThis tutorial guides you through integrating Instant Buy into a purchase flow, in ... 阅读全文

posted @ 2014-09-12 10:28 Bill Yuan 编辑

点击右上角即可分享
微信分享提示