实例介绍
android百度地图应用(路径规划,地理编码,公交查询,活动轨迹,poi检索)
【实例截图】
【核心代码】
生活轨迹Android端
└── 生活轨迹Android端
├── Screenshot_2015-09-07-11-27-30.png
├── yourlifecircle
│ ├── AndroidManifest.xml
│ ├── assets
│ │ └── ShareSDKDevInfor.xml
│ ├── bin
│ │ ├── AndroidManifest.xml
│ │ ├── classes
│ │ │ └── com
│ │ │ └── weiyoung
│ │ │ ├── model
│ │ │ │ ├── QQUser.class
│ │ │ │ ├── QQWBUser.class
│ │ │ │ └── YLC_USER.class
│ │ │ ├── service
│ │ │ │ └── YLC_SAVEUSERSERVICE.class
│ │ │ ├── test
│ │ │ │ ├── LocationOverlayDemoTest$1.class
│ │ │ │ ├── LocationOverlayDemoTest$2.class
│ │ │ │ ├── LocationOverlayDemoTest$3.class
│ │ │ │ ├── LocationOverlayDemoTest$E_BUTTON_TYPE.class
│ │ │ │ ├── LocationOverlayDemoTest$MyLocationListenner.class
│ │ │ │ ├── LocationOverlayDemoTest$locationOverlay.class
│ │ │ │ ├── LocationOverlayDemoTest.class
│ │ │ │ └── MyLocationMapView1.class
│ │ │ ├── utils
│ │ │ │ ├── LoginJson.class
│ │ │ │ ├── YLC_BDMap_Utils.class
│ │ │ │ ├── YLC_FBHttpClient.class
│ │ │ │ ├── YLC_GETQQINFO.class
│ │ │ │ ├── YLC_GETQQWEIBOINFO.class
│ │ │ │ ├── YLC_HttpClient.class
│ │ │ │ └── YLC_SaveUserInfo.class
│ │ │ ├── variable
│ │ │ │ └── LoginInfo.class
│ │ │ └── yourlifecircle
│ │ │ ├── BuildConfig.class
│ │ │ ├── Manifest$permission.class
│ │ │ ├── Manifest.class
│ │ │ ├── MyLocationMapView.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$string.class
│ │ │ ├── R$style.class
│ │ │ ├── R.class
│ │ │ ├── YLC_APPLICATION$MyMKGeneralListener.class
│ │ │ ├── YLC_APPLICATION.class
│ │ │ ├── YLC_AboutUS$MyAboutusAdapter.class
│ │ │ ├── YLC_AboutUS$ViewHolderOfaboutus.class
│ │ │ ├── YLC_AboutUS.class
│ │ │ ├── YLC_BusLine$1.class
│ │ │ ├── YLC_BusLine$2.class
│ │ │ ├── YLC_BusLine$3.class
│ │ │ ├── YLC_BusLine$4.class
│ │ │ ├── YLC_BusLine$5.class
│ │ │ ├── YLC_BusLine$6.class
│ │ │ ├── YLC_BusLine.class
│ │ │ ├── YLC_CustomRouteOverlay.class
│ │ │ ├── YLC_GeoCoder$1.class
│ │ │ ├── YLC_GeoCoder$2.class
│ │ │ ├── YLC_GeoCoder.class
│ │ │ ├── YLC_Main$1.class
│ │ │ ├── YLC_Main$2.class
│ │ │ ├── YLC_Main$BaseUiListener$1.class
│ │ │ ├── YLC_Main$BaseUiListener.class
│ │ │ ├── YLC_Main$UserInfoAdapter.class
│ │ │ ├── YLC_Main$UserInfoViewHolder.class
│ │ │ ├── YLC_Main.class
│ │ │ ├── YLC_POI_Search$1.class
│ │ │ ├── YLC_POI_Search$2.class
│ │ │ ├── YLC_POI_Search.class
│ │ │ ├── YLC_PoiOverlay.class
│ │ │ ├── YLC_RoutePlan$1.class
│ │ │ ├── YLC_RoutePlan$2.class
│ │ │ ├── YLC_RoutePlan$3.class
│ │ │ ├── YLC_RoutePlan$4.class
│ │ │ ├── YLC_RoutePlan$5.class
│ │ │ ├── YLC_RoutePlan$6.class
│ │ │ ├── YLC_RoutePlan$7.class
│ │ │ ├── YLC_RoutePlan.class
│ │ │ ├── YLC_SelfLocation$1.class
│ │ │ ├── YLC_SelfLocation$2.class
│ │ │ ├── YLC_SelfLocation$3.class
│ │ │ ├── YLC_SelfLocation$Button_Type.class
│ │ │ ├── YLC_SelfLocation$MyLocationListenner.class
│ │ │ ├── YLC_SelfLocation$locationOverlay.class
│ │ │ ├── YLC_SelfLocation.class
│ │ │ ├── YLC_Set$1.class
│ │ │ ├── YLC_Set$ViewHolder.class
│ │ │ ├── YLC_Set$Ylc_Set_Adapter.class
│ │ │ ├── YLC_Set.class
│ │ │ ├── YLC_Set_System$1.class
│ │ │ ├── YLC_Set_System$MySystemSetAdapter.class
│ │ │ ├── YLC_Set_System$ViewHolderOfSystemSet.class
│ │ │ ├── YLC_Set_System.class
│ │ │ ├── YLC_TellFriends.class
│ │ │ ├── YLC_UM_Share.class
│ │ │ ├── YLC_UseInstructions$MyIntructionAdapter.class
│ │ │ ├── YLC_UseInstructions$ViewHolderOfIntruction.class
│ │ │ ├── YLC_UseInstructions.class
│ │ │ ├── YLC_User_Feedback$1.class
│ │ │ ├── YLC_User_Feedback$ViewHolderOfUserFeedback.class
│ │ │ ├── YLC_User_Feedback$YLC_User_Feedback_Adapter.class
│ │ │ ├── YLC_User_Feedback.class
│ │ │ ├── YLC_User_SendFeedback$1.class
│ │ │ ├── YLC_User_SendFeedback.class
│ │ │ ├── YLC_YourLifeCircle$1.class
│ │ │ ├── YLC_YourLifeCircle$2.class
│ │ │ └── YLC_YourLifeCircle.class
│ │ ├── classes.dex
│ │ ├── dexedLibs
│ │ │ ├── ShareSDK-Core-a690ab2f98f32477d2d7d9727684e7ec.jar
│ │ │ ├── ShareSDK-QZone-d1e2d6292a6e0c14bf88c1150d5251b4.jar
│ │ │ ├── SocialSDK_WeiXin-ff832d35dd96d2f3ca156d305214cc21.jar
│ │ │ ├── SocialSDK_tencentWB_1-c47abe1955c2a55b9bb2eb17539ce73b.jar
│ │ │ ├── SocialSDK_tencentWB_2-16c4b5380d9c78a7695f107dcebf9602.jar
│ │ │ ├── android-support-v4-0a0eb4a9e1f64e14c600d197f1ff4adc.jar
│ │ │ ├── baidumapapi_v2_3_1-4d2ab04d3893929471a519ec10728f32.jar
│ │ │ ├── cn.sharesdk.onekeyshare-568dcb59d94e28706099e53996a6fa1f.jar
│ │ │ ├── httpmime-4.1.3-afc034c98f8fdeaa6b10bed021204bef.jar
│ │ │ ├── locSDK_3.1-ed32b91d216a93bdaea99289261f2074.jar
│ │ │ ├── mta-sdk-1.0.0-2d8d63425235a48293a4b4bb61039d04.jar
│ │ │ ├── open_sdk-6768fa4195240288b5650ba2b7c5840f.jar
│ │ │ └── umeng_social_sdk-6986b9fb206fa979b97fc742a9318a2d.jar
│ │ ├── jarlist.cache
│ │ ├── res
│ │ │ └── crunch
│ │ │ ├── drawable-hdpi
│ │ │ │ ├── button_down.png
│ │ │ │ ├── button_on.png
│ │ │ │ ├── ic_launcher.png
│ │ │ │ ├── icon_en.png
│ │ │ │ ├── icon_geo.png
│ │ │ │ ├── icon_marka.png
│ │ │ │ ├── icon_markb.png
│ │ │ │ ├── icon_markc.png
│ │ │ │ ├── icon_markd.png
│ │ │ │ ├── icon_marke.png
│ │ │ │ ├── icon_markf.png
│ │ │ │ ├── icon_markg.png
│ │ │ │ ├── icon_markh.png
│ │ │ │ ├── icon_marki.png
│ │ │ │ ├── icon_markj.png
│ │ │ │ ├── icon_st.png
│ │ │ │ ├── next_.png
│ │ │ │ ├── next_down_.png
│ │ │ │ ├── popup.png
│ │ │ │ ├── popup_down.png
│ │ │ │ ├── popup_left.png
│ │ │ │ ├── popup_middle.png
│ │ │ │ ├── popup_right.png
│ │ │ │ ├── popup_side.png
│ │ │ │ ├── pre_.png
│ │ │ │ ├── pre_down_.png
│ │ │ │ ├── qzone.png
│ │ │ │ ├── umeng_socialize_action_back_normal.png
│ │ │ │ ├── umeng_socialize_action_back_selected.png
│ │ │ │ ├── umeng_socialize_action_comment_normal.png
│ │ │ │ ├── umeng_socialize_action_comment_selected.png
│ │ │ │ ├── umeng_socialize_action_item_bg.png
│ │ │ │ ├── umeng_socialize_action_like.png
│ │ │ │ ├── umeng_socialize_action_personal_normal.png
│ │ │ │ ├── umeng_socialize_action_personal_selected.png
│ │ │ │ ├── umeng_socialize_action_share_normal.png
│ │ │ │ ├── umeng_socialize_action_share_selected.png
│ │ │ │ ├── umeng_socialize_action_unlike.png
│ │ │ │ ├── umeng_socialize_actionbar_bg.9.png
│ │ │ │ ├── umeng_socialize_at_label_bg.png
│ │ │ │ ├── umeng_socialize_at_normal.png
│ │ │ │ ├── umeng_socialize_at_search_bg.9.png
│ │ │ │ ├── umeng_socialize_at_selected.png
│ │ │ │ ├── umeng_socialize_bind_bg.9.png
│ │ │ │ ├── umeng_socialize_bind_select_bg.png
│ │ │ │ ├── umeng_socialize_button_blue.9.png
│ │ │ │ ├── umeng_socialize_button_grey.9.png
│ │ │ │ ├── umeng_socialize_button_login_normal.png
│ │ │ │ ├── umeng_socialize_button_login_pressed.png
│ │ │ │ ├── umeng_socialize_button_red.9.png
│ │ │ │ ├── umeng_socialize_button_white.9.png
│ │ │ │ ├── umeng_socialize_checked.png
│ │ │ │ ├── umeng_socialize_comment_bg.png
│ │ │ │ ├── umeng_socialize_comment_normal.png
│ │ │ │ ├── umeng_socialize_comment_selected.png
│ │ │ │ ├── umeng_socialize_default_avatar.png
│ │ │ │ ├── umeng_socialize_divider_line.png
│ │ │ │ ├── umeng_socialize_douban_off.png
│ │ │ │ ├── umeng_socialize_douban_on.png
│ │ │ │ ├── umeng_socialize_facebook.png
│ │ │ │ ├── umeng_socialize_facebook_close.png
│ │ │ │ ├── umeng_socialize_facebook_off.png
│ │ │ │ ├── umeng_socialize_fetch_image.png
│ │ │ │ ├── umeng_socialize_fetch_image_disabled.png
│ │ │ │ ├── umeng_socialize_fetch_location.png
│ │ │ │ ├── umeng_socialize_fetch_location_disabled.png
│ │ │ │ ├── umeng_socialize_follow_off.png
│ │ │ │ ├── umeng_socialize_follow_on.png
│ │ │ │ ├── umeng_socialize_gmail.png
│ │ │ │ ├── umeng_socialize_gmail_off.png
│ │ │ │ ├── umeng_socialize_google.png
│ │ │ │ ├── umeng_socialize_google_off.png
│ │ │ │ ├── umeng_socialize_input_bar.png
│ │ │ │ ├── umeng_socialize_light_bar_bg.9.png
│ │ │ │ ├── umeng_socialize_location_grey.png
│ │ │ │ ├── umeng_socialize_location_ic.png
│ │ │ │ ├── umeng_socialize_location_mark.png
│ │ │ │ ├── umeng_socialize_location_off.png
│ │ │ │ ├── umeng_socialize_location_on.png
│ │ │ │ ├── umeng_socialize_nav_bar_bg.png
│ │ │ │ ├── umeng_socialize_oauth_check_off.png
│ │ │ │ ├── umeng_socialize_oauth_check_on.png
│ │ │ │ ├── umeng_socialize_pulltorefresh_arrow.png
│ │ │ │ ├── umeng_socialize_pv.png
│ │ │ │ ├── umeng_socialize_qq_login.png
│ │ │ │ ├── umeng_socialize_qq_off.png
│ │ │ │ ├── umeng_socialize_qq_on.png
│ │ │ │ ├── umeng_socialize_qzone_off.png
│ │ │ │ ├── umeng_socialize_qzone_on.png
│ │ │ │ ├── umeng_socialize_refersh.png
│ │ │ │ ├── umeng_socialize_renren_off.png
│ │ │ │ ├── umeng_socialize_renren_on.png
│ │ │ │ ├── umeng_socialize_search_icon.png
│ │ │ │ ├── umeng_socialize_share_pic.png
│ │ │ │ ├── umeng_socialize_sina_off.png
│ │ │ │ ├── umeng_socialize_sina_on.png
│ │ │ │ ├── umeng_socialize_slate_bg.png
│ │ │ │ ├── umeng_socialize_sms.png
│ │ │ │ ├── umeng_socialize_sms_off.png
│ │ │ │ ├── umeng_socialize_title_back_bt_normal.png
│ │ │ │ ├── umeng_socialize_title_back_bt_selected.png
│ │ │ │ ├── umeng_socialize_title_right_bt_normal.png
│ │ │ │ ├── umeng_socialize_title_right_bt_selected.png
│ │ │ │ ├── umeng_socialize_title_tab_left_normal.png
│ │ │ │ ├── umeng_socialize_title_tab_left_pressed.png
│ │ │ │ ├── umeng_socialize_title_tab_right_normal.png
│ │ │ │ ├── umeng_socialize_title_tab_right_pressed.png
│ │ │ │ ├── umeng_socialize_twitter.png
│ │ │ │ ├── umeng_socialize_twitter_off.png
│ │ │ │ ├── umeng_socialize_tx_off.png
│ │ │ │ ├── umeng_socialize_tx_on.png
│ │ │ │ ├── umeng_socialize_ucenter_hbg.png
│ │ │ │ ├── umeng_socialize_wechat.png
│ │ │ │ ├── umeng_socialize_wechat_gray.png
│ │ │ │ ├── umeng_socialize_wxcircle.png
│ │ │ │ ├── umeng_socialize_wxcircle_gray.png
│ │ │ │ ├── umeng_socialize_x_button.png
│ │ │ │ ├── ylc_checked.png
│ │ │ │ ├── ylc_direction_normal.png
│ │ │ │ ├── ylc_location.png
│ │ │ │ ├── ylc_location_focus.png
│ │ │ │ ├── ylc_service.png
│ │ │ │ ├── ylc_service_focus.png
│ │ │ │ ├── ylc_set.png
│ │ │ │ ├── ylc_set_aboutus.png
│ │ │ │ ├── ylc_set_feedback.png
│ │ │ │ ├── ylc_set_help.png
│ │ │ │ ├── ylc_set_hover.png
│ │ │ │ ├── ylc_set_power.png
│ │ │ │ ├── ylc_set_tellfriend.png
│ │ │ │ └── ylc_unchecked.png
│ │ │ ├── drawable-mdpi
│ │ │ │ ├── ic_launcher.png
│ │ │ │ ├── ylc_location.png
│ │ │ │ ├── ylc_location_focus.png
│ │ │ │ ├── ylc_service.png
│ │ │ │ ├── ylc_service_focus.png
│ │ │ │ ├── ylc_set.png
│ │ │ │ └── ylc_set_hover.png
│ │ │ ├── drawable-xhdpi
│ │ │ │ ├── ic_launcher.png
│ │ │ │ ├── umeng_socialize_switchbutton_bottom.png
│ │ │ │ ├── umeng_socialize_switchbutton_btn_pressed.png
│ │ │ │ ├── umeng_socialize_switchbutton_btn_unpressed.png
│ │ │ │ ├── umeng_socialize_switchbutton_frame.png
│ │ │ │ ├── umeng_socialize_switchbutton_mask.png
│ │ │ │ ├── umeng_socialize_switchimage_choose.png
│ │ │ │ └── umeng_socialize_switchimage_unchoose.png
│ │ │ └── drawable-xxhdpi
│ │ │ └── ic_launcher.png
│ │ ├── resources.ap_
│ │ └── yourlifecircle.apk
│ ├── gen
│ │ └── com
│ │ └── weiyoung
│ │ └── yourlifecircle
│ │ ├── BuildConfig.java
│ │ ├── Manifest.java
│ │ └── R.java
│ ├── ic_launcher-web.png
│ ├── libs
│ │ ├── ShareSDK-Core.jar
│ │ ├── ShareSDK-QZone.jar
│ │ ├── SocialSDK_WeiXin.jar
│ │ ├── SocialSDK_tencentWB_1.jar
│ │ ├── SocialSDK_tencentWB_2.jar
│ │ ├── android-support-v4.jar
│ │ ├── armeabi
│ │ │ ├── libBaiduMapSDK_v2_3_1.so
│ │ │ └── liblocSDK3.so
│ │ ├── baidumapapi_v2_3_1.jar
│ │ ├── cn.sharesdk.onekeyshare.jar
│ │ ├── httpmime-4.1.3.jar
│ │ ├── locSDK_3.1.jar
│ │ ├── mta-sdk-1.0.0.jar
│ │ ├── open_sdk.jar
│ │ └── umeng_social_sdk.jar
│ ├── proguard-project.txt
│ ├── project.properties
│ ├── res
│ │ ├── anim
│ │ │ ├── umeng_socialize_fade_in.xml
│ │ │ ├── umeng_socialize_fade_out.xml
│ │ │ ├── umeng_socialize_shareboard_animation_in.xml
│ │ │ ├── umeng_socialize_shareboard_animation_out.xml
│ │ │ ├── umeng_socialize_slide_in_from_bottom.xml
│ │ │ └── umeng_socialize_slide_out_from_bottom.xml
│ │ ├── drawable-hdpi
│ │ │ ├── button_down.png
│ │ │ ├── button_on.png
│ │ │ ├── button_style.xml
│ │ │ ├── ic_launcher.png
│ │ │ ├── icon_en.png
│ │ │ ├── icon_geo.png
│ │ │ ├── icon_marka.png
│ │ │ ├── icon_markb.png
│ │ │ ├── icon_markc.png
│ │ │ ├── icon_markd.png
│ │ │ ├── icon_marke.png
│ │ │ ├── icon_markf.png
│ │ │ ├── icon_markg.png
│ │ │ ├── icon_markh.png
│ │ │ ├── icon_marki.png
│ │ │ ├── icon_markj.png
│ │ │ ├── icon_st.png
│ │ │ ├── next_.png
│ │ │ ├── next_down_.png
│ │ │ ├── popup.png
│ │ │ ├── popup_down.png
│ │ │ ├── popup_left.png
│ │ │ ├── popup_middle.png
│ │ │ ├── popup_right.png
│ │ │ ├── popup_side.png
│ │ │ ├── pre_.png
│ │ │ ├── pre_down_.png
│ │ │ ├── qzone.png
│ │ │ ├── umeng_socialize_action_back.xml
│ │ │ ├── umeng_socialize_action_back_normal.png
│ │ │ ├── umeng_socialize_action_back_selected.png
│ │ │ ├── umeng_socialize_action_comment_normal.png
│ │ │ ├── umeng_socialize_action_comment_selected.png
│ │ │ ├── umeng_socialize_action_item_bg.png
│ │ │ ├── umeng_socialize_action_like.png
│ │ │ ├── umeng_socialize_action_personal_icon.xml
│ │ │ ├── umeng_socialize_action_personal_normal.png
│ │ │ ├── umeng_socialize_action_personal_selected.png
│ │ │ ├── umeng_socialize_action_share_icon.xml
│ │ │ ├── umeng_socialize_action_share_normal.png
│ │ │ ├── umeng_socialize_action_share_selected.png
│ │ │ ├── umeng_socialize_action_unlike.png
│ │ │ ├── umeng_socialize_actionbar_bg.9.png
│ │ │ ├── umeng_socialize_at_button.xml
│ │ │ ├── umeng_socialize_at_label_bg.png
│ │ │ ├── umeng_socialize_at_normal.png
│ │ │ ├── umeng_socialize_at_search_bg.9.png
│ │ │ ├── umeng_socialize_at_selected.png
│ │ │ ├── umeng_socialize_bind_bg.9.png
│ │ │ ├── umeng_socialize_bind_bt.xml
│ │ │ ├── umeng_socialize_bind_select_bg.png
│ │ │ ├── umeng_socialize_button_blue.9.png
│ │ │ ├── umeng_socialize_button_grey.9.png
│ │ │ ├── umeng_socialize_button_grey_blue.xml
│ │ │ ├── umeng_socialize_button_login.xml
│ │ │ ├── umeng_socialize_button_login_normal.png
│ │ │ ├── umeng_socialize_button_login_pressed.png
│ │ │ ├── umeng_socialize_button_red.9.png
│ │ │ ├── umeng_socialize_button_red_blue.xml
│ │ │ ├── umeng_socialize_button_white.9.png
│ │ │ ├── umeng_socialize_button_white_blue.xml
│ │ │ ├── umeng_socialize_checked.png
│ │ │ ├── umeng_socialize_comment_bg.png
│ │ │ ├── umeng_socialize_comment_icon.xml
│ │ │ ├── umeng_socialize_comment_item_bg_shape.xml
│ │ │ ├── umeng_socialize_comment_normal.png
│ │ │ ├── umeng_socialize_comment_selected.png
│ │ │ ├── umeng_socialize_commnet_header_bg.xml
│ │ │ ├── umeng_socialize_default_avatar.png
│ │ │ ├── umeng_socialize_divider_line.png
│ │ │ ├── umeng_socialize_douban_off.png
│ │ │ ├── umeng_socialize_douban_on.png
│ │ │ ├── umeng_socialize_facebook.png
│ │ │ ├── umeng_socialize_facebook_close.png
│ │ │ ├── umeng_socialize_facebook_off.png
│ │ │ ├── umeng_socialize_fetch_image.png
│ │ │ ├── umeng_socialize_fetch_image_disabled.png
│ │ │ ├── umeng_socialize_fetch_location.png
│ │ │ ├── umeng_socialize_fetch_location_disabled.png
│ │ │ ├── umeng_socialize_follow_check.xml
│ │ │ ├── umeng_socialize_follow_off.png
│ │ │ ├── umeng_socialize_follow_on.png
│ │ │ ├── umeng_socialize_gmail.png
│ │ │ ├── umeng_socialize_gmail_off.png
│ │ │ ├── umeng_socialize_google.png
│ │ │ ├── umeng_socialize_google_off.png
│ │ │ ├── umeng_socialize_input_bar.png
│ │ │ ├── umeng_socialize_light_bar_bg.9.png
│ │ │ ├── umeng_socialize_location_grey.png
│ │ │ ├── umeng_socialize_location_ic.png
│ │ │ ├── umeng_socialize_location_mark.png
│ │ │ ├── umeng_socialize_location_off.png
│ │ │ ├── umeng_socialize_location_on.png
│ │ │ ├── umeng_socialize_nav_bar_bg.png
│ │ │ ├── umeng_socialize_oauth_check.xml
│ │ │ ├── umeng_socialize_oauth_check_off.png
│ │ │ ├── umeng_socialize_oauth_check_on.png
│ │ │ ├── umeng_socialize_pulltorefresh_arrow.png
│ │ │ ├── umeng_socialize_pv.png
│ │ │ ├── umeng_socialize_qq_login.png
│ │ │ ├── umeng_socialize_qq_off.png
│ │ │ ├── umeng_socialize_qq_on.png
│ │ │ ├── umeng_socialize_qzone_off.png
│ │ │ ├── umeng_socialize_qzone_on.png
│ │ │ ├── umeng_socialize_refersh.png
│ │ │ ├── umeng_socialize_renren_off.png
│ │ │ ├── umeng_socialize_renren_on.png
│ │ │ ├── umeng_socialize_search_icon.png
│ │ │ ├── umeng_socialize_shape_bt.xml
│ │ │ ├── umeng_socialize_shape_cyan.xml
│ │ │ ├── umeng_socialize_shape_hollow_grey.xml
│ │ │ ├── umeng_socialize_shape_red.xml
│ │ │ ├── umeng_socialize_shape_solid_black.xml
│ │ │ ├── umeng_socialize_shape_solid_grey.xml
│ │ │ ├── umeng_socialize_shape_yellow.xml
│ │ │ ├── umeng_socialize_share_pic.png
│ │ │ ├── umeng_socialize_share_to_button.xml
│ │ │ ├── umeng_socialize_share_transparent_corner.xml
│ │ │ ├── umeng_socialize_shareboard_item_background.xml
│ │ │ ├── umeng_socialize_sidebar_normal.xml
│ │ │ ├── umeng_socialize_sidebar_selected.xml
│ │ │ ├── umeng_socialize_sidebar_selector.xml
│ │ │ ├── umeng_socialize_sina_off.png
│ │ │ ├── umeng_socialize_sina_on.png
│ │ │ ├── umeng_socialize_slate_bg.png
│ │ │ ├── umeng_socialize_sms.png
│ │ │ ├── umeng_socialize_sms_off.png
│ │ │ ├── umeng_socialize_title_back_bt.xml
│ │ │ ├── umeng_socialize_title_back_bt_normal.png
│ │ │ ├── umeng_socialize_title_back_bt_selected.png
│ │ │ ├── umeng_socialize_title_right_bt.xml
│ │ │ ├── umeng_socialize_title_right_bt_normal.png
│ │ │ ├── umeng_socialize_title_right_bt_selected.png
│ │ │ ├── umeng_socialize_title_tab_button_left.xml
│ │ │ ├── umeng_socialize_title_tab_button_right.xml
│ │ │ ├── umeng_socialize_title_tab_left_normal.png
│ │ │ ├── umeng_socialize_title_tab_left_pressed.png
│ │ │ ├── umeng_socialize_title_tab_right_normal.png
│ │ │ ├── umeng_socialize_title_tab_right_pressed.png
│ │ │ ├── umeng_socialize_twitter.png
│ │ │ ├── umeng_socialize_twitter_off.png
│ │ │ ├── umeng_socialize_tx_off.png
│ │ │ ├── umeng_socialize_tx_on.png
│ │ │ ├── umeng_socialize_ucenter_hbg.png
│ │ │ ├── umeng_socialize_wechat.png
│ │ │ ├── umeng_socialize_wechat_gray.png
│ │ │ ├── umeng_socialize_window_shadow_pad.xml
│ │ │ ├── umeng_socialize_wxcircle.png
│ │ │ ├── umeng_socialize_wxcircle_gray.png
│ │ │ ├── umeng_socialize_x_button.png
│ │ │ ├── ylc_checked.png
│ │ │ ├── ylc_direction_normal.png
│ │ │ ├── ylc_location.png
│ │ │ ├── ylc_location_focus.png
│ │ │ ├── ylc_service.png
│ │ │ ├── ylc_service_focus.png
│ │ │ ├── ylc_set.png
│ │ │ ├── ylc_set_aboutus.png
│ │ │ ├── ylc_set_feedback.png
│ │ │ ├── ylc_set_help.png
│ │ │ ├── ylc_set_hover.png
│ │ │ ├── ylc_set_power.png
│ │ │ ├── ylc_set_tellfriend.png
│ │ │ └── ylc_unchecked.png
│ │ ├── drawable-mdpi
│ │ │ ├── ic_launcher.png
│ │ │ ├── ylc_location.png
│ │ │ ├── ylc_location_focus.png
│ │ │ ├── ylc_service.png
│ │ │ ├── ylc_service_focus.png
│ │ │ ├── ylc_set.png
│ │ │ └── ylc_set_hover.png
│ │ ├── drawable-xhdpi
│ │ │ ├── ic_launcher.png
│ │ │ ├── umeng_socialize_switchbutton_bottom.png
│ │ │ ├── umeng_socialize_switchbutton_btn_pressed.png
│ │ │ ├── umeng_socialize_switchbutton_btn_unpressed.png
│ │ │ ├── umeng_socialize_switchbutton_frame.png
│ │ │ ├── umeng_socialize_switchbutton_mask.png
│ │ │ ├── umeng_socialize_switchimage_choose.png
│ │ │ └── umeng_socialize_switchimage_unchoose.png
│ │ ├── drawable-xxhdpi
│ │ │ └── ic_launcher.png
│ │ ├── layout
│ │ │ ├── activity_location_overlay_demo_test.xml
│ │ │ ├── activity_ylc__bus_line.xml
│ │ │ ├── activity_ylc__main.xml
│ │ │ ├── activity_ylc__poi__search.xml
│ │ │ ├── activity_ylc__route_plan.xml
│ │ │ ├── activity_ylc__tell_friends.xml
│ │ │ ├── activity_ylc_about_us.xml
│ │ │ ├── activity_ylc_custom_route_overlay.xml
│ │ │ ├── activity_ylc_geo_coder.xml
│ │ │ ├── activity_ylc_main_bottom.xml
│ │ │ ├── activity_ylc_main_head.xml
│ │ │ ├── activity_ylc_self_location.xml
│ │ │ ├── activity_ylc_set.xml
│ │ │ ├── activity_ylc_set_item.xml
│ │ │ ├── activity_ylc_set_system.xml
│ │ │ ├── activity_ylc_set_system_item.xml
│ │ │ ├── activity_ylc_um_share.xml
│ │ │ ├── activity_ylc_use_instructions.xml
│ │ │ ├── activity_ylc_user_feedback.xml
│ │ │ ├── activity_ylc_user_feedback_item.xml
│ │ │ ├── activity_ylc_user_send_feedback.xml
│ │ │ ├── activity_ylc_userinfo.xml
│ │ │ ├── activity_ylc_your_life_circle.xml
│ │ │ ├── umeng_socialize_actionbar.xml
│ │ │ ├── umeng_socialize_at_item.xml
│ │ │ ├── umeng_socialize_at_overlay.xml
│ │ │ ├── umeng_socialize_at_view.xml
│ │ │ ├── umeng_socialize_base_alert_dialog.xml
│ │ │ ├── umeng_socialize_base_alert_dialog_button.xml
│ │ │ ├── umeng_socialize_bind_select_dialog.xml
│ │ │ ├── umeng_socialize_comment_content.xml
│ │ │ ├── umeng_socialize_comment_detail.xml
│ │ │ ├── umeng_socialize_comment_detail_nomap.xml
│ │ │ ├── umeng_socialize_comment_item.xml
│ │ │ ├── umeng_socialize_comment_more.xml
│ │ │ ├── umeng_socialize_comment_view.xml
│ │ │ ├── umeng_socialize_composer_header.xml
│ │ │ ├── umeng_socialize_failed_load_page.xml
│ │ │ ├── umeng_socialize_full_alert_dialog.xml
│ │ │ ├── umeng_socialize_full_alert_dialog_item.xml
│ │ │ ├── umeng_socialize_full_curtain.xml
│ │ │ ├── umeng_socialize_oauth_dialog.xml
│ │ │ ├── umeng_socialize_post_comment.xml
│ │ │ ├── umeng_socialize_post_comment_platform.xml
│ │ │ ├── umeng_socialize_post_share.xml
│ │ │ ├── umeng_socialize_pull_to_refresh_header.xml
│ │ │ ├── umeng_socialize_shareboard_item.xml
│ │ │ ├── umeng_socialize_simple_spinner_item.xml
│ │ │ ├── umeng_socialize_titile_bar.xml
│ │ │ ├── umeng_socialize_titile_bar_comment.xml
│ │ │ ├── umeng_socialize_ucenter.xml
│ │ │ ├── umeng_socialize_ucenter_platform_item.xml
│ │ │ ├── ylc_aboutus_item.xml
│ │ │ ├── ylc_custom_text_view.xml
│ │ │ └── ylc_intructions_item.xml
│ │ ├── menu
│ │ │ ├── location_overlay_demo_test.xml
│ │ │ ├── ylc__about_u.xml
│ │ │ ├── ylc__auth.xml
│ │ │ ├── ylc__bus_line.xml
│ │ │ ├── ylc__custom_route_overlay.xml
│ │ │ ├── ylc__geo_coder.xml
│ │ │ ├── ylc__geocoding.xml
│ │ │ ├── ylc__life_circle.xml
│ │ │ ├── ylc__locations.xml
│ │ │ ├── ylc__login.xml
│ │ │ ├── ylc__main.xml
│ │ │ ├── ylc__poi__search.xml
│ │ │ ├── ylc__poisearch.xml
│ │ │ ├── ylc__roadplan.xml
│ │ │ ├── ylc__route_plan.xml
│ │ │ ├── ylc__self_location.xml
│ │ │ ├── ylc__set.xml
│ │ │ ├── ylc__set__system.xml
│ │ │ ├── ylc__system_set.xml
│ │ │ ├── ylc__tell_friends.xml
│ │ │ ├── ylc__um__share.xml
│ │ │ ├── ylc__use_instructions.xml
│ │ │ ├── ylc__user__feedback.xml
│ │ │ ├── ylc__user__fiend.xml
│ │ │ ├── ylc__user__send_feedback.xml
│ │ │ └── ylc__your_life_circle.xml
│ │ ├── values
│ │ │ ├── ShareSDKDevInfor.xml
│ │ │ ├── dimens.xml
│ │ │ ├── strings.xml
│ │ │ ├── styles.xml
│ │ │ ├── umeng_socialize_colors.xml
│ │ │ ├── umeng_socialize_strings.xml
│ │ │ └── umeng_socialize_style.xml
│ │ ├── values-sw600dp
│ │ │ └── dimens.xml
│ │ ├── values-sw720dp-land
│ │ │ └── dimens.xml
│ │ ├── values-v11
│ │ │ └── styles.xml
│ │ └── values-v14
│ │ └── styles.xml
│ └── src
│ └── com
│ └── weiyoung
│ ├── model
│ │ ├── QQUser.java
│ │ ├── QQWBUser.java
│ │ └── YLC_USER.java
│ ├── service
│ │ └── YLC_SAVEUSERSERVICE.java
│ ├── test
│ │ └── LocationOverlayDemoTest.java
│ ├── utils
│ │ ├── LoginJson.java
│ │ ├── YLC_BDMap_Utils.java
│ │ ├── YLC_FBHttpClient.java
│ │ ├── YLC_GETQQINFO.java
│ │ ├── YLC_GETQQWEIBOINFO.java
│ │ ├── YLC_HttpClient.java
│ │ └── YLC_SaveUserInfo.java
│ ├── variable
│ │ └── LoginInfo.java
│ └── yourlifecircle
│ ├── YLC_APPLICATION.java
│ ├── YLC_AboutUS.java
│ ├── YLC_BusLine.java
│ ├── YLC_CustomRouteOverlay.java
│ ├── YLC_GeoCoder.java
│ ├── YLC_Main.java
│ ├── YLC_POI_Search.java
│ ├── YLC_PoiOverlay.java
│ ├── YLC_RoutePlan.java
│ ├── YLC_SelfLocation.java
│ ├── YLC_Set.java
│ ├── YLC_Set_System.java
│ ├── YLC_TellFriends.java
│ ├── YLC_UM_Share.java
│ ├── YLC_UseInstructions.java
│ ├── YLC_User_Feedback.java
│ ├── YLC_User_SendFeedback.java
│ └── YLC_YourLifeCircle.java
├── 本源码使用帮助.txt
└── 更多源码打包下载.url
48 directories, 600 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论