上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 41 下一页
摘要: Github 地址:https://github.com/hpu-spring87/butterknifehttp://www.stormzhang.com/openandroid/android/2014/01/12/android-butterknife/俗话说:“不会偷懒的程序员不是好的程序员... 阅读全文
posted @ 2015-03-23 16:07 狂奔的小狮子 阅读(295) 评论(0) 推荐(0) 编辑
摘要: Android 更换系统字体...... 原文:http://vision-apps.blogspot.hk/2012/02/android-better-way-to-apply-custom-font.html在一个应用中,我需要在所有的UI组件中使用客户提供的字体。这听起来似乎是个很稀松平常... 阅读全文
posted @ 2015-03-23 15:56 狂奔的小狮子 阅读(1171) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-03-23 10:01 狂奔的小狮子 阅读(13283) 评论(0) 推荐(0) 编辑
摘要: android:fromXDelta="0"android:toXDelta="-100%p"往左邊消失android:fromXDelta="-100%p"android:toXDelta="0"從左邊進android:fromXDelta="0"android:toXDelta="100%p"往... 阅读全文
posted @ 2015-03-22 17:11 狂奔的小狮子 阅读(137) 评论(0) 推荐(0) 编辑
摘要: package com.dwtedx.qq.view;import android.content.Context;import android.util.AttributeSet;import android.util.Log;import android.view.LayoutInflater;... 阅读全文
posted @ 2015-03-22 15:30 狂奔的小狮子 阅读(234) 评论(0) 推荐(0) 编辑
摘要: package com.dwtedx.qq.view;import android.annotation.SuppressLint;import android.content.Context;import android.content.res.TypedArray;import android.... 阅读全文
posted @ 2015-03-22 15:09 狂奔的小狮子 阅读(4616) 评论(0) 推荐(0) 编辑
摘要: Android 监听网络变化 阅读全文
posted @ 2015-03-19 19:27 狂奔的小狮子 阅读(137) 评论(0) 推荐(0) 编辑
摘要: public class MainActivity extends Activity { private ImageView iv_ads; String urrstrString = "http://a.hiphotos.baidu.com/image/pic/item/7af40ad162d9f... 阅读全文
posted @ 2015-03-18 15:02 狂奔的小狮子 阅读(1199) 评论(0) 推荐(0) 编辑
摘要: chatText = (EditText) findViewById(R.id.chatText); chatText.setOnKeyListener(new OnKeyListener() { public boolean onKey(View v, int ... 阅读全文
posted @ 2015-03-18 09:55 狂奔的小狮子 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 编译打包成apk之后,将apk在手机上进行安装,连接数据线,打开命令行,输入以下命令:[java]view plaincopyadblogcat-vtime-sNBSAgent:V之后运行嵌入听云代码的app,进行有效的网络访问,如果出现以下内容,[java]view plaincopyNBSAge... 阅读全文
posted @ 2015-03-14 15:55 狂奔的小狮子 阅读(982) 评论(0) 推荐(0) 编辑
上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 41 下一页