上一页 1 2 3 4 5 6 7 8 9 ··· 28 下一页
摘要: 下面是Google对该类的描述: [java] view plain copy /** * Helper for tracking the velocity of touch events, for implementing * flinging and other such gestures. U 阅读全文
posted @ 2017-03-30 15:12 wikiki 阅读(812) 评论(0) 推荐(0) 编辑
摘要: Android 手机上的应用一般情况下都在一个进程中运行。 但是,也可以指定Activity或者Service在Remote 进程中执行。多数情况下,只有在用户认为应用退出后还需要继续后台长期运行的应用,才需要这样做。此时,该应用有两个进程。 还有一种hack的方式,在apk中通过调用命令行来启动另 阅读全文
posted @ 2017-03-24 18:09 wikiki 阅读(109) 评论(0) 推荐(0) 编辑
摘要: 1、foreground process 正处于activity resume状态 正处于bound服务交互的状态 正处于服务在前台运行的状态(StartForeGround()被调用) Service生命周期正在被执行(onCreate(),onStart(),onDestroy()) Broad 阅读全文
posted @ 2017-03-24 18:05 wikiki 阅读(3358) 评论(0) 推荐(0) 编辑
摘要: mTextView = (TextView)findViewById(R.id.test); SpannableString styledText = new SpannableString("亲爱的小宝,你好"); styledText.setSpan(new TextAppearanceSpan(this, R.style.style0),... 阅读全文
posted @ 2017-01-16 17:23 wikiki 阅读(576) 评论(0) 推荐(0) 编辑
摘要: public int getScrollY() { View c = mListView.getChildAt(0); if (c == null ) { return 0; } int firstVisiblePosition = mListView.getFirstVisiblePosition 阅读全文
posted @ 2016-12-13 18:20 wikiki 阅读(398) 评论(0) 推荐(0) 编辑
摘要: http://www.tuicool.com/articles/nyArYf 阅读全文
posted @ 2016-12-13 18:18 wikiki 阅读(750) 评论(0) 推荐(0) 编辑
摘要: mvc mvp mvvm 阅读全文
posted @ 2016-12-13 17:48 wikiki 阅读(105) 评论(0) 推荐(0) 编辑
摘要: unable to access android sdk add-on list在安装路径下找到idea.properties文件,用记事本打开,添加disable.android.first.run=true,保存即可。 阅读全文
posted @ 2016-12-13 17:40 wikiki 阅读(437) 评论(0) 推荐(0) 编辑
摘要: http://wiki.jikexueyuan.com/project/fresco/android-studio.html 阅读全文
posted @ 2016-12-13 17:32 wikiki 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 喝水http://ent.qq.com/a/20150409/023401.htm 月牙 http://tag.120ask.com/jingyan/8lwvrf3q3lwm3lskx3.html 手机号码吉凶 http://www.jjdzc.com/haoma_sj.htm 阅读全文
posted @ 2016-12-13 17:26 wikiki 阅读(113) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 28 下一页