CBStoreHouseTransitionWhat is it?A custom transition inspired byStorehouseiOS app, also support pop gesture.一个自定义转场效果,灵感来自于Storehouse的app,支持pop的手势.Fea...
分类:
其他好文 时间:
2014-10-21 15:23:02
阅读次数:
214
https://github.com/ManolescuSebastian/Custom-Progress-Dialog-Android
分类:
移动开发 时间:
2014-10-21 13:46:47
阅读次数:
4062
之前做项目的时候用到了国际化,可能不是最优的方法,但还是总结一下,供自己以后参考!主要包含struts2的国际化struts2国际化设置步骤:1.在struts.xml文件中添加配置:<constantname="struts.custom.i18n.resources"value="message"></constant>其中,message是..
分类:
其他好文 时间:
2014-10-21 02:28:22
阅读次数:
198
在材料设计动画让用户在他们的行为反馈,并提供可视化的连续性,用户与您的应用程序进行交互。该材料的主题提供了一些默认的动画按钮和活动过渡,而Android5.0(API等级21)以上,您可以自定义这些动画和创建新的: 触摸反馈 通告显示 活动转变 曲线运动 视图状态更改 自定义触摸反馈 触摸反馈在材料设计提供了一种瞬时视觉确认在接触点上,当用户与用户界面元素进...
分类:
移动开发 时间:
2014-10-20 13:34:31
阅读次数:
283
2013-04-23 13:29:04| 分类: 默认分类 |举报|字号 订阅编写ios 编程--使用代码创建新的相册,是参考http://www.touch-code-magazine.com/ios5-saving-photos-in-custom-photo-album-category-f....
分类:
移动开发 时间:
2014-10-20 11:33:25
阅读次数:
296
如果知道contactId,那么可以这样获取已有的ringtone:
public String getContactRington(long contactId) {
String rington = "";
String[] projection = { ContactsContract.Contacts.CUSTOM_RINGTONE };
...
分类:
移动开发 时间:
2014-10-20 10:02:17
阅读次数:
212
WordPress经常需要扩展些字段, 扩展字段一般有两种方法。1.自己写自定义面板,优点在主题里面比较灵活,但代码写的比较麻烦,对于新手不适合。2.使用自定义字段插件,这里推荐Advanced Custom Fields 设置和使用相当方便。下面介绍下安装及使用方法一、安装插件:插件搜索:Adva...
分类:
其他好文 时间:
2014-10-18 09:43:44
阅读次数:
375
Icon and Image SizesEvery app needs an app icon and a launch file or image. In addition, some apps need custom icons to represent app-specific content...
分类:
移动开发 时间:
2014-10-16 12:39:42
阅读次数:
298
最新版本的Customize balance sheet pageLeft side > Layout > Add Reference RowThen in right side, you were able to specify a custom or standard REPORT value....
分类:
Web程序 时间:
2014-10-15 21:39:11
阅读次数:
267
最近在做unity shader forge和marmoset的优化,TA那边遇到了一个阴影显示的问题,具体如下: 在Forward Rendering状态下,静态场景使用了是shader forge生成的blendlayer类的shader,使用lightmap烘培贴图后,动态角色走到静态物体附....
分类:
编程语言 时间:
2014-10-14 14:08:08
阅读次数:
313