摘要:
RecylerView包含三种布局管理器,分别是LinearLayoutManager,GridLayoutManager,StaggeredGridLayoutManager,对应实现单行列表,多行列表,瀑布流式布局。 也分别都具备水平跟垂直方向。 第一步:添加依赖 //noinspection 阅读全文
摘要:
UploadUtil 调用 String requestURL = "服务器地址"; String picPath = "图片地址"; File file = new File(picPath); Log.i("upload", "file exists:" + file.exists()); if 阅读全文