上一页 1 ··· 281 282 283 284 285 286 287 288 289 ··· 340 下一页
摘要: 右键点击项目选择Properties,把Libraries下Android x.x给remove了。 点右侧的Add Library,选择JRE System Library然后next,重新指定JRE。 确定之后右键项目选择Android Tools下Fix Project P... 阅读全文
posted @ 2015-06-16 16:43 星辰之力 阅读(1065) 评论(0) 推荐(0)
摘要: 1.下载VitamioBundle的最新稳定,这里下载的是最新版4.2.2。2.解压缩后,导入 Vitamio 库工程(即vitamio)和Demo工程(即vitamio--sample)到 Eclipse,详细步骤如下图。步骤:通过File -> Import -> Android -> Exis... 阅读全文
posted @ 2015-06-16 16:38 星辰之力 阅读(705) 评论(0) 推荐(0)
摘要: 第一:我们先看下质量压缩方法: private Bitmap compressImage(Bitmap image) { ByteArrayOutputStream baos = new ByteArrayOutputStream(); ... 阅读全文
posted @ 2015-06-16 11:17 星辰之力 阅读(266) 评论(0) 推荐(0)
摘要: 主要分开发教程、示例项目、UI设计、问题解决几块。开发教程:即便过了入门阶段,还是要经常看看一些不错的实例教程。1.http://mobile.tutsplus.com/category/tutorials/iphone/比较新的一个网站,以前没注意到。其中有一篇文章着重推荐,学习iOS游戏开发可以... 阅读全文
posted @ 2015-06-12 16:50 星辰之力 阅读(272) 评论(0) 推荐(1)
摘要: 一、GuavaGoogle 的基于java1.6的类库集合的扩展项目,包括collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O等等. 这些... 阅读全文
posted @ 2015-06-12 16:26 星辰之力 阅读(229) 评论(0) 推荐(0)
摘要: 多媒体类型哔哩哔哩(bilibili)客户端源码一个高仿哔哩哔哩(bilibili)客户端的开源项目,效果不错下载地址:http://www.apkbus.com/forum.php?mod=viewthread&tid=242204---------------------------------... 阅读全文
posted @ 2015-06-12 16:18 星辰之力 阅读(748) 评论(0) 推荐(0)
摘要: vitamio 阅读全文
posted @ 2015-06-11 09:52 星辰之力 阅读(203) 评论(0) 推荐(0)
摘要: 精心挑选的12款优秀 jQuery Ajax 分页插件和教程 阅读全文
posted @ 2015-06-10 14:32 星辰之力 阅读(149) 评论(0) 推荐(0)
摘要: shape用于设定形状,可以在selector,layout等里面使用,有6个子标签,各属性如下: 填充:设置填充的颜色间隔:设置四个方向上的间隔大小... 阅读全文
posted @ 2015-06-09 17:52 星辰之力 阅读(158) 评论(0) 推荐(0)
摘要: 1、Resources resources = mContext.getResources();Drawable drawable = resources.getDrawable(R.drawable.a);imageview.setBackground(drawable);2、Resources ... 阅读全文
posted @ 2015-06-09 09:49 星辰之力 阅读(2150) 评论(0) 推荐(0)
上一页 1 ··· 281 282 283 284 285 286 287 288 289 ··· 340 下一页