android5.0 中如何才能实现类似play store中的tab效果?(滚动式隐藏,合适的间距),我尝试过 SlidingTabs 和其他的一些lib库,他们基本上都超期了..
关于一些细节方面,android5之前的版本中,api20一下,我经常使用 actionBar.setNavigationMode(ActionBar.NAVIGATION_MODE_TABS); ,但是在a...
分类:
移动开发 时间:
2014-12-26 18:39:16
阅读次数:
390
可以更好的结局屏幕方向和兼容iphone和ipad的解决方案。iOS6有一个新的技术auto layout来帮助解决这个问题。这个技术不仅可以支持app不同尺寸下的开发,而且你也不需要为每一种语言创建nib文件或者storyboards。The problem with springs and st...
分类:
移动开发 时间:
2014-12-26 18:16:18
阅读次数:
214
HTTP: The Protocol Every Web Developer Must Know - Part 1HTTP: The Protocol Every Web Developer Must Know - Part 2
分类:
Web程序 时间:
2014-12-26 18:15:00
阅读次数:
129
Auto Layout to the rescue!接下来就看看如何使用Auto Layout来实现这个效果。首先移除viewWillLayoutSubviews方法,选择Main.storyboard然后勾选Use Autolayout注意:auto layout适用于整个的nib或者storyb...
分类:
移动开发 时间:
2014-12-26 18:03:00
阅读次数:
256
Emacs版本: 24.4.1系统: linux将以下配置添加到 .emacs,重启emacs即可。;; font config for org table showing.(set-default-font "monospace-11")(dolist (charset '(kana han sy...
分类:
系统相关 时间:
2014-12-26 18:00:47
阅读次数:
1172
This is the last post in my series regarding Android thread communications. Parts 1 through 4 are linked in below.Part 1Part 2Part 3Part 4In this seri...
分类:
移动开发 时间:
2014-12-26 16:05:53
阅读次数:
380
root@pts/4#touch1
touch:cannottouch`1‘:Read-onlyfilesystem
mount没有权限?
root@pts/0#mount
/dev/sda2on/typeext4(rw)
procon/proctypeproc(rw)
sysfson/systypesysfs(rw)
devptson/dev/ptstypedevpts(rw,gid=5,mode=620)
tmpfson/dev/shmtypetmpfs(rw,rootcontext="sys..
分类:
系统相关 时间:
2014-12-26 14:50:10
阅读次数:
333
original:http://www.intertech.com/Blog/android-non-ui-to-ui-thread-communications-part-1-of-5/ANDROID UI THREAD AND ANROn the Android platform,applica...
分类:
移动开发 时间:
2014-12-26 14:36:04
阅读次数:
436
Original:http://www.intertech.com/Blog/android-non-ui-to-ui-thread-communications-part-3-of-5/Continuing my series on Android non-UI thread-to-UI thre...
分类:
移动开发 时间:
2014-12-26 14:35:42
阅读次数:
256
In parts 1-3 of this series, I have explored three different means for an Android non-UI thread to communicate user interface updates to the UI thread...
分类:
移动开发 时间:
2014-12-26 14:32:02
阅读次数:
310