您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Android Gallery控件实现图片浏览源代码

  2. Android Gallery控件的主要功能就是实现图片的浏览。 代码片段:   public class ImageAdapter extends BaseAdapter { int mGallerystyle; public ImageAdapter(Context c) { mContext = c; TypedArray a = obtainStyledAttribute
  3. 所属分类:其它