在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 微信分享完整demo

微信分享完整demo

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:5.04M
  • 下载次数:10
  • 浏览次数:176
  • 发布时间:2020-07-24
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
微信分享完整demo,带appid,同时有签名文件,下载可用
【实例截图】
【核心代码】
amm_sdk_sample
└── amm_sdk_sample
└── amm_sdk_sample
├── AndroidManifest.xml
├── amm_sdk_sample.iml
├── bin
│   ├── AndroidManifest.xml
│   ├── amm_sdk_sample.apk
│   ├── classes
│   │   ├── com
│   │   │   └── ppshare
│   │   │   └── ppshare
│   │   │   ├── BuildConfig.class
│   │   │   ├── R$anim.class
│   │   │   ├── R$array.class
│   │   │   ├── R$attr.class
│   │   │   ├── R$color.class
│   │   │   ├── R$dimen.class
│   │   │   ├── R$drawable.class
│   │   │   ├── R$id.class
│   │   │   ├── R$layout.class
│   │   │   ├── R$menu.class
│   │   │   ├── R$mipmap.class
│   │   │   ├── R$string.class
│   │   │   ├── R$style.class
│   │   │   └── R.class
│   │   └── net
│   │   └── sourceforge
│   │   └── simcpux
│   │   ├── AppRegister.class
│   │   ├── Constants$ShowMsgActivity.class
│   │   ├── Constants.class
│   │   ├── GetFromWXActivity$1$1.class
│   │   ├── GetFromWXActivity$1.class
│   │   ├── GetFromWXActivity$2.class
│   │   ├── GetFromWXActivity$3.class
│   │   ├── GetFromWXActivity$4.class
│   │   ├── GetFromWXActivity$5.class
│   │   ├── GetFromWXActivity$6.class
│   │   ├── GetFromWXActivity.class
│   │   ├── SendToWXActivity$1$1.class
│   │   ├── SendToWXActivity$1.class
│   │   ├── SendToWXActivity$2$1.class
│   │   ├── SendToWXActivity$2.class
│   │   ├── SendToWXActivity$3$1.class
│   │   ├── SendToWXActivity$3.class
│   │   ├── SendToWXActivity$4$1.class
│   │   ├── SendToWXActivity$4.class
│   │   ├── SendToWXActivity$5$1.class
│   │   ├── SendToWXActivity$5.class
│   │   ├── SendToWXActivity$6$1.class
│   │   ├── SendToWXActivity$6.class
│   │   ├── SendToWXActivity$7$1.class
│   │   ├── SendToWXActivity$7.class
│   │   ├── SendToWXActivity$8.class
│   │   ├── SendToWXActivity$9.class
│   │   ├── SendToWXActivity.class
│   │   ├── ShowFromWXActivity.class
│   │   ├── Util.class
│   │   └── uikit
│   │   ├── AlertAdapter$ViewHolder.class
│   │   ├── AlertAdapter.class
│   │   ├── CameraUtil.class
│   │   ├── MMAlert$1.class
│   │   ├── MMAlert$2.class
│   │   ├── MMAlert$3.class
│   │   ├── MMAlert$4.class
│   │   ├── MMAlert$5.class
│   │   ├── MMAlert$6.class
│   │   ├── MMAlert$7.class
│   │   ├── MMAlert$OnAlertSelectId.class
│   │   └── MMAlert.class
│   ├── classes.dex
│   ├── dexedLibs
│   │   └── libammsdk-18651c12a173cbb96ce8e2c7906c5917.jar
│   ├── jarlist.cache
│   ├── res
│   │   └── crunch
│   │   ├── drawable-hdpi
│   │   │   ├── btn_check_off_disable.png
│   │   │   ├── btn_check_off_normal.png
│   │   │   ├── btn_check_on_disable.png
│   │   │   ├── btn_check_on_normal.png
│   │   │   ├── btn_style_alert_dialog_background.9.png
│   │   │   ├── btn_style_alert_dialog_button_normal.9.png
│   │   │   ├── btn_style_alert_dialog_button_pressed.9.png
│   │   │   ├── btn_style_alert_dialog_cancel_normal.9.png
│   │   │   ├── btn_style_alert_dialog_special_normal.9.png
│   │   │   ├── btn_style_alert_dialog_special_pressed.9.png
│   │   │   ├── btn_style_one_disabled.9.png
│   │   │   ├── btn_style_one_focused.9.png
│   │   │   ├── btn_style_one_normal.9.png
│   │   │   ├── btn_style_one_pressed.9.png
│   │   │   ├── ic_dialog_alert.png
│   │   │   ├── ic_dialog_long_click.png
│   │   │   ├── ic_preference_first_normal.9.png
│   │   │   ├── ic_preference_first_pressed.9.png
│   │   │   ├── ic_preference_last_normal.9.png
│   │   │   ├── ic_preference_last_pressed.9.png
│   │   │   ├── ic_preference_normal.9.png
│   │   │   ├── ic_preference_one_normal.9.png
│   │   │   ├── ic_preference_one_pressed.9.png
│   │   │   ├── ic_preference_pressed.9.png
│   │   │   ├── ic_preference_single_normal.9.png
│   │   │   ├── ic_preference_single_pressed.9.png
│   │   │   ├── ic_preference_top_normal.9.png
│   │   │   ├── ic_preference_top_pressed.9.png
│   │   │   ├── logo.png
│   │   │   ├── mm_checkbox_mini_checked.9.png
│   │   │   ├── mm_checkbox_mini_normal.9.png
│   │   │   ├── mm_edit_focused.9.png
│   │   │   ├── mm_edit_normal.9.png
│   │   │   ├── mm_listitem_disable.9.png
│   │   │   ├── mm_listitem_normal.9.png
│   │   │   ├── mm_listitem_pressed.9.png
│   │   │   ├── mm_submenu_normal.png
│   │   │   ├── mm_submenu_pressed.png
│   │   │   ├── mm_title_act_btn_disable.9.png
│   │   │   ├── mm_title_act_btn_focused.9.png
│   │   │   ├── mm_title_act_btn_normal.9.png
│   │   │   ├── mm_title_act_btn_pressed.9.png
│   │   │   ├── mm_title_back_focused.9.png
│   │   │   ├── mm_title_back_normal.9.png
│   │   │   ├── mm_title_back_pressed.9.png
│   │   │   ├── mm_title_bg.9.png
│   │   │   ├── mm_title_btn_focused.9.png
│   │   │   ├── mm_title_btn_normal.9.png
│   │   │   ├── mm_title_btn_pressed.9.png
│   │   │   ├── mm_trans.png
│   │   │   └── send_music_thumb.png
│   │   ├── drawable-ldpi
│   │   │   ├── ic_launcher.png
│   │   │   └── logo.png
│   │   ├── drawable-mdpi
│   │   │   ├── ic_launcher.png
│   │   │   └── logo.png
│   │   └── drawable-xhdpi
│   │   └── logo.png
│   └── resources.ap_
├── build
│   ├── generated
│   │   └── source
│   │   ├── buildConfig
│   │   │   ├── androidTest
│   │   │   │   └── debug
│   │   │   │   └── com
│   │   │   │   └── ppshare
│   │   │   │   └── ppshare
│   │   │   │   └── test
│   │   │   │   └── BuildConfig.java
│   │   │   └── debug
│   │   │   └── com
│   │   │   └── ppshare
│   │   │   └── ppshare
│   │   │   └── BuildConfig.java
│   │   └── r
│   │   └── debug
│   │   └── com
│   │   └── ppshare
│   │   └── ppshare
│   │   └── R.java
│   ├── intermediates
│   │   ├── blame
│   │   │   └── res
│   │   │   └── debug
│   │   │   ├── multi
│   │   │   │   ├── values-w820dp-v13.json
│   │   │   │   └── values.json
│   │   │   └── single
│   │   │   ├── anim.json
│   │   │   ├── color.json
│   │   │   ├── drawable-hdpi-v4.json
│   │   │   ├── drawable-ldpi-v4.json
│   │   │   ├── drawable-mdpi-v4.json
│   │   │   ├── drawable-xhdpi-v4.json
│   │   │   ├── drawable.json
│   │   │   ├── layout.json
│   │   │   ├── menu.json
│   │   │   └── mipmap-xhdpi-v4.json
│   │   ├── classes
│   │   │   └── debug
│   │   │   ├── com
│   │   │   │   └── ppshare
│   │   │   │   └── ppshare
│   │   │   │   ├── BuildConfig.class
│   │   │   │   ├── R$anim.class
│   │   │   │   ├── R$array.class
│   │   │   │   ├── R$attr.class
│   │   │   │   ├── R$color.class
│   │   │   │   ├── R$dimen.class
│   │   │   │   ├── R$drawable.class
│   │   │   │   ├── R$id.class
│   │   │   │   ├── R$layout.class
│   │   │   │   ├── R$menu.class
│   │   │   │   ├── R$mipmap.class
│   │   │   │   ├── R$string.class
│   │   │   │   ├── R$style.class
│   │   │   │   ├── R.class
│   │   │   │   └── wxapi
│   │   │   │   ├── WXEntryActivity$1.class
│   │   │   │   ├── WXEntryActivity$FileItem.class
│   │   │   │   ├── WXEntryActivity$Holder.class
│   │   │   │   ├── WXEntryActivity$ImageAdapter.class
│   │   │   │   └── WXEntryActivity.class
│   │   │   └── net
│   │   │   └── sourceforge
│   │   │   └── simcpux
│   │   │   ├── AppRegister.class
│   │   │   ├── Constants$ShowMsgActivity.class
│   │   │   ├── Constants.class
│   │   │   ├── GetFromWXActivity$1$1.class
│   │   │   ├── GetFromWXActivity$1.class
│   │   │   ├── GetFromWXActivity$2.class
│   │   │   ├── GetFromWXActivity$3.class
│   │   │   ├── GetFromWXActivity$4.class
│   │   │   ├── GetFromWXActivity$5.class
│   │   │   ├── GetFromWXActivity$6.class
│   │   │   ├── GetFromWXActivity.class
│   │   │   ├── SelectPhotoActivity$1.class
│   │   │   ├── SelectPhotoActivity.class
│   │   │   ├── SendToWXActivity$1$1.class
│   │   │   ├── SendToWXActivity$1.class
│   │   │   ├── SendToWXActivity$2$1.class
│   │   │   ├── SendToWXActivity$2.class
│   │   │   ├── SendToWXActivity$3$1.class
│   │   │   ├── SendToWXActivity$3.class
│   │   │   ├── SendToWXActivity$4$1.class
│   │   │   ├── SendToWXActivity$4.class
│   │   │   ├── SendToWXActivity$5$1.class
│   │   │   ├── SendToWXActivity$5.class
│   │   │   ├── SendToWXActivity$6$1.class
│   │   │   ├── SendToWXActivity$6.class
│   │   │   ├── SendToWXActivity$7$1.class
│   │   │   ├── SendToWXActivity$7.class
│   │   │   ├── SendToWXActivity$8.class
│   │   │   ├── SendToWXActivity$9.class
│   │   │   ├── SendToWXActivity.class
│   │   │   ├── ShowFromWXActivity.class
│   │   │   ├── Util.class
│   │   │   ├── album
│   │   │   │   ├── AfBaseAdapter.class
│   │   │   │   ├── AfDataHolder.class
│   │   │   │   ├── AlbumActivity$1.class
│   │   │   │   ├── AlbumActivity$2.class
│   │   │   │   ├── AlbumActivity$ImageAdapter$1.class
│   │   │   │   ├── AlbumActivity$ImageAdapter.class
│   │   │   │   ├── AlbumActivity.class
│   │   │   │   ├── AlbumHelper.class
│   │   │   │   ├── AppUtils.class
│   │   │   │   ├── BasePopupWindowForListView$1.class
│   │   │   │   ├── BasePopupWindowForListView.class
│   │   │   │   ├── Bimp.class
│   │   │   │   ├── CheckLayout.class
│   │   │   │   ├── CommonAdapter.class
│   │   │   │   ├── ImageBucket.class
│   │   │   │   ├── ImageItem.class
│   │   │   │   ├── ImageLoader$1$1.class
│   │   │   │   ├── ImageLoader$1.class
│   │   │   │   ├── ImageLoader$2.class
│   │   │   │   ├── ImageLoader$3.class
│   │   │   │   ├── ImageLoader$4.class
│   │   │   │   ├── ImageLoader$ImageSize.class
│   │   │   │   ├── ImageLoader$ImgBeanHolder.class
│   │   │   │   ├── ImageLoader$Type.class
│   │   │   │   ├── ImageLoader.class
│   │   │   │   ├── ListImageDirPopupWindow$1.class
│   │   │   │   ├── ListImageDirPopupWindow$2.class
│   │   │   │   ├── ListImageDirPopupWindow$OnImageDirSelected.class
│   │   │   │   ├── ListImageDirPopupWindow.class
│   │   │   │   ├── Logger.class
│   │   │   │   └── ViewHolder.class
│   │   │   ├── ui
│   │   │   │   ├── ImageAdapter$1.class
│   │   │   │   ├── ImageAdapter$Holder.class
│   │   │   │   ├── ImageAdapter.class
│   │   │   │   ├── PostActivity$1.class
│   │   │   │   ├── PostActivity$FileItem.class
│   │   │   │   ├── PostActivity$Holder.class
│   │   │   │   ├── PostActivity$ImageAdapter.class
│   │   │   │   └── PostActivity.class
│   │   │   └── uikit
│   │   │   ├── AlertAdapter$ViewHolder.class
│   │   │   ├── AlertAdapter.class
│   │   │   ├── CameraUtil.class
│   │   │   ├── MMAlert$1.class
│   │   │   ├── MMAlert$2.class
│   │   │   ├── MMAlert$3.class
│   │   │   ├── MMAlert$4.class
│   │   │   ├── MMAlert$5.class
│   │   │   ├── MMAlert$6.class
│   │   │   ├── MMAlert$7.class
│   │   │   ├── MMAlert$OnAlertSelectId.class
│   │   │   └── MMAlert.class
│   │   ├── dex-cache
│   │   │   └── cache.xml
│   │   ├── exploded-aar
│   │   │   └── com.android.support
│   │   │   └── support-v4
│   │   │   └── 23.3.0
│   │   │   ├── AndroidManifest.xml
│   │   │   ├── aapt
│   │   │   │   └── AndroidManifest.xml
│   │   │   ├── aidl
│   │   │   │   └── android
│   │   │   │   └── support
│   │   │   │   └── v4
│   │   │   │   ├── media
│   │   │   │   │   ├── MediaMetadataCompat.aidl
│   │   │   │   │   ├── RatingCompat.aidl
│   │   │   │   │   └── session
│   │   │   │   │   ├── MediaSessionCompat.aidl
│   │   │   │   │   ├── ParcelableVolumeInfo.aidl
│   │   │   │   │   └── PlaybackStateCompat.aidl
│   │   │   │   └── os
│   │   │   │   └── ResultReceiver.aidl
│   │   │   ├── annotations.zip
│   │   │   └── jars
│   │   │   ├── classes.jar
│   │   │   └── libs
│   │   │   └── internal_impl-23.3.0.jar
│   │   ├── incremental
│   │   │   ├── compileDebugAidl
│   │   │   │   └── dependency.store
│   │   │   ├── compileDebugAndroidTestAidl
│   │   │   │   └── dependency.store
│   │   │   ├── mergeDebugAndroidTestAssets
│   │   │   │   └── merger.xml
│   │   │   ├── mergeDebugAndroidTestResources
│   │   │   │   └── merger.xml
│   │   │   ├── mergeDebugAssets
│   │   │   │   └── merger.xml
│   │   │   ├── mergeDebugJniLibFolders
│   │   │   │   └── merger.xml
│   │   │   └── mergeDebugResources
│   │   │   └── merger.xml
│   │   ├── instant-run-support
│   │   │   └── debug
│   │   │   └── package.marker
│   │   ├── manifest
│   │   │   └── androidTest
│   │   │   └── debug
│   │   │   └── AndroidManifest.xml
│   │   ├── manifests
│   │   │   └── full
│   │   │   └── debug
│   │   │   └── AndroidManifest.xml
│   │   ├── pre-dexed
│   │   │   └── debug
│   │   │   ├── com.android.support-support-v4-23.3.0_284d7373959e3e8993fab79836e84b513bab7eb5.jar
│   │   │   ├── debug_2656add4d3d9c8522efaed8011409fe8fd1eae44.jar
│   │   │   ├── internal_impl-23.3.0_4db43bc59dc7907528db46613280a37f3fcf76fa.jar
│   │   │   ├── libammsdk_db71171077270f38876641caeafec51016dc494e.jar
│   │   │   └── support-annotations-23.3.0_5188482ca90ffbdae28cf9366249406e54dd0e8f.jar
│   │   ├── res
│   │   │   ├── merged
│   │   │   │   └── debug
│   │   │   │   ├── anim
│   │   │   │   │   └── push_up_in.xml
│   │   │   │   ├── color
│   │   │   │   │   ├── mm_actbtn_text.xml
│   │   │   │   │   ├── mm_btn_text.xml
│   │   │   │   │   ├── mm_choice_text_color.xml
│   │   │   │   │   ├── mm_hyper_text.xml
│   │   │   │   │   ├── mm_list_textcolor_one.xml
│   │   │   │   │   ├── mm_list_textcolor_time.xml
│   │   │   │   │   ├── mm_list_textcolor_two.xml
│   │   │   │   │   ├── mm_pref_summary.xml
│   │   │   │   │   ├── mm_pref_title.xml
│   │   │   │   │   ├── mm_style_one_btn_text.xml
│   │   │   │   │   ├── mm_style_two_btn_text.xml
│   │   │   │   │   └── mm_title_btn_text.xml
│   │   │   │   ├── drawable
│   │   │   │   │   ├── bg_round_corners_gray.xml
│   │   │   │   │   ├── btn_style_alert_dialog_button.xml
│   │   │   │   │   ├── btn_style_alert_dialog_cancel.xml
│   │   │   │   │   ├── btn_style_alert_dialog_special.xml
│   │   │   │   │   ├── btn_style_one.xml
│   │   │   │   │   ├── list_selector_background.xml
│   │   │   │   │   ├── mm_checkbox_btn.xml
│   │   │   │   │   ├── mm_checkbox_mini.xml
│   │   │   │   │   ├── mm_edit.xml
│   │   │   │   │   ├── mm_submenu.xml
│   │   │   │   │   ├── mm_title_btn_back.xml
│   │   │   │   │   ├── mm_title_btn_right.xml
│   │   │   │   │   ├── preference_first_item.xml
│   │   │   │   │   ├── preference_item.xml
│   │   │   │   │   ├── preference_last_item.xml
│   │   │   │   │   └── preference_one_item.xml
│   │   │   │   ├── drawable-hdpi-v4
│   │   │   │   │   ├── btn_check_off_disable.png
│   │   │   │   │   ├── btn_check_off_normal.png
│   │   │   │   │   ├── btn_check_on_disable.png
│   │   │   │   │   ├── btn_check_on_normal.png
│   │   │   │   │   ├── btn_style_alert_dialog_background.9.png
│   │   │   │   │   ├── btn_style_alert_dialog_button_normal.9.png
│   │   │   │   │   ├── btn_style_alert_dialog_button_pressed.9.png
│   │   │   │   │   ├── btn_style_alert_dialog_cancel_normal.9.png
│   │   │   │   │   ├── btn_style_alert_dialog_special_normal.9.png
│   │   │   │   │   ├── btn_style_alert_dialog_special_pressed.9.png
│   │   │   │   │   ├── btn_style_one_disabled.9.png
│   │   │   │   │   ├── btn_style_one_focused.9.png
│   │   │   │   │   ├── btn_style_one_normal.9.png
│   │   │   │   │   ├── btn_style_one_pressed.9.png
│   │   │   │   │   ├── ic_dialog_alert.png
│   │   │   │   │   ├── ic_dialog_long_click.png
│   │   │   │   │   ├── ic_preference_first_normal.9.png
│   │   │   │   │   ├── ic_preference_first_pressed.9.png
│   │   │   │   │   ├── ic_preference_last_normal.9.png
│   │   │   │   │   ├── ic_preference_last_pressed.9.png
│   │   │   │   │   ├── ic_preference_normal.9.png
│   │   │   │   │   ├── ic_preference_one_normal.9.png
│   │   │   │   │   ├── ic_preference_one_pressed.9.png
│   │   │   │   │   ├── ic_preference_pressed.9.png
│   │   │   │   │   ├── ic_preference_single_normal.9.png
│   │   │   │   │   ├── ic_preference_single_pressed.9.png
│   │   │   │   │   ├── ic_preference_top_normal.9.png
│   │   │   │   │   ├── ic_preference_top_pressed.9.png
│   │   │   │   │   ├── logo.png
│   │   │   │   │   ├── mm_checkbox_mini_checked.9.png
│   │   │   │   │   ├── mm_checkbox_mini_normal.9.png
│   │   │   │   │   ├── mm_edit_focused.9.png
│   │   │   │   │   ├── mm_edit_normal.9.png
│   │   │   │   │   ├── mm_listitem_disable.9.png
│   │   │   │   │   ├── mm_listitem_normal.9.png
│   │   │   │   │   ├── mm_listitem_pressed.9.png
│   │   │   │   │   ├── mm_submenu_normal.png
│   │   │   │   │   ├── mm_submenu_pressed.png
│   │   │   │   │   ├── mm_title_act_btn_disable.9.png
│   │   │   │   │   ├── mm_title_act_btn_focused.9.png
│   │   │   │   │   ├── mm_title_act_btn_normal.9.png
│   │   │   │   │   ├── mm_title_act_btn_pressed.9.png
│   │   │   │   │   ├── mm_title_back_focused.9.png
│   │   │   │   │   ├── mm_title_back_normal.9.png
│   │   │   │   │   ├── mm_title_back_pressed.9.png
│   │   │   │   │   ├── mm_title_bg.9.png
│   │   │   │   │   ├── mm_title_btn_focused.9.png
│   │   │   │   │   ├── mm_title_btn_normal.9.png
│   │   │   │   │   ├── mm_title_btn_pressed.9.png
│   │   │   │   │   ├── mm_trans.png
│   │   │   │   │   ├── send_img.jpg
│   │   │   │   │   ├── send_music_thumb.png
│   │   │   │   │   └── send_music_thumb_backup.jpeg
│   │   │   │   ├── drawable-ldpi-v4
│   │   │   │   │   ├── ic_launcher.png
│   │   │   │   │   └── logo.png
│   │   │   │   ├── drawable-mdpi-v4
│   │   │   │   │   ├── ic_launcher.png
│   │   │   │   │   └── logo.png
│   │   │   │   ├── drawable-xhdpi-v4
│   │   │   │   │   └── logo.png
│   │   │   │   ├── layout
│   │   │   │   │   ├── activity_album.xml
│   │   │   │   │   ├── activity_choose_photo.xml
│   │   │   │   │   ├── activity_send.xml
│   │   │   │   │   ├── album_group_item_image_grid.xml
│   │   │   │   │   ├── album_list_dir.xml
│   │   │   │   │   ├── album_list_item_dir.xml
│   │   │   │   │   ├── album_list_item_group_image_bucket.xml
│   │   │   │   │   ├── alert_dialog_menu_layout.xml
│   │   │   │   │   ├── alert_dialog_menu_list_layout.xml
│   │   │   │   │   ├── alert_dialog_menu_list_layout_cancel.xml
│   │   │   │   │   ├── alert_dialog_menu_list_layout_special.xml
│   │   │   │   │   ├── alert_dialog_menu_list_layout_title.xml
│   │   │   │   │   ├── entry.xml
│   │   │   │   │   ├── get_from_wx.xml
│   │   │   │   │   ├── image_button.xml
│   │   │   │   │   ├── mm_activity.xml
│   │   │   │   │   ├── mm_example_ui.xml
│   │   │   │   │   ├── mm_preference.xml
│   │   │   │   │   ├── mm_preference_catalog.xml
│   │   │   │   │   ├── mm_preference_checkbox.xml
│   │   │   │   │   ├── mm_preference_child.xml
│   │   │   │   │   ├── mm_preference_content_choice.xml
│   │   │   │   │   ├── mm_preference_content_domainmail.xml
│   │   │   │   │   ├── mm_preference_content_domainmaillist.xml
│   │   │   │   │   ├── mm_preference_content_keyvalue.xml
│   │   │   │   │   ├── mm_preference_dialog_edittext.xml
│   │   │   │   │   ├── mm_preference_image.xml
│   │   │   │   │   ├── mm_preference_info.xml
│   │   │   │   │   ├── mm_preference_list_content.xml
│   │   │   │   │   ├── mm_preference_null.xml
│   │   │   │   │   ├── mm_preference_screen.xml
│   │   │   │   │   ├── mm_preference_self_vuser.xml
│   │   │   │   │   ├── mm_preference_submenu.xml
│   │   │   │   │   ├── mm_preference_widget_empty.xml
│   │   │   │   │   ├── mm_title.xml
│   │   │   │   │   ├── post_photo_item.xml
│   │   │   │   │   ├── security_image.xml
│   │   │   │   │   ├── send_to_wx.xml
│   │   │   │   │   ├── sendrequest_dialog.xml
│   │   │   │   │   ├── show_from_wx.xml
│   │   │   │   │   └── webalert.xml
│   │   │   │   ├── menu
│   │   │   │   │   ├── main_activity_actions.xml
│   │   │   │   │   └── main_send.xml
│   │   │   │   ├── mipmap-xhdpi-v4
│   │   │   │   │   ├── album_dir_choose.png
│   │   │   │   │   ├── album_pic_dir.png
│   │   │   │   │   ├── bg_add_photo.png
│   │   │   │   │   └── cancel_x.png
│   │   │   │   ├── values
│   │   │   │   │   └── values.xml
│   │   │   │   └── values-w820dp-v13
│   │   │   │   └── values-w820dp-v13.xml
│   │   │   ├── resources-debug-androidTest.ap_
│   │   │   └── resources-debug.ap_
│   │   ├── symbols
│   │   │   └── debug
│   │   │   └── R.txt
│   │   └── transforms
│   │   └── dex
│   │   └── debug
│   │   └── folders
│   │   └── 1000
│   │   └── 1f
│   │   └── main
│   │   └── classes.dex
│   └── outputs
│   ├── apk
│   │   ├── amm_sdk_sample-debug-unaligned.apk
│   │   └── 胖胖分享.apk
│   └── logs
│   └── manifest-merger-debug-report.txt
├── build.gradle
├── debug.keystore
├── gen
│   └── com
│   └── ppshare
│   └── ppshare
│   ├── BuildConfig.java
│   └── R.java
├── gradle
│   └── wrapper
│   ├── gradle-wrapper.jar
│   └── gradle-wrapper.properties
├── gradlew
├── gradlew.bat
├── libs
│   └── libammsdk.jar
├── local.properties
├── ppshare.jks
├── project.properties
├── res
│   ├── anim
│   │   └── push_up_in.xml
│   ├── color
│   │   ├── mm_actbtn_text.xml
│   │   ├── mm_btn_text.xml
│   │   ├── mm_choice_text_color.xml
│   │   ├── mm_hyper_text.xml
│   │   ├── mm_list_textcolor_one.xml
│   │   ├── mm_list_textcolor_time.xml
│   │   ├── mm_list_textcolor_two.xml
│   │   ├── mm_pref_summary.xml
│   │   ├── mm_pref_title.xml
│   │   ├── mm_style_one_btn_text.xml
│   │   ├── mm_style_two_btn_text.xml
│   │   └── mm_title_btn_text.xml
│   ├── drawable
│   │   ├── bg_round_corners_gray.xml
│   │   ├── btn_style_alert_dialog_button.xml
│   │   ├── btn_style_alert_dialog_cancel.xml
│   │   ├── btn_style_alert_dialog_special.xml
│   │   ├── btn_style_one.xml
│   │   ├── list_selector_background.xml
│   │   ├── mm_checkbox_btn.xml
│   │   ├── mm_checkbox_mini.xml
│   │   ├── mm_edit.xml
│   │   ├── mm_submenu.xml
│   │   ├── mm_title_btn_back.xml
│   │   ├── mm_title_btn_right.xml
│   │   ├── preference_first_item.xml
│   │   ├── preference_item.xml
│   │   ├── preference_last_item.xml
│   │   └── preference_one_item.xml
│   ├── drawable-hdpi
│   │   ├── btn_check_off_disable.png
│   │   ├── btn_check_off_normal.png
│   │   ├── btn_check_on_disable.png
│   │   ├── btn_check_on_normal.png
│   │   ├── btn_style_alert_dialog_background.9.png
│   │   ├── btn_style_alert_dialog_button_normal.9.png
│   │   ├── btn_style_alert_dialog_button_pressed.9.png
│   │   ├── btn_style_alert_dialog_cancel_normal.9.png
│   │   ├── btn_style_alert_dialog_special_normal.9.png
│   │   ├── btn_style_alert_dialog_special_pressed.9.png
│   │   ├── btn_style_one_disabled.9.png
│   │   ├── btn_style_one_focused.9.png
│   │   ├── btn_style_one_normal.9.png
│   │   ├── btn_style_one_pressed.9.png
│   │   ├── ic_dialog_alert.png
│   │   ├── ic_dialog_long_click.png
│   │   ├── ic_preference_first_normal.9.png
│   │   ├── ic_preference_first_pressed.9.png
│   │   ├── ic_preference_last_normal.9.png
│   │   ├── ic_preference_last_pressed.9.png
│   │   ├── ic_preference_normal.9.png
│   │   ├── ic_preference_one_normal.9.png
│   │   ├── ic_preference_one_pressed.9.png
│   │   ├── ic_preference_pressed.9.png
│   │   ├── ic_preference_single_normal.9.png
│   │   ├── ic_preference_single_pressed.9.png
│   │   ├── ic_preference_top_normal.9.png
│   │   ├── ic_preference_top_pressed.9.png
│   │   ├── logo.png
│   │   ├── mm_checkbox_mini_checked.9.png
│   │   ├── mm_checkbox_mini_normal.9.png
│   │   ├── mm_edit_focused.9.png
│   │   ├── mm_edit_normal.9.png
│   │   ├── mm_listitem_disable.9.png
│   │   ├── mm_listitem_normal.9.png
│   │   ├── mm_listitem_pressed.9.png
│   │   ├── mm_submenu_normal.png
│   │   ├── mm_submenu_pressed.png
│   │   ├── mm_title_act_btn_disable.9.png
│   │   ├── mm_title_act_btn_focused.9.png
│   │   ├── mm_title_act_btn_normal.9.png
│   │   ├── mm_title_act_btn_pressed.9.png
│   │   ├── mm_title_back_focused.9.png
│   │   ├── mm_title_back_normal.9.png
│   │   ├── mm_title_back_pressed.9.png
│   │   ├── mm_title_bg.9.png
│   │   ├── mm_title_btn_focused.9.png
│   │   ├── mm_title_btn_normal.9.png
│   │   ├── mm_title_btn_pressed.9.png
│   │   ├── mm_trans.png
│   │   ├── send_img.jpg
│   │   ├── send_music_thumb.png
│   │   └── send_music_thumb_backup.jpeg
│   ├── drawable-ldpi
│   │   ├── ic_launcher.png
│   │   └── logo.png
│   ├── drawable-mdpi
│   │   ├── ic_launcher.png
│   │   └── logo.png
│   ├── drawable-xhdpi
│   │   └── logo.png
│   ├── layout
│   │   ├── activity_album.xml
│   │   ├── activity_choose_photo.xml
│   │   ├── activity_send.xml
│   │   ├── album_group_item_image_grid.xml
│   │   ├── album_list_dir.xml
│   │   ├── album_list_item_dir.xml
│   │   ├── album_list_item_group_image_bucket.xml
│   │   ├── alert_dialog_menu_layout.xml
│   │   ├── alert_dialog_menu_list_layout.xml
│   │   ├── alert_dialog_menu_list_layout_cancel.xml
│   │   ├── alert_dialog_menu_list_layout_special.xml
│   │   ├── alert_dialog_menu_list_layout_title.xml
│   │   ├── entry.xml
│   │   ├── get_from_wx.xml
│   │   ├── image_button.xml
│   │   ├── mm_activity.xml
│   │   ├── mm_example_ui.xml
│   │   ├── mm_preference.xml
│   │   ├── mm_preference_catalog.xml
│   │   ├── mm_preference_checkbox.xml
│   │   ├── mm_preference_child.xml
│   │   ├── mm_preference_content_choice.xml
│   │   ├── mm_preference_content_domainmail.xml
│   │   ├── mm_preference_content_domainmaillist.xml
│   │   ├── mm_preference_content_keyvalue.xml
│   │   ├── mm_preference_dialog_edittext.xml
│   │   ├── mm_preference_image.xml
│   │   ├── mm_preference_info.xml
│   │   ├── mm_preference_list_content.xml
│   │   ├── mm_preference_null.xml
│   │   ├── mm_preference_screen.xml
│   │   ├── mm_preference_self_vuser.xml
│   │   ├── mm_preference_submenu.xml
│   │   ├── mm_preference_widget_empty.xml
│   │   ├── mm_title.xml
│   │   ├── post_photo_item.xml
│   │   ├── security_image.xml
│   │   ├── send_to_wx.xml
│   │   ├── sendrequest_dialog.xml
│   │   ├── show_from_wx.xml
│   │   └── webalert.xml
│   ├── menu
│   │   ├── main_activity_actions.xml
│   │   └── main_send.xml
│   ├── mipmap-xhdpi
│   │   ├── album_dir_choose.png
│   │   ├── album_pic_dir.png
│   │   ├── bg_add_photo.png
│   │   └── cancel_x.png
│   ├── values
│   │   ├── color.xml
│   │   ├── dimens.xml
│   │   ├── strings.xml
│   │   ├── styles.xml
│   │   └── themes.xml
│   └── values-w820dp
│   └── dimens.xml
└── src
├── com
│   └── ppshare
│   └── ppshare
│   └── wxapi
│   └── WXEntryActivity.java
└── net
└── sourceforge
└── simcpux
├── AppRegister.java
├── Constants.java
├── GetFromWXActivity.java
├── SelectPhotoActivity.java
├── SendToWXActivity.java
├── ShowFromWXActivity.java
├── Util.java
├── album
│   ├── AfBaseAdapter.java
│   ├── AfDataHolder.java
│   ├── AlbumActivity.java
│   ├── AlbumHelper.java
│   ├── AppUtils.java
│   ├── BasePopupWindowForListView.java
│   ├── Bimp.java
│   ├── CheckLayout.java
│   ├── CommonAdapter.java
│   ├── ImageBucket.java
│   ├── ImageItem.java
│   ├── ImageLoader.java
│   ├── ListImageDirPopupWindow.java
│   ├── Logger.java
│   └── ViewHolder.java
└── uikit
├── CameraUtil.java
└── MMAlert.java

145 directories, 584 files

标签:

实例下载地址

微信分享完整demo

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警