2017年7月14日
摘要: 步骤:先关闭自己,在跳转 case R.id.btn_copy:// 复制 Toast.makeText(mContext, "正在复制", Toast.LENGTH_SHORT).show(); finish(); Intent copyintent=new Intent(mContext, Fa 阅读全文
posted @ 2017-07-14 18:36 巫山老妖 阅读(830) 评论(0) 推荐(0) 编辑
摘要: public class MainActivity extends Activity implements OnClickListener{ private Button btn1; private EditText edit; @Override protected void onCreate(B 阅读全文
posted @ 2017-07-14 17:51 巫山老妖 阅读(360) 评论(0) 推荐(0) 编辑
摘要: @Override public View getView(final int position, View convertView, ViewGroup parent) { // TODO Auto-generated method stub if (convertView == null) { 阅读全文
posted @ 2017-07-14 14:25 巫山老妖 阅读(290) 评论(0) 推荐(0) 编辑