实例介绍
支持多图选择、多图上传以form表单形式。博文地址:http://blog.csdn.net/u010272905/article/details/52816238
【实例截图】
【核心代码】
4744302543019927296.rar
└── demo
├── AndroidManifest.xml
├── assets
├── bin
│ ├── AndroidManifest.xml
│ ├── classes
│ │ └── com
│ │ ├── example
│ │ │ └── demo
│ │ │ ├── BuildConfig.class
│ │ │ ├── R$anim.class
│ │ │ ├── R$attr.class
│ │ │ ├── R$color.class
│ │ │ ├── R$dimen.class
│ │ │ ├── R$drawable.class
│ │ │ ├── R$id.class
│ │ │ ├── R$layout.class
│ │ │ ├── R$menu.class
│ │ │ ├── R$string.class
│ │ │ ├── R$style.class
│ │ │ └── R.class
│ │ └── igao
│ │ └── owlyy
│ │ ├── morephotoadapter
│ │ │ ├── AlbumGridViewAdapter$1.class
│ │ │ ├── AlbumGridViewAdapter$OnItemClickListener.class
│ │ │ ├── AlbumGridViewAdapter$ToggleClickListener.class
│ │ │ ├── AlbumGridViewAdapter$ViewHolder.class
│ │ │ ├── AlbumGridViewAdapter.class
│ │ │ ├── FolderAdapter$1.class
│ │ │ ├── FolderAdapter$ViewHolder.class
│ │ │ └── FolderAdapter.class
│ │ ├── morephotoutils
│ │ │ ├── AlbumHelper.class
│ │ │ ├── Bimp.class
│ │ │ ├── BitmapCache$1$1.class
│ │ │ ├── BitmapCache$1.class
│ │ │ ├── BitmapCache$ImageCallback.class
│ │ │ ├── BitmapCache.class
│ │ │ ├── FileDataUtil.class
│ │ │ ├── FileUtils.class
│ │ │ ├── FormFile.class
│ │ │ ├── ImageBucket.class
│ │ │ ├── ImageItem.class
│ │ │ ├── NoScrollGridView.class
│ │ │ ├── PhotoModel.class
│ │ │ ├── PublicWay.class
│ │ │ ├── RequestUtil.class
│ │ │ └── Res.class
│ │ ├── morepoto
│ │ │ ├── AlbumActivity$1.class
│ │ │ ├── AlbumActivity$2.class
│ │ │ ├── AlbumActivity$AlbumSendListener.class
│ │ │ ├── AlbumActivity$BackListener.class
│ │ │ ├── AlbumActivity$CancelListener.class
│ │ │ ├── AlbumActivity.class
│ │ │ ├── GalleryActivity$1.class
│ │ │ ├── GalleryActivity$2.class
│ │ │ ├── GalleryActivity$3.class
│ │ │ ├── GalleryActivity$4.class
│ │ │ ├── GalleryActivity$BackListener.class
│ │ │ ├── GalleryActivity$DelListener.class
│ │ │ ├── GalleryActivity$MyPageAdapter.class
│ │ │ ├── GalleryActivity.class
│ │ │ ├── ImageFile$1.class
│ │ │ ├── ImageFile$CancelListener.class
│ │ │ ├── ImageFile.class
│ │ │ ├── MainActivity$10$1.class
│ │ │ ├── MainActivity$10.class
│ │ │ ├── MainActivity$11.class
│ │ │ ├── MainActivity$1.class
│ │ │ ├── MainActivity$2.class
│ │ │ ├── MainActivity$3.class
│ │ │ ├── MainActivity$4.class
│ │ │ ├── MainActivity$5.class
│ │ │ ├── MainActivity$6.class
│ │ │ ├── MainActivity$7.class
│ │ │ ├── MainActivity$8.class
│ │ │ ├── MainActivity$9.class
│ │ │ ├── MainActivity$GridAdapter$1.class
│ │ │ ├── MainActivity$GridAdapter$2.class
│ │ │ ├── MainActivity$GridAdapter$ViewHolder.class
│ │ │ ├── MainActivity$GridAdapter.class
│ │ │ ├── MainActivity.class
│ │ │ ├── ShowAllPhoto$1.class
│ │ │ ├── ShowAllPhoto$2.class
│ │ │ ├── ShowAllPhoto$3.class
│ │ │ ├── ShowAllPhoto$CancelListener.class
│ │ │ └── ShowAllPhoto.class
│ │ ├── photomorezoom
│ │ │ ├── Compat.class
│ │ │ ├── IPhotoView.class
│ │ │ ├── PhotoViewAttacher$1.class
│ │ │ ├── PhotoViewAttacher$AnimatedZoomRunnable.class
│ │ │ ├── PhotoViewAttacher$FlingRunnable.class
│ │ │ ├── PhotoViewAttacher$OnMatrixChangedListener.class
│ │ │ ├── PhotoViewAttacher$OnPhotoTapListener.class
│ │ │ ├── PhotoViewAttacher$OnViewTapListener.class
│ │ │ ├── PhotoViewAttacher.class
│ │ │ ├── PhotoView.class
│ │ │ ├── ScrollerProxy$GingerScroller.class
│ │ │ ├── ScrollerProxy$PreGingerScroller.class
│ │ │ ├── ScrollerProxy.class
│ │ │ ├── SDK16.class
│ │ │ ├── VersionedGestureDetector$CupcakeDetector.class
│ │ │ ├── VersionedGestureDetector$EclairDetector.class
│ │ │ ├── VersionedGestureDetector$FroyoDetector$1.class
│ │ │ ├── VersionedGestureDetector$FroyoDetector.class
│ │ │ ├── VersionedGestureDetector$OnGestureListener.class
│ │ │ ├── VersionedGestureDetector.class
│ │ │ └── ViewPagerFixed.class
│ │ └── view
│ │ ├── CustomDialog$Builder$1.class
│ │ ├── CustomDialog$Builder$2.class
│ │ ├── CustomDialog$Builder.class
│ │ ├── CustomDialog.class
│ │ ├── IGaoActivity$1.class
│ │ ├── IGaoActivity$2.class
│ │ ├── IGaoActivity.class
│ │ └── MyGridView.class
│ ├── classes.dex
│ ├── demo.apk
│ ├── dexedLibs
│ │ ├── afinal_0.5.1_bin-ced8f73b03663ddd385d832444fa30b4.jar
│ │ ├── afinal_0.5.1_bin-e7dc6177dec3a5040ead33d56d37654b.jar
│ │ ├── android-support-v4-361461188bb073e9579a06228aa0a7b6.jar
│ │ ├── android-support-v4-f742088657cab97cb6f8d99c4eb44b64.jar
│ │ ├── fastjson-1.1.38-08be3efc1403e1ec6c21e7cf89f12c06.jar
│ │ └── fastjson-1.1.38-ab5d035090f8c59182a491aa9ca847c3.jar
│ ├── jarlist.cache
│ ├── res
│ │ └── crunch
│ │ ├── drawable-hdpi
│ │ │ ├── bg_transparent.png
│ │ │ ├── fanhui.png
│ │ │ ├── ic_launcher.png
│ │ │ ├── plubin_camera_del_focused.png
│ │ │ ├── plugin_camera_album_back.png
│ │ │ ├── plugin_camera_back_btn.png
│ │ │ ├── plugin_camera_back_btn_pressed.png
│ │ │ ├── plugin_camera_bottom_bar.png
│ │ │ ├── plugin_camera_cancel.png
│ │ │ ├── plugin_camera_cancel_pressed.png
│ │ │ ├── plugin_camera_choose_back.png
│ │ │ ├── plugin_camera_choosed.png
│ │ │ ├── plugin_camera_del_unfocused.png
│ │ │ ├── plugin_camera_filenum.png
│ │ │ ├── plugin_camera_no_pictures.png
│ │ │ ├── plugin_camera_preview_focused.png
│ │ │ ├── plugin_camera_preview_pressed.png
│ │ │ ├── plugin_camera_preview_unselected.png
│ │ │ ├── plugin_camera_send_focused.png
│ │ │ ├── plugin_camera_send_pressed.png
│ │ │ └── plugin_camera_send_unselected.png
│ │ ├── drawable-mdpi
│ │ │ └── ic_launcher.png
│ │ ├── drawable-xhdpi
│ │ │ ├── crunch
│ │ │ │ └── drawable-hdpi
│ │ │ │ └── icon_addpic_unfocused.png
│ │ │ ├── ic_launcher.png
│ │ │ ├── icon_addpic_unfocused.png
│ │ │ └── my_reservation.png
│ │ └── drawable-xxhdpi
│ │ └── ic_launcher.png
│ └── resources.ap_
├── gen
│ └── com
│ └── example
│ └── demo
│ ├── BuildConfig.java
│ └── R.java
├── ic_launcher-web.png
├── libs
│ ├── afinal_0.5.1_bin.jar
│ ├── android-support-v4.jar
│ └── fastjson-1.1.38.jar
├── proguard-project.txt
├── project.properties
├── res
│ ├── anim
│ │ ├── activity_translate_in.xml
│ │ ├── activity_translate_out.xml
│ │ ├── in_bottomtotop.xml
│ │ └── out_toptobottom.xml
│ ├── drawable
│ │ ├── bbuton_danger_rounded.xml
│ │ ├── bbuton_info_rounded.xml
│ │ ├── bg_bottom_custom_dialog.xml
│ │ ├── bg_middle_custom_dialog.xml
│ │ ├── bg_title_custom_dialog.xml
│ │ ├── bt_nobgd.xml
│ │ ├── btn_payac_shape.xml
│ │ ├── btn_pay_shapdaowm.xml
│ │ ├── dia_sytle.xml
│ │ ├── filled_box.xml
│ │ ├── pay_btn_selecter.xml
│ │ ├── plugin_camera_albumbackground.xml
│ │ ├── plugin_camera_del_state.xml
│ │ ├── plugin_camera_ok_btn_state.xml
│ │ ├── plugin_camera_pic_choose_selector.xml
│ │ ├── plugin_camera_title_btn_back.xml
│ │ ├── plugin_camera_title_btn_cancel.xml
│ │ └── plugin_camera_title_btn_preview.xml
│ ├── drawable-hdpi
│ │ ├── bg_transparent.png
│ │ ├── fanhui.png
│ │ ├── ic_launcher.png
│ │ ├── plubin_camera_del_focused.png
│ │ ├── plugin_camera_album_back.png
│ │ ├── plugin_camera_back_btn.png
│ │ ├── plugin_camera_back_btn_pressed.png
│ │ ├── plugin_camera_bottom_bar.png
│ │ ├── plugin_camera_cancel.png
│ │ ├── plugin_camera_cancel_pressed.png
│ │ ├── plugin_camera_choose_back.png
│ │ ├── plugin_camera_choosed.png
│ │ ├── plugin_camera_del_unfocused.png
│ │ ├── plugin_camera_filenum.png
│ │ ├── plugin_camera_no_pictures.png
│ │ ├── plugin_camera_preview_focused.png
│ │ ├── plugin_camera_preview_pressed.png
│ │ ├── plugin_camera_preview_unselected.png
│ │ ├── plugin_camera_send_focused.png
│ │ ├── plugin_camera_send_pressed.png
│ │ ├── plugin_camera_send_unselected.png
│ │ └── plugin_camera_title_bar.9.png
│ ├── drawable-ldpi
│ ├── drawable-mdpi
│ │ └── ic_launcher.png
│ ├── drawable-xhdpi
│ │ ├── crunch
│ │ │ └── drawable-hdpi
│ │ │ └── icon_addpic_unfocused.png
│ │ ├── ic_launcher.png
│ │ ├── icon_addpic_unfocused.png
│ │ └── my_reservation.png
│ ├── drawable-xxhdpi
│ │ └── ic_launcher.png
│ ├── layout
│ │ ├── actionbar.xml
│ │ ├── activity_main.xml
│ │ ├── activity_selectimg.xml
│ │ ├── custom_dialog_layout.xml
│ │ ├── item_detelepopuwindow.xml
│ │ ├── item_popupwindows.xml
│ │ ├── item_published_grida.xml
│ │ ├── plugin_camera_album.xml
│ │ ├── plugin_camera_gallery.xml
│ │ ├── plugin_camera_image_file.xml
│ │ ├── plugin_camera_no_image_file.xml
│ │ ├── plugin_camera_select_folder.xml
│ │ ├── plugin_camera_select_imageview.xml
│ │ └── plugin_camera_show_all_photo.xml
│ ├── menu
│ │ └── main.xml
│ ├── values
│ │ ├── colors.xml
│ │ ├── dimens.xml
│ │ ├── strings.xml
│ │ └── styles.xml
│ ├── values-v11
│ │ └── styles.xml
│ ├── values-v14
│ │ └── styles.xml
│ └── values-w820dp
│ └── dimens.xml
└── src
└── com
└── igao
└── owlyy
├── morephotoadapter
│ ├── AlbumGridViewAdapter.java
│ └── FolderAdapter.java
├── morephotoutils
│ ├── AlbumHelper.java
│ ├── Bimp.java
│ ├── BitmapCache.java
│ ├── FileDataUtil.java
│ ├── FileUtils.java
│ ├── FormFile.java
│ ├── ImageBucket.java
│ ├── ImageItem.java
│ ├── NoScrollGridView.java
│ ├── PhotoModel.java
│ ├── PublicWay.java
│ ├── RequestUtil.java
│ └── Res.java
├── morepoto
│ ├── AlbumActivity.java
│ ├── GalleryActivity.java
│ ├── ImageFile.java
│ ├── MainActivity.java
│ └── ShowAllPhoto.java
├── photomorezoom
│ ├── Compat.java
│ ├── IPhotoView.java
│ ├── PhotoViewAttacher.java
│ ├── PhotoView.java
│ ├── ScrollerProxy.java
│ ├── SDK16.java
│ ├── VersionedGestureDetector.java
│ └── ViewPagerFixed.java
└── view
├── CustomDialog.java
├── IGaoActivity.java
└── MyGridView.java
53 directories, 254 files
标签:
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论