2016年9月4日
摘要: // MainActivity中 package com.example.fenye;import java.util.ArrayList;import java.util.List;import android.os.Bundle;import android.app.Activity;impor 阅读全文
posted @ 2016-09-04 18:18 巫山老妖 阅读(702) 评论(0) 推荐(0) 编辑
摘要: 安卓开发中,布局文件中的控件有一个属性,是onClick,例如: <Button android:id="@+id/button1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:on 阅读全文
posted @ 2016-09-04 16:24 巫山老妖 阅读(22568) 评论(0) 推荐(0) 编辑
摘要: // MainActivity 中 import android.os.Bundle;import android.app.Activity;import android.view.Menu;import android.view.View;import android.widget.Toast;p 阅读全文
posted @ 2016-09-04 16:05 巫山老妖 阅读(312) 评论(0) 推荐(0) 编辑
摘要: // MainActivity中 import android.os.Bundle;import android.app.Activity;import android.view.Menu;import android.view.View;import android.view.View.OnCli 阅读全文
posted @ 2016-09-04 15:53 巫山老妖 阅读(254) 评论(0) 推荐(0) 编辑
  2016年8月26日
摘要: // 主页面 package com.example.fenye;import java.util.ArrayList;import java.util.List;import com.example.fenye.adapter.MyAdapter;import com.example.fenye. 阅读全文
posted @ 2016-08-26 12:23 巫山老妖 阅读(160) 评论(0) 推荐(0) 编辑
摘要: //获得网络数据 private void huodeshuju() { //这里是使用线程,已注释掉 /*new Thread(){ public void run() { try { URL url=new URL(urlPath); HttpURLConnection urlConnectio 阅读全文
posted @ 2016-08-26 11:07 巫山老妖 阅读(1036) 评论(0) 推荐(0) 编辑
  2016年8月25日
摘要: // 主页面 package com.bw.lianxi7;import android.os.Bundle;import android.app.Activity;import android.content.Intent;import android.view.Menu;import andro 阅读全文
posted @ 2016-08-25 21:15 巫山老妖 阅读(254) 评论(0) 推荐(0) 编辑
摘要: // 主页面 package com.bw.test;import java.util.ArrayList;import java.util.List;import com.bw.test.adapter.MyViewPagerAdapter;import android.os.Bundle;imp 阅读全文
posted @ 2016-08-25 20:35 巫山老妖 阅读(184) 评论(0) 推荐(0) 编辑
摘要: /* *主页面下 */ // 主页面下 package com.example.viewpagerfragment;import android.os.Bundle;import android.app.Activity;import android.graphics.Color;import an 阅读全文
posted @ 2016-08-25 20:22 巫山老妖 阅读(173) 评论(0) 推荐(0) 编辑
  2016年8月24日
摘要: //清单文件中添加权限 <uses-permission android:name="android.permission.INTERNET"/> new Thread(){ public void run() { try { URL url=new URL(urlPath); HttpURLCon 阅读全文
posted @ 2016-08-24 20:58 巫山老妖 阅读(6369) 评论(0) 推荐(0) 编辑