摘要: 阅读全文
posted @ 2014-01-16 10:41 天之涯0204 阅读(114) 评论(0) 推荐(0) 编辑
摘要: public class MainActivity extends Activity { TabHost tabHost; @Override ... 阅读全文
posted @ 2014-01-16 10:39 天之涯0204 阅读(242) 评论(0) 推荐(0) 编辑
摘要: public class MainActivity extends Activity { private ListView listView; private List data = new ArrayList(); ArrayAdapter adapter; View footer; @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.... 阅读全文
posted @ 2014-01-16 10:24 天之涯0204 阅读(307) 评论(0) 推荐(0) 编辑