摘要:
转自:http://blog.csdn.net/myarrow/article/details/7760579一、APK扩展文件基本知识 Android Market (Google Play Store)中每个APK文件的最大限制是50MB。如果您的程序中包含大量的数据文件,以前您只能把这些数据文... 阅读全文
posted @ 2014-09-24 17:02 Bill Yuan 阅读(8911) 评论(0) 推荐(0) 编辑
|
||
摘要:
转自:http://blog.csdn.net/myarrow/article/details/7760579一、APK扩展文件基本知识 Android Market (Google Play Store)中每个APK文件的最大限制是50MB。如果您的程序中包含大量的数据文件,以前您只能把这些数据文... 阅读全文
posted @ 2014-09-24 17:02 Bill Yuan 阅读(8911) 评论(0) 推荐(0) 编辑
摘要:
转自:http://blog.csdn.net/wcjwdq/article/details/38901607是否吞噬触摸点需要控制两个地方:1)CCDirector::sharedDirector()->getTouchDispatcher()->addTargetedDelegate(this,... 阅读全文
posted @ 2014-09-24 11:56 Bill Yuan 阅读(377) 评论(0) 推荐(0) 编辑
摘要:
转自:http://blog.csdn.net/wcjwdq/article/details/37932769 显示图片时,在项目中经常会用只读取图片的一部分,而不是全部。错误方式:很多人这时候会采用setTextureRect(CCRectMake(x, y, width, height)),事... 阅读全文
posted @ 2014-09-24 11:49 Bill Yuan 阅读(919) 评论(0) 推荐(0) 编辑 |
||