码迷,mamicode.com
首页 >  
搜索关键字:managed navigation    ( 1417个结果
Android:加载Android Design Support Library异常解决方案
Google最新的兼容包Android Design Support Library增加了许多符合Material Design设计规范的控件,如Navigation View,Floating Action Button,SnackBar,Tabs,CoordinatorLayout,Appb.....
分类:移动开发   时间:2015-06-06 16:21:49    阅读次数:149
【Unity3D】自动寻路(Nav Mesh Agent组件)
1.首先添加场景模型2.为场景模型(寻路路径)添加NavMesh渲染,操作:Windows->Navigation->勾选Navigation Static选项->不勾选Generate选项->Navigation Area选为Walk able->Back栏调整Agent Radius参数->Ba...
分类:编程语言   时间:2015-06-06 14:47:06    阅读次数:177
Android Activity设置全屏
Android4.0以后一般的全屏:getWindow().getDecorView().setSystemUiVisibility( View.SYSTEM_UI_FLAG_LAYOUT_STABLE | View.SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION...
分类:移动开发   时间:2015-06-05 17:15:25    阅读次数:159
Struts2_ValueStack,OGNL详解
一、ValueStack ?? ?1.ValueStack是一个接口,在struts2中使用OGNL(Object-Graph Navigation Language)表达式实际上是使用 ?? ??? ?实现了ValueStack接口的类OgnlValueStack.它是ValueStack的默认实现...
分类:其他好文   时间:2015-06-05 12:35:05    阅读次数:115
ALAssetsLibrary
ALAsset An ALAsset object represent a photo or a video managed by the Photo application. Assets can have multiple representations, for example a pho.....
分类:其他好文   时间:2015-06-04 21:01:56    阅读次数:107
Surface、SurfaceView、SurfaceHolder及SurfaceHolder.Callback之间的关系
一、SurfaceSurface就是“表面”的意思。在SDK的文档中,对Surface的描述是这样的:“Handle onto a raw buffer that is being managed by the screen compositor”,翻译成中文就是“由屏幕显示内容合成器(screen...
分类:其他好文   时间:2015-06-03 23:05:18    阅读次数:158
#IOS-navigation中左滑pop的三种方法
IOS-navigation中左滑pop的三种方法 --系统自带pop方法 --自定义边缘左滑手势方法 --自定义view任何位置左移pop...
分类:移动开发   时间:2015-06-03 17:43:36    阅读次数:225
去除discuz 的面包屑导航里的分区导航
forum_forumdisplay.php$navigation = ' › '.$forum_up['name'].'› '.$_G['forum']['name'].'';删除'.$forum_up['name'].'› forum_viewthrea...
分类:Web程序   时间:2015-06-02 10:56:10    阅读次数:149
从0开始学习Swift开发IOS应用(4)——Navigation Controller
新建一个singleviewapp在视图窗口拖住一个NavigationController,默认的NavigationController是自动关联TableView的,如果不需要,可以把自动添加的TableView删除,新建一个ViewController关联NavigationController即可。(右键从Nav拖向view,选择rootview)常用属性介绍navig..
分类:移动开发   时间:2015-05-29 18:30:32    阅读次数:201
自定义Navigation Bar的Appearance的常用方法
Customizing the Bar AppearancebackIndicatorImagePropertybackIndicatorTransitionMaskImagePropertybarStylePropertybarTintColorPropertyshadowImagePropert...
分类:移动开发   时间:2015-05-29 15:22:51    阅读次数:178
1417条   上一页 1 ... 97 98 99 100 101 ... 142 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!