摘要: RecylerView包含三种布局管理器,分别是LinearLayoutManager,GridLayoutManager,StaggeredGridLayoutManager,对应实现单行列表,多行列表,瀑布流式布局。 也分别都具备水平跟垂直方向。 第一步:添加依赖 //noinspection 阅读全文
posted @ 2016-04-05 14:28 冷月舞痕 阅读(3762) 评论(0) 推荐(0) 编辑
摘要: UploadUtil 调用 String requestURL = "服务器地址"; String picPath = "图片地址"; File file = new File(picPath); Log.i("upload", "file exists:" + file.exists()); if 阅读全文
posted @ 2016-04-05 11:16 冷月舞痕 阅读(166) 评论(0) 推荐(0) 编辑