android
nwsuafer
这个作者很懒,什么都没留下…
展开
-
测试机按返回键整个应用退出问题解决
问题描述:以前都好好的,结果现在不管打开多少个activity,只要按返回键整个应用退出 问题解决:原来是误勾选了 不保留活动这项,取消勾选就好了原创 2015-01-08 12:39:47 · 809 阅读 · 0 评论 -
Initializing a Build Environment
Initializing a Build Environment In this document Choosing a BranchSetting up a Linux build environment Installing the JDKInstalling required packages (Ubuntu 12.04)Installing required pa原创 2014-12-23 10:23:54 · 969 阅读 · 0 评论 -
ListView不同情况下getView调用次数的研究
activity_main.xml: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:la原创 2014-12-10 15:45:26 · 1103 阅读 · 0 评论 -
listview自动滚动动画
效果图如下: 动画代码: AnimationSet set = new AnimationSet(false); Animation translateAnimation = new TranslateAnimation(Animation.RELATIVE_TO_SELF, 0, Animation.RELATIVE_TO_SELF, 0, Animation.RELAT原创 2015-01-19 14:50:59 · 2774 阅读 · 2 评论 -
umeng消息推送获取不到DeviceToken解决方案
参考了下http://bbs.umeng.com/thread-5547-1-1.html 1.请先检查使用Demo能否正常工作 2.确定是否将appkey、MessageSecret、以及包名都更换为开发者所申请的相应值 3.确定是否将Manifest里的几个intent的前缀更换了 如果使用的是自定义IntentService : 确定是否调用PushAgent里的方法set原创 2015-01-20 09:23:48 · 10593 阅读 · 0 评论