星空网 > 软件开发 > 操作系统

Android添加图片到ListView或者 RecyclerView显示

 

先上图

Android添加图片到ListView或者 RecyclerView显示images/loading.gif' data-original="http://images2015.cnblogs.com/blog/710715/201608/710715-20160813191850781-1074419720.gif" />

 

点击+号就去选择图片

实际上这个添加本身就是一个ListView或者 RecyclerView

 

只是布局有些特殊

item

<??><liu.myrecyleviewchoosephoto.view.SquareRelativeLayout  ="http://schemas.android.com/apk/res/android"  android:id="@+id/rootView"  android:layout_width="wrap_content"  android:layout_height="wrap_content">  <RelativeLayout    android:layout_width="wrap_content"    android:layout_height="wrap_content"    android:layout_marginLeft="7dp"    android:layout_marginRight="7dp"    android:layout_marginTop="14dp"    android:background="@drawable/shape_white_bg_corner"    >    <ImageView      android:id="@+id/ivDisPlayItemPhoto"      android:layout_width="match_parent"      android:layout_height="match_parent"      android:contentDescription="@null"      android:scaleType="centerCrop"      android:layout_centerInParent="true"      android:layout_marginRight="8dp"      android:layout_marginLeft="8dp"      android:layout_marginTop="5dp"      android:layout_marginBottom="5dp"      />    <ImageView      android:id="@+id/ivAddPhoto"      android:layout_width="match_parent"      android:layout_height="match_parent"      android:layout_centerInParent="true"      android:background="@color/white"      android:scaleType="centerCrop"      android:src='/images/loading.gif' data-original="@mipmap/add_photo_refund"      android:visibility="visible"/>    <ImageView      android:id="@+id/ivUploadingBg"      android:layout_width="match_parent"      android:layout_height="match_parent"      android:src='/images/loading.gif' data-original="@drawable/shape_grey_bg_corner"      android:visibility="gone"/>    <ImageView      android:id="@+id/ivError"      android:layout_width="wrap_content"      android:layout_height="wrap_content"      android:layout_centerInParent="true"      android:src='/images/loading.gif' data-original="@mipmap/icon_prompt"      android:visibility="gone"/>    <TextView      android:id="@+id/tvProgress"      android:layout_width="wrap_content"      android:layout_height="wrap_content"      android:layout_centerInParent="true"      android:text="0%"      android:textColor="@color/white"      android:textSize="16sp"      android:visibility="gone"/>  </RelativeLayout>  <ImageView    android:id="@+id/ivDelete"    android:layout_width="wrap_content"    android:layout_height="wrap_content"    android:layout_alignParentRight="true"    android:src='/images/loading.gif' data-original="@mipmap/delete_photo"    android:visibility="gone"/></liu.myrecyleviewchoosephoto.view.SquareRelativeLayout>

在Adpater中判断一个数据是不是为0和是不是最后一个添加的图片就可以了。

 @Override  public int getItemCount() {    if (mDatas == null || mDatas.size() == 0) {      return 1;    } else if (mDatas.size() < mMaxNum) {      return mDatas.size() + 1;    } else {      return mDatas.size();    }  }

 

这里用到了一个正方形的,容器

package liu.myrecyleviewchoosephoto.view;import android.content.Context;import android.util.AttributeSet;import android.widget.RelativeLayout;/** * 正方形的RelativeLayout * Created by 刘楠 on 2016/8/13 0013.16:07 */public class SquareRelativeLayout extends RelativeLayout {  public SquareRelativeLayout(Context context) {    super(context);  }  public SquareRelativeLayout(Context context, AttributeSet attrs) {    super(context, attrs);  }  public SquareRelativeLayout(Context context, AttributeSet attrs, int defStyleAttr) {    super(context, attrs, defStyleAttr);  }  @Override  protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) {    //设置自己测量结果    setMeasuredDimension(getDefaultSize(0,widthMeasureSpec),getDefaultSize(0,heightMeasureSpec));    /**     * 测量子View的     */    int childWidthSize=getMeasuredWidth();    //高度与宽度一样    widthMeasureSpec =MeasureSpec.makeMeasureSpec(childWidthSize,MeasureSpec.EXACTLY);    heightMeasureSpec =widthMeasureSpec;    super.onMeasure(widthMeasureSpec, heightMeasureSpec);  }}

 

这里没有写图片选择器
有兴趣可以看这里

 图片选择器:

https://github.com/ln0491/PhotoView

 

源码:

https://github.com/ln0491/MyRecyleViewChoosePhoto

 




原标题:Android添加图片到ListView或者 RecyclerView显示

关键词:Android

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。

拜登当选,跨境电商的处境会迎来哪些变化?:https://www.ikjzd.com/articles/133700
国务院办公厅:督促新增跨境电商综合试验区:https://www.ikjzd.com/articles/133701
什么情况下需要注册欧洲VAT?:https://www.ikjzd.com/articles/133702
出海东南亚,小米的可鉴范本:https://www.ikjzd.com/articles/133703
旺季来临,这些eBay平台自带的引流工具让你旺上加旺~:https://www.ikjzd.com/articles/133704
数据报告 | 2020年Q2全球独立站App销售额增长54%:https://www.ikjzd.com/articles/133705
2024年如何找到在TikTok上发帖的最佳时间:https://www.kjdsnews.com/a/1836408.html
旅游互联时代的商机与挑战(详细剖析行业现状与前景):https://www.vstour.cn/a/363175.html
相关文章
我的浏览记录
最新相关资讯
海外公司注册 | 跨境电商服务平台 | 深圳旅行社 | 东南亚物流