41.android-swipelistviewSwipeListView是一个Android
List View实现,实现了自定义ListView单元格,可通过滑动来显示扩展面板。开发者可直接登陆Google
Play下载安装其Demo应用。42.greenDAOgreenDAO是一个可以帮助An...
分类:
其他好文 时间:
2014-05-26 22:00:33
阅读次数:
379
Scala中的match, 比起以往使用的switch-case有著更強大的功能, 1. 傳統方法
def toYesOrNo(choice: Int): String = choice match { case 1 => "yes" case 0
=> "no" case _ => "error"...
分类:
其他好文 时间:
2014-05-26 20:45:46
阅读次数:
285
Problem APlay with Floor and CeilInput:standard
inputOutput:standard outputTime Limit:1 secondTheoremFor any two
integersxandkthere exists two more in...
分类:
其他好文 时间:
2014-05-26 14:21:44
阅读次数:
270
1.在android中添加admob的广告从android的sdk中下载google-play-services_lib的开发库,这个里面包含了我们需要的jar文件,把下载的这个文件导入到我们eclipse工程,这个文件一般在你android
SDK的extras\google目录下,选中googl...
分类:
移动开发 时间:
2014-05-26 07:50:12
阅读次数:
351
引言
在之前的文章中,我们介绍了如何使用Scala IDE也就是eclipse中集成的Scala开发插件来进行Scala语言程序的开发,在使用了一段时间之后,发现eclipse对Scala的支持并不是很好。用户体验比较差,比如联想速度比较慢等。由于在公司一直使用的Scala开发工具是Intellij IDEA(好吧,其实我使用Scala IDE的目的就是想试一下这两个各有什么优缺点),各方面感觉...
分类:
其他好文 时间:
2014-05-26 06:18:02
阅读次数:
249
最近在googl play上发布apk要优化
这里用android sdk来优化...
分类:
移动开发 时间:
2014-05-22 18:50:40
阅读次数:
285