全部博文(89)
标题 | 阅读 | 评论 | 转发 | 发布日期 | |
---|---|---|---|---|---|
ipv4 到 ipv6 的迁移 | 1647 | 0 | 0 | 2012-02-21 | |
2011最后一天 | 832 | 0 | 0 | 2011-12-31 | |
通过android NDK 取得内存使用情况,和CPU占用 | 3782 | 0 | 0 | 2011-04-27 | |
android audiotrack audioflinger 的流程图和时序图 | 6722 | 0 | 0 | 2011-03-15 | |
android 通过 framebuffer 截屏 | 3418 | 0 | 0 | 2011-02-22 | |
android 中 回音消除 模块 | 5756 | 1 | 0 | 2011-02-18 | |
exciting NDK R5 (android 2.3) | 1434 | 0 | 0 | 2010-12-08 | |
如何分析NDK crash的堆栈信息 | 3221 | 0 | 0 | 2010-11-24 | |
Sending messages between two processes | 696 | 0 | 0 | 2010-10-14 | |
http ssl client using C | 974 | 1 | 0 | 2010-10-12 | |
mmap sample | 1282 | 0 | 0 | 2010-08-03 | |
circular buffer in C | 2415 | 0 | 0 | 2010-07-29 | |
read pcm format file using C | 883 | 0 | 0 | 2010-07-17 | |
3D电子书 算法分析 | 654 | 0 | 0 | 2010-07-08 | |
simple proxy hunter in C | 703 | 0 | 0 | 2010-07-07 | |
使用NDK 播放和录制声音 | 3617 | 8 | 0 | 2010-07-07 | |
simple http client using C | 873 | 0 | 0 | 2010-07-06 | |
Writing efficient code For BlackBerry | 679 | 0 | 0 | 2010-04-02 | |
使用ABO对 IIS 进行管理 | 850 | 0 | 0 | 2009-12-30 | |
Struts 2 File Upload Example | 1295 | 0 | 0 | 2009-11-23 |
chinaunix网友2010-04-30 01:38
呵呵,网上找Flex Preloader找了一圈终于找了个不错的,下载下来移到我博客上了,谢谢啦,欢迎访问本博http://www.lovestblog.cn
chinaunix网友2009-09-23 11:28
我制作了一个基于Android的共通资源包,譬如说包名叫做merix。因为这些资源是所用应用都要用的,所以想把它打成一个Jar包, 我怎么引用这些资源。 按照API文档的说法: 引用其他的资源,使用“@”记号,如下面的片段所示: attribute=”@[packagename:]resourcetype/resourceidentifier” Android假设你在相同的包内使用资源,如果你想引用其它包里的资源,只需要写全包名即可。 我将打包后的jar文件引入到一个新建的Android工程后,试图应用我已经定制好的资源,譬如: 报告错误: No resource found that matches the given name (at 'android:textColor' with value '@merix:color/white'). 求大侠,这个问题怎么解决! merix03@gmail.com 谢谢了!