码迷,mamicode.com
首页 >  
搜索关键字:actionbar up    ( 8653个结果
源代码解说ActionBar的各种使用方法
1. Navigation Drawer很多应用程序都使用了Navigation Drawer,如网易邮箱client。该控件位于 android.support.v4.widget.DrawerLayout ,使用方法例如以下,点击下载源代码: 在编写代码...
分类:其他好文   时间:2014-09-21 17:47:21    阅读次数:950
Cracking the Coding Interview 4.8
You are given a binary tree in which each node contains a value. Design an algorithm to print all paths which sum up to that value. Note that it can b...
分类:其他好文   时间:2014-09-21 12:31:50    阅读次数:180
hdu 5023 A Corrupt Mayor's Performance Art (线段树)
把求和操作改为或操作,就可以了。 1 #include 2 #include 3 #include 4 #include 5 #include 6 #define lson l,m,rt>1;27 build(lson);28 build(rson);29 up(r...
分类:其他好文   时间:2014-09-21 11:27:10    阅读次数:228
POJ3087:Shuffle'm Up(模拟)
http://poj.org/problem?id=3087DescriptionA common pastime for poker players at a poker table is to shuffle stacks of chips. Shuffling chips is perform...
分类:其他好文   时间:2014-09-20 21:24:39    阅读次数:350
My Site Clean Up Job介绍
My Site Clean Up Job介绍...
分类:其他好文   时间:2014-09-20 14:09:27    阅读次数:201
Android 菜单简析01(OptionsMenu)
Android 的菜单机制,在 Android 3.0 之前和之后有很大的去别,Android 3.0 推出 ActionBar ,导航的 UI 交互有很大的变化,但菜单的逻辑和接口还是一样的。这里主要介绍下 Android 菜单创建、使用,后面介绍 ActionBar,SherlockActionBar 与 菜单的结合使用,自定义菜单的创建。 Android 菜单主要有4种: OptionM...
分类:移动开发   时间:2014-09-20 13:31:48    阅读次数:238
8.1 设置滑动效果和多媒体
滚动标记:marquee滚动方向:direction 方向:up,down,left,right 例如:滚动方式:behavior 属性: scroll:循环滚动,默认效果 slide:只滚动一次就停止 alternate:来回交替进行滚动滚动速度:scrol...
分类:其他好文   时间:2014-09-19 23:55:26    阅读次数:308
SQL*Loader之CASE3
CASE31. SQL文件[oracle@node3 ulcase]$ cat ulcase3.sqlset termout offrem Do not clean up table because this example shows appending to existingrem rows i...
分类:数据库   时间:2014-09-19 11:56:05    阅读次数:274
Android导航栏ActionBar的详细分析 一
详细介绍了Actionbar在2.x系统中的使用,主要包括ActionItem,ActionView,ActionProvider,ActionBar中的tab,自动以ActionBar等...
分类:移动开发   时间:2014-09-18 23:54:04    阅读次数:687
Vectorized implementation
VectorizationVectorization refers to a powerful way to speed up your algorithms. Numerical computing and parallel computing researchers have put decad...
分类:其他好文   时间:2014-09-18 18:18:44    阅读次数:325
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!