上一页 1 ··· 107 108 109 110 111
摘要: 不能发 阅读全文
posted @ 2011-12-24 12:59 aiplus 阅读(140) 评论(0) 推荐(0)
摘要: 开篇有意仅为测试2011年12月24日12:57:26 阅读全文
posted @ 2011-12-24 12:54 aiplus 阅读(106) 评论(0) 推荐(0)
摘要: service简单应用,Log中打印了启动和结束的调用步骤mainActivitypackage com.gongsi.service18;import android.app.Activity;import android.content.Intent;import android.os.Bundle;import android.view.View;import android.widget.Button;public class Service18Activity extends Activity { /** Called when the activity is first cr... 阅读全文
posted @ 2011-11-25 20:14 aiplus 阅读(364) 评论(0) 推荐(0)
摘要: Bundle简单传参示例mainActivitypackage com.gongsi.testbundle;import android.app.Activity;import android.content.Intent;import android.os.Bundle;import android.view.View;import android.widget.Button;public class TestBundleActivity extends Activity { private Button btn; private View.OnClickListener c1;... 阅读全文
posted @ 2011-11-25 19:30 aiplus 阅读(301) 评论(0) 推荐(0)
摘要: 任务添加程序,输入信息点击方向键中介的键添加。KEYCODE_DPAD_CENTER(涉及内容,adapter简单应用,简单布局。)mainActivitypackage com.gongsi.todolist;import java.util.ArrayList;import android.app.Activity;import android.os.Bundle;import android.view.KeyEvent;import android.view.View;import android.widget.ArrayAdapter;import android.widget.Edi 阅读全文
posted @ 2011-11-25 19:16 aiplus 阅读(1138) 评论(0) 推荐(0)
摘要: 1.A guy will make you think he loves you, but he really doesn't. A girl will make you think she doesn't love you, when she really does.2.A girl needs to wear two things to look great: Confidence and Smile !3.Every time you come to my mind, I realize I'm smiling. 。4.That's the worst p 阅读全文
posted @ 2011-09-16 21:11 aiplus 阅读(725) 评论(0) 推荐(1)
摘要: This is the first dayjoin to cnblogshappyneed strugglecoding everyday... 阅读全文
posted @ 2011-09-16 21:01 aiplus 阅读(178) 评论(1) 推荐(1)
上一页 1 ··· 107 108 109 110 111
悬浮按钮示例