摘要: package com.cnn.asynctask;import android.app.Activity;import android.content.Intent;import android.os.Bundle;import android.view.Menu;import android.v... 阅读全文
posted @ 2015-12-23 22:50 在路上的白羊 阅读(176) 评论(0) 推荐(0) 编辑
摘要: package com.cnn.scrollviewdemo01;import android.R.integer;import android.annotation.SuppressLint;import android.app.Activity;import android.os.Bundle;... 阅读全文
posted @ 2015-12-23 21:30 在路上的白羊 阅读(221) 评论(0) 推荐(0) 编辑
摘要: @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_... 阅读全文
posted @ 2015-12-23 20:45 在路上的白羊 阅读(201) 评论(0) 推荐(0) 编辑
摘要: package com.cnn.viewpager02;import java.util.ArrayList;import java.util.List;import android.os.Bundle;import android.support.v4.app.Fragment;import an... 阅读全文
posted @ 2015-12-23 17:24 在路上的白羊 阅读(267) 评论(0) 推荐(0) 编辑
摘要: package com.cnn.viewpager01;import java.util.List;import android.support.v4.view.PagerAdapter;import android.view.View;import android.view.ViewGroup;p... 阅读全文
posted @ 2015-12-23 15:55 在路上的白羊 阅读(163) 评论(0) 推荐(0) 编辑
摘要: package com.cnn.webview03;import android.annotation.SuppressLint;import android.app.Activity;import android.app.ProgressDialog;import android.os.Bundl... 阅读全文
posted @ 2015-12-23 15:50 在路上的白羊 阅读(168) 评论(0) 推荐(0) 编辑