07 2014 档案

摘要:在网上搜索了下滑屏的实现,自己整理了下,代码如下:package kexc.scroll;import android.content.Context;import android.util.AttributeSet;import android.util.Log;import android.vi... 阅读全文
posted @ 2014-07-17 15:51 plpdan 阅读(609) 评论(0) 推荐(0)
摘要:(Message App)The app just take the last 7 digits from a contact, then it does not create a converstion with the name of the contact that you are texti... 阅读全文
posted @ 2014-07-10 15:25 plpdan 阅读(332) 评论(0) 推荐(0)
摘要:Handler mHandler=new Handler(); Runnable mRunnable= new Runnable(){ public void run(){ takeButton.setEnabled(true);////延时后想干的事 } ... 阅读全文
posted @ 2014-07-04 18:24 plpdan 阅读(137) 评论(0) 推荐(0)