上一页 1 2 3 4 5 6 7 8 ··· 43 下一页
摘要: package com.pingyijinren.helloworld.activity; import android.app.TimePickerDialog; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android... 阅读全文
posted @ 2016-06-02 16:01 zqxLonely 阅读(307) 评论(0) 推荐(0)
摘要: package com.pingyijinren.helloworld.activity; import android.app.DatePickerDialog; import android.support.v7.app.AlertDialog; import android.support.v7.app.AppCompatActivity; import android.os.Bundl... 阅读全文
posted @ 2016-06-02 15:18 zqxLonely 阅读(285) 评论(0) 推荐(0)
摘要: package com.pingyijinren.helloworld.activity; import android.content.DialogInterface; import android.support.v7.app.AlertDialog;... 阅读全文
posted @ 2016-06-02 15:06 zqxLonely 阅读(313) 评论(0) 推荐(0)
摘要: package com.pingyijinren.helloworld.activity; import android.content.DialogInterface; import android.support.v7.app.AlertDialog; import android.support.v7.app.AppCompatActivity; import android.os.Bu... 阅读全文
posted @ 2016-06-02 14:45 zqxLonely 阅读(192) 评论(0) 推荐(0)
摘要: package com.pingyijinren.helloworld.model; /** * Created by Administrator on 2016/6/2 0002. */ public class Fruit { private String name; private int imageId; ... 阅读全文
posted @ 2016-06-02 14:08 zqxLonely 阅读(225) 评论(0) 推荐(0)
摘要: package com.pingyijinren.helloworld; import android.content.Context; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import android.graphics.Point; impo... 阅读全文
posted @ 2016-06-02 12:07 zqxLonely 阅读(202) 评论(0) 推荐(0)
摘要: HelloWorld 北京 上海 广州 深圳 package com.pingyijinren.helloworld; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; i... 阅读全文
posted @ 2016-06-02 11:19 zqxLonely 阅读(222) 评论(0) 推荐(0)
摘要: package com.pingyijinren.helloworld; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widg... 阅读全文
posted @ 2016-06-01 18:40 zqxLonely 阅读(208) 评论(0) 推荐(0)
摘要: Toast toast=new Toast(MainActivity.this); toast.setView(getLayoutInflater().inflate(R.layout.toast,null)); toast.show(); 阅读全文
posted @ 2016-06-01 18:15 zqxLonely 阅读(135) 评论(0) 推荐(0)
摘要: editText.addTextChangedListener(new TextWatcher() { @Override public void beforeTextChanged(CharSequence s, int start, int count, int after) { } @Over... 阅读全文
posted @ 2016-06-01 17:34 zqxLonely 阅读(341) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 43 下一页