04 2015 档案

Android Studio 技巧
摘要:一、Help | Find Action (Ctrl + Shift + A),这个快捷键非常有用,是一个命令查找,在任何时间,都可以执行此命令,输入你需要的操作,例如”extract method”,下面会出现命令以及对应的快捷键。 二、提取方法 (Alt + Shift + M) 三、运行单个j 阅读全文

posted @ 2015-04-29 11:01 veins 阅读(770) 评论(0) 推荐(0)

Integrating .so files into your APK
摘要:With the recent changes (release 0.7.3 around Dec 27), thenew Android Build Systemstarts to be really interesting also if you are using the NDK!0.7.2:... 阅读全文

posted @ 2015-04-25 15:58 veins 阅读(222) 评论(0) 推荐(0)

学习记录
摘要:一、 2015-4-81.依赖注入2.ImageView的属性android:scaleType的作用分析3.Android Service完全解析,关于服务你所需知道的一切(上)4.Android Service完全解析,关于服务你所需知道的一切(下)二、2015-4-141.android--多... 阅读全文

posted @ 2015-04-08 11:15 veins 阅读(818) 评论(0) 推荐(0)

简单优化:Zipalign
摘要:Android SDK中包含一个“zipalign”的工具,它能够对打包的应用程序进行优化。在你的应用程序上运行zipalign,使得在运行时Android与应用程序间的交互更加有效率。因此,这种方式能够让应用程序和整个系统运行得更快。我们强烈推荐在新的和已经发布的程序上使用zipalign工具来得... 阅读全文

posted @ 2015-04-07 10:33 veins 阅读(214) 评论(0) 推荐(0)

Using lists in Android (ListView) - Tutorial
摘要:LarsVogelVersion 4.6Copyright © 2010, 2011, 2012, 2013, 2014 vogella GmbH20.11.2014Using Android ListView, ListActivity and ListFragmentThis tutorial ... 阅读全文

posted @ 2015-04-03 16:37 veins 阅读(513) 评论(0) 推荐(0)

How to declare global variables in Android? --- Application Subclasses
摘要:I wrote this answer back in '09 when Android was relatively new, and there were many not well established areas in Android development. I have added a... 阅读全文

posted @ 2015-04-02 20:47 veins 阅读(248) 评论(0) 推荐(0)

android Application类的详细介绍
摘要:在代码中经常看到application这个类,一直不知道这个是干什么用的,今天刚好有点时间,所以进行了详细的学习。一.先对它的整体概念解释:在android源码中对他的描述是; * Base class for those who need to maintain global applicatio... 阅读全文

posted @ 2015-04-02 20:34 veins 阅读(248) 评论(0) 推荐(0)

导航