摘要: private class TextView_persinal_birth_onClick implements View.OnClickListener { @Override public void onClick(View v) { DatePickerDialog.OnDateSetList... 阅读全文
posted @ 2014-08-20 10:16 一木广予口贝 阅读(678) 评论(0) 推荐(0)
摘要: 1public static final int REQUSET_TAKE_PHOTO = 0; public static final int REQUSET_AT_FRIENDS = 1; public static final int REQUSET_GET_PICTURE = 2; Inte... 阅读全文
posted @ 2014-08-20 10:12 一木广予口贝 阅读(200) 评论(0) 推荐(0)
摘要: 1.Expression:public class Expression { public int drawable_id; public String drawable_code; public Expression ( ) { super ( ); } public Expression ( i... 阅读全文
posted @ 2014-08-20 10:03 一木广予口贝 阅读(548) 评论(0) 推荐(0)
摘要: newPassword = URLEncoder.encode(newPassword, "UTF-8"); 阅读全文
posted @ 2014-08-20 09:52 一木广予口贝 阅读(188) 评论(0) 推荐(0)
摘要: editText_modify_name.addTextChangedListener(new TextWatcher() { private CharSequence temp; private boolean isEdit = true; private int selectionStart; ... 阅读全文
posted @ 2014-08-20 09:47 一木广予口贝 阅读(239) 评论(0) 推荐(0)
摘要: private static SpannableStringBuilder afterGetName(String str) { List starts = new ArrayList(); List ends = new ArrayList(); SpannableStringBuilder re... 阅读全文
posted @ 2014-08-14 09:50 一木广予口贝 阅读(236) 评论(0) 推荐(0)