(1)在91助手等网站下载ipa格式的安装包。如果是安卓的应该是apk格式的。此处只说iOS的。比如下面这个,下载到电脑。
(2)然后,找到它,右击“归档”,相当于解压。
(3)最后,找到解压的这个文件,右击显示包内容,资源都在里面。...
分类:
移动开发 时间:
2014-10-16 19:51:02
阅读次数:
159
实现动画特效,除了[UIView beginAnimations:]这套组合外,推荐使用[UIView animateWithDuration: animations:^{ } completion:^(BOOL finished) { }];如果动画完成后没有需要执行的代码,那么最后面的completion可以去除。...
分类:
移动开发 时间:
2014-10-16 19:36:53
阅读次数:
305
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
Intellj
IDEA 安装配置
使用IntelliJ IDEA 13搭建Android集成开发环境(图文教程)
Android设计指南网站
图标
App Icon Template免费的PhotoShop模板,方便预览图标效果
http://appicontemplate.com/
Gemicon免费图标集
http://gemicon.net/
...
分类:
移动开发 时间:
2014-10-15 19:00:11
阅读次数:
180
找到对应的 res 资源, 修改其 styles.xml
0dp
4dp
4dp
@dimen/app_icon_padding_top
4dp
13sp
改为:
0dp
4dp
4dp
@d...
分类:
移动开发 时间:
2014-10-15 14:13:10
阅读次数:
197
SGV_sprite 使用方法 生成svg_sprite网站: https://icomoon.io/app 使用示例: icon-untitledicon-homeicon-untitled2icon-untitled3icon-untitled4i...
分类:
其他好文 时间:
2014-10-14 19:51:59
阅读次数:
148
之前的建议方法是把在xxx.info.plist文件里把icon already includes gloss and bevel effects 设置YES在Xcode5下,重复实现不成功,今天最终找到解决方式,假设使用xcassets设置方法,须要选择iOS icon is pre-render...
分类:
移动开发 时间:
2014-10-13 00:50:18
阅读次数:
332
一、Sizes of App UI Elements二、App IconsiOS 8 更新:Icon-Small@3x.png 87*87Icon-40@3x.png 120*120Icon-60@3x.png 180*180Icon.png57*57Icon@2x.png114*114Icon-S...
分类:
移动开发 时间:
2014-10-11 17:47:55
阅读次数:
202
开始前,我先给出上一篇选项卡的demo链接http://xqhuadou.com/demo1/index.html。相信看着应该很带感,不过这个是之前经过修改的。制作过程我就不多说了,可以直接看源码。 好了,现在开始我们的WebApp的流程,既然是App,来个icon是必要的,就像这样 现在...
分类:
移动开发 时间:
2014-10-11 13:19:45
阅读次数:
308
语句一:<link rel="shortcut icon" href="favicon.ico" />? 语句二<link rel="icon" href="animated_favicon.gif" type="image/gif" />? 备注:语句一 Shortcut Icon 就是在网址列前面出现的Icon? 问题:语句二 ...
分类:
其他好文 时间:
2014-10-10 18:18:34
阅读次数:
140