摘要: LinearLayout linearLayoutMain = new LinearLayout(this);//自定义一个布局文件 linearLayoutMain.setLayoutParams(new LayoutParams( LayoutParams.MATCH_PARENT, ... 阅读全文
posted @ 2014-05-22 17:05 林夕&梦 阅读(2886) 评论(0) 推荐(0) 编辑
摘要: public class MarkerItemAdapter extends BaseAdapter{ private Context mContext = null; private List mMarkerData = null; public MarkerItemAdapte... 阅读全文
posted @ 2014-05-22 13:55 林夕&梦 阅读(543) 评论(0) 推荐(0) 编辑
摘要: Intent inten = new Intent( Intent.ACTION_PICK,MediaStore.Images.Media.EXTERNAL_CONTENT_URI); startActivityForResult(inte... 阅读全文
posted @ 2014-05-22 11:53 林夕&梦 阅读(320) 评论(0) 推荐(0) 编辑
摘要: package com.ting.textcover;import java.io.File;import android.app.Activity;import android.content.Intent;import android.graphics.Bitmap;import android... 阅读全文
posted @ 2014-05-22 01:01 林夕&梦 阅读(389) 评论(0) 推荐(0) 编辑