在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 利用fragmentation实现多Activity和多Fragment实现,并完美解决沉浸式状态栏

利用fragmentation实现多Activity和多Fragment实现,并完美解决沉浸式状态栏

一般编程问题

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

实例介绍

【实例简介】
利用fragmentation实现多Activity和多Fragment实现,并完美解决沉浸式状态栏
【实例截图】
【核心代码】
MyApplication
└── MyApplication
├── app
│   ├── app.iml
│   ├── build.gradle
│   ├── libs
│   │   └── nineoldandroids-2.4.0.jar
│   ├── proguard-rules.pro
│   └── src
│   ├── androidTest
│   │   └── java
│   │   └── com
│   │   └── example
│   │   └── tsm
│   │   └── myapplication
│   │   └── ExampleInstrumentedTest.java
│   ├── main
│   │   ├── AndroidManifest.xml
│   │   ├── java
│   │   │   └── com
│   │   │   └── example
│   │   │   └── tsm
│   │   │   └── myapplication
│   │   │   ├── base
│   │   │   │   ├── BaseActivity.java
│   │   │   │   ├── BaseBackFragment.java
│   │   │   │   └── BaseFragment.java
│   │   │   ├── fragment
│   │   │   │   ├── first
│   │   │   │   │   ├── First1Activity.java
│   │   │   │   │   ├── FirstTestAFragment.java
│   │   │   │   │   ├── FirstTestBFragment.java
│   │   │   │   │   ├── FirstTestCFragment.java
│   │   │   │   │   └── FirstTestDFragment.java
│   │   │   │   ├── FirstFragment.java
│   │   │   │   ├── four
│   │   │   │   │   └── Four1Fragment.java
│   │   │   │   ├── FourFragment.java
│   │   │   │   ├── MainFragment.java
│   │   │   │   ├── second
│   │   │   │   │   ├── SecondActivity.java
│   │   │   │   │   ├── SecondTestAFragment.java
│   │   │   │   │   ├── SecondTestBFragment.java
│   │   │   │   │   └── SecondTestCFragment.java
│   │   │   │   ├── SecondFragment.java
│   │   │   │   └── ThirdFragment.java
│   │   │   ├── MainActivity.java
│   │   │   ├── MyApp.java
│   │   │   ├── utils
│   │   │   │   ├── Date.java
│   │   │   │   ├── JavaDemo.java
│   │   │   │   ├── JsonUtils.java
│   │   │   │   ├── MapUtils.java
│   │   │   │   ├── StatusBarUtils.java
│   │   │   │   └── TextUtils.java
│   │   │   └── widget
│   │   │   ├── BottomBar.java
│   │   │   └── BottomBarTab.java
│   │   └── res
│   │   ├── anim
│   │   │   ├── push_right_in.xml
│   │   │   ├── push_right_out.xml
│   │   │   └── slide_out_right.xml
│   │   ├── drawable
│   │   │   ├── bg_msg_bubble.xml
│   │   │   ├── ic_launcher_background.xml
│   │   │   ├── rb_blue_bg.xml
│   │   │   └── selector_btn_red_or_gray.xml
│   │   ├── drawable-hdpi
│   │   │   ├── actionbar_home.png
│   │   │   ├── alternate.png
│   │   │   ├── arrive.png
│   │   │   ├── award_transferee_del.png
│   │   │   ├── award_transferee_edit.png
│   │   │   ├── bg.png
│   │   │   ├── bg_round.png
│   │   │   ├── bg_seal.png
│   │   │   ├── bg_travel_title_logo.png
│   │   │   ├── blizzard.png
│   │   │   ├── boarding_pass1.9.png
│   │   │   ├── call_phone_circle.png
│   │   │   ├── cancel.png
│   │   │   ├── cb_checked.png
│   │   │   ├── cb_unchecked.png
│   │   │   ├── checkin_success.png
│   │   │   ├── circle_icon.png
│   │   │   ├── cloudy.png
│   │   │   ├── companion_card_child.png
│   │   │   ├── companion_card_common.png
│   │   │   ├── default_big_branch.jpg
│   │   │   ├── delay.png
│   │   │   ├── diliverline.png
│   │   │   ├── downpour.png
│   │   │   ├── drizzle.png
│   │   │   ├── dustbin.png
│   │   │   ├── dynamic_focus.png
│   │   │   ├── exit.png
│   │   │   ├── fly.png
│   │   │   ├── foggy.png
│   │   │   ├── gloomy.png
│   │   │   ├── gold.png
│   │   │   ├── heavysnow.png
│   │   │   ├── ic_bg_order_list_mor.9.png
│   │   │   ├── ic_bg_order_list_one.9.png
│   │   │   ├── ic_business_class_discount.jpg
│   │   │   ├── ic_business_class_discount_lt.jpg
│   │   │   ├── ic_business_class_full.jpg
│   │   │   ├── ic_business_class_full_lt.jpg
│   │   │   ├── ic_calendar.png
│   │   │   ├── ic_check.png
│   │   │   ├── ic_circle_gray.png
│   │   │   ├── ic_circle_red.png
│   │   │   ├── ic_dinner.jpg
│   │   │   ├── ic_economy_class.jpg
│   │   │   ├── ic_economy_class_lt.jpg
│   │   │   ├── ic_first_class.jpg
│   │   │   ├── ic_first_class_lt.jpg
│   │   │   ├── ic_first_class_luxurious.jpg
│   │   │   ├── ic_first_class_luxurious_lt.jpg
│   │   │   ├── ic_icon.png
│   │   │   ├── ic_icon_right.png
│   │   │   ├── ic_launcher.png
│   │   │   ├── icon_actionbar_add.png
│   │   │   ├── icon_arrow.png
│   │   │   ├── icon_card_plane.png
│   │   │   ├── icon_membership.png
│   │   │   ├── icon_red_yaoyiyao.png
│   │   │   ├── ic_pay_online_bank.png
│   │   │   ├── ic_pay_visa.png
│   │   │   ├── ic_pay_visa_right.png
│   │   │   ├── ic_pay_weixin.png
│   │   │   ├── ic_pay_zhifubao.png
│   │   │   ├── ic_search.png
│   │   │   ├── ic_start_end.png
│   │   │   ├── ic_stop.png
│   │   │   ├── ic_travel_item.png
│   │   │   ├── img_gift.png
│   │   │   ├── img_nogift.png
│   │   │   ├── info_board_bg.png
│   │   │   ├── iv_home_default_background.jpg
│   │   │   ├── iv_huawen_bottom.png
│   │   │   ├── iv_huawen_top.png
│   │   │   ├── iv_lifetime_platinum_cn.png
│   │   │   ├── iv_lifetime_platinum_jp.png
│   │   │   ├── iv_lifetime_platinum_us.png
│   │   │   ├── iv_shengji_left.png
│   │   │   ├── iv_shengji_right.png
│   │   │   ├── lifetime.png
│   │   │   ├── line.png
│   │   │   ├── line_stop.png
│   │   │   ├── littlesnow.png
│   │   │   ├── message_point.png
│   │   │   ├── middlerain.png
│   │   │   ├── middlesnow.png
│   │   │   ├── not_select.png
│   │   │   ├── nx_gold.png
│   │   │   ├── nx_platinum.png
│   │   │   ├── partners.png
│   │   │   ├── personphone.png
│   │   │   ├── photo.png
│   │   │   ├── plan.png
│   │   │   ├── platinum.png
│   │   │   ├── push.png
│   │   │   ├── push_small.png
│   │   │   ├── rbtn_blue_sel.png
│   │   │   ├── rbtn_gray_nor.png
│   │   │   ├── rfcardbg.png
│   │   │   ├── rf_history_bg.png
│   │   │   ├── sandstorm.png
│   │   │   ├── seat_null.png
│   │   │   ├── selected.png
│   │   │   ├── select_not_commit.png
│   │   │   ├── server_select.png
│   │   │   ├── sleet.png
│   │   │   ├── small_flight_status_bg.png
│   │   │   ├── star_empty.png
│   │   │   ├── star_full.png
│   │   │   ├── stopover_us.png
│   │   │   ├── storm.png
│   │   │   ├── stormywind.png
│   │   │   ├── sunny.png
│   │   │   ├── thunderyshower.png
│   │   │   ├── wumai_weather.png
│   │   │   ├── zh_gold.png
│   │   │   ├── zh_lifetime.png
│   │   │   └── zh_platinum.png
│   │   ├── drawable-ldpi
│   │   │   ├── ic_icon.png
│   │   │   ├── ic_icon_right.png
│   │   │   ├── push.png
│   │   │   └── push_small.png
│   │   ├── drawable-mdpi
│   │   │   ├── ic_icon.png
│   │   │   ├── ic_icon_right.png
│   │   │   ├── push.png
│   │   │   └── push_small.png
│   │   ├── drawable-v24
│   │   │   └── ic_launcher_foreground.xml
│   │   ├── drawable-xhdpi
│   │   │   ├── actionbar_back.png
│   │   │   ├── actionbar_home.png
│   │   │   ├── actionbar_shadow_up.9.png
│   │   │   ├── add_cardno.png
│   │   │   ├── add_foreign_info.png
│   │   │   ├── air_transport_bus.png
│   │   │   ├── air_transport_line.png
│   │   │   ├── air_transport.png
│   │   │   ├── air_transport_train.png
│   │   │   ├── amap_blue_icon.png
│   │   │   ├── amap_red_icon.png
│   │   │   ├── award_transferee_del.png
│   │   │   ├── award_transferee_edit.png
│   │   │   ├── bank_card_cerser.png
│   │   │   ├── bd_ocr_cancel.png
│   │   │   ├── bd_ocr_confirm.png
│   │   │   ├── bd_ocr_gallery.png
│   │   │   ├── bd_ocr_hint_align_bank_card.png
│   │   │   ├── bd_ocr_hint_align_id_card.png
│   │   │   ├── bd_ocr_id_card_locator_back.png
│   │   │   ├── bd_ocr_id_card_locator_front.png
│   │   │   ├── bd_ocr_light_off.png
│   │   │   ├── bd_ocr_light_on.png
│   │   │   ├── bd_ocr_rotate.png
│   │   │   ├── bd_ocr_round_corner.xml
│   │   │   ├── bd_ocr_take_photo_highlight.png
│   │   │   ├── bd_ocr_take_photo_normal.png
│   │   │   ├── bd_ocr_take_photo_selector.xml
│   │   │   ├── bg_activity_list.png
│   │   │   ├── bg_calendar_toady_signed.png
│   │   │   ├── bg_jiao_ya.png
│   │   │   ├── bg_mileage_detail_line.png
│   │   │   ├── bg_mileage_detail.png
│   │   │   ├── bg_seal.png
│   │   │   ├── bg_sign_signed.png
│   │   │   ├── bg_sign_unsign.png
│   │   │   ├── bg_text_receive.9.png
│   │   │   ├── bg_text_send.9.png
│   │   │   ├── bg_travel_select_result.9.png
│   │   │   ├── bg_travel_title_logo.png
│   │   │   ├── blue_phone_call.png
│   │   │   ├── board_pass_logo.png
│   │   │   ├── board_time_waiting.png
│   │   │   ├── btn_tarvel_5_disable.png
│   │   │   ├── btn_tarvel_8_disable.png
│   │   │   ├── calender.png
│   │   │   ├── call_phone_circle.png
│   │   │   ├── cancel_focus.png
│   │   │   ├── ca_silver.png
│   │   │   ├── cb_addr_check.png
│   │   │   ├── cb_addr_unchecked.png
│   │   │   ├── cb_checked.png
│   │   │   ├── cb_unchecked.png
│   │   │   ├── cg.png
│   │   │   ├── chairs.png
│   │   │   ├── change.png
│   │   │   ├── choose_seat.png
│   │   │   ├── choose_seat_point.png
│   │   │   ├── choose_seat_sure_btn_bg.png
│   │   │   ├── circle_icon.png
│   │   │   ├── delete_round.png
│   │   │   ├── dialog_back.png
│   │   │   ├── dialog_notice_bg.png
│   │   │   ├── dustbin.png
│   │   │   ├── dynamic_status.png
│   │   │   ├── edit_perseon_info.png
│   │   │   ├── expired_cn.png
│   │   │   ├── expired_en.png
│   │   │   ├── expired_fujia.png
│   │   │   ├── expired_jipiao.png
│   │   │   ├── expired_jp.png
│   │   │   ├── expired_tongyong.png
│   │   │   ├── fee_chair.png
│   │   │   ├── flight_big.png
│   │   │   ├── flight_lap.png
│   │   │   ├── flight_lap_small.png
│   │   │   ├── flight_plane.png
│   │   │   ├── focus.png
│   │   │   ├── fujia.png
│   │   │   ├── gif_panda.gif
│   │   │   ├── gridview_email.png
│   │   │   ├── gridview_friend.png
│   │   │   ├── gridview_message.png
│   │   │   ├── gridview_sina.png
│   │   │   ├── gridview_weixin.png
│   │   │   ├── ic_account_circle_white_24dp.png
│   │   │   ├── ic_actionbar_refresh.png
│   │   │   ├── ic_add_bank_card_front.png
│   │   │   ├── ic_add_id_card_back.png
│   │   │   ├── ic_add_id_card_front.png
│   │   │   ├── ic_add_image.png
│   │   │   ├── ic_airline.png
│   │   │   ├── ic_air_logo.png
│   │   │   ├── ic_arrival.png
│   │   │   ├── ic_arrow_back_white_24dp.png
│   │   │   ├── ic_arrow_b.png
│   │   │   ├── ic_arrow_l.png
│   │   │   ├── ic_arrow_white_d.png
│   │   │   ├── ic_arrow_white_u.png
│   │   │   ├── ic_blue_arrow_b.png
│   │   │   ├── ic_blue_arrow_d_s.png
│   │   │   ├── ic_blue_arrow_l.png
│   │   │   ├── ic_blue_arrow_l_s.png
│   │   │   ├── ic_blue_arrow_l_ss.png
│   │   │   ├── ic_blue_arrow_r.png
│   │   │   ├── ic_blue_arrow_t.png
│   │   │   ├── ic_calendar.png
│   │   │   ├── ic_cancel.png
│   │   │   ├── ic_canshi.png
│   │   │   ├── ic_chejiesong.png
│   │   │   ├── ic_circle_gray.png
│   │   │   ├── ic_circle_red.png
│   │   │   ├── ic_cishu.png
│   │   │   ├── ic_close.png
│   │   │   ├── ic_compensation_add.png
│   │   │   ├── ic_contact.png
│   │   │   ├── ic_coupon.png
│   │   │   ├── ic_depart.png
│   │   │   ├── ic_dikong.png
│   │   │   ├── ic_discover_white_24dp.png
│   │   │   ├── ic_feibotong.png
│   │   │   ├── ic_fenghuang_logo.png
│   │   │   ├── ic_fhzy_huodong.png
│   │   │   ├── ic_fhzy_jiangli.png
│   │   │   ├── ic_fhzy_licheng.png
│   │   │   ├── ic_fhzy_more.png
│   │   │   ├── ic_fhzy_shanghu.png
│   │   │   ├── ic_fhzy_zhanghu.png
│   │   │   ├── ic_find_shake.png
│   │   │   ├── ic_flight_model_319.png
│   │   │   ├── ic_flight_model_320.png
│   │   │   ├── ic_flight_model_321.png
│   │   │   ├── ic_flight_model_330.png
│   │   │   ├── ic_flight_model_737.png
│   │   │   ├── ic_flight_model_747.png
│   │   │   ├── ic_flight_model_757.png
│   │   │   ├── ic_flight_model_767.png
│   │   │   ├── ic_flight_model_777.png
│   │   │   ├── ic_flight_model_787.png
│   │   │   ├── ic_fufeixingli.png
│   │   │   ├── ic_fun_none.png
│   │   │   ├── ic_fun.png
│   │   │   ├── ic_gaiqi.png
│   │   │   ├── ic_go_back_nor.png
│   │   │   ├── ic_go_back_sel.png
│   │   │   ├── ic_gonggao.png
│   │   │   ├── ic_hangbandongtai.png
│   │   │   ├── ic_home_change.png
│   │   │   ├── ic_home_checkin.png
│   │   │   ├── ic_home_dynamic.png
│   │   │   ├── ic_home_flight.png
│   │   │   ├── ic_home_free.png
│   │   │   ├── ic_home_notic_new.png
│   │   │   ├── ic_home_notic.png
│   │   │   ├── ic_home_phone.png
│   │   │   ├── ic_home_phone_red.png
│   │   │   ├── ic_home_service.png
│   │   │   ├── ic_icon.png
│   │   │   ├── ic_icon_right.png
│   │   │   ├── ic_img_line_v.png
│   │   │   ├── ic_in_arrival.png
│   │   │   ├── ic_in_flight.png
│   │   │   ├── ic_insurance.png
│   │   │   ├── ic_item_del.png
│   │   │   ├── ic_jilu.png
│   │   │   ├── ic_logo.png
│   │   │   ├── ic_merchants_bank.png
│   │   │   ├── ic_message_white_24dp.png
│   │   │   ├── ic_microphone.png
│   │   │   ├── ic_multi.png
│   │   │   ├── ic_net_none.png
│   │   │   ├── ic_net.png
│   │   │   ├── ic_notice_close.png
│   │   │   ├── icon_a350.png
│   │   │   ├── icon_a359.png
│   │   │   ├── icon_account_hand_new.png
│   │   │   ├── icon_account_hand.png
│   │   │   ├── icon_ac.png
│   │   │   ├── icon_activity_list.png
│   │   │   ├── icon_add_gray.png
│   │   │   ├── icon_address_choose.png
│   │   │   ├── icon_adria_airlines.png
│   │   │   ├── icon_aegean_airlines.png
│   │   │   ├── icon_air_india.png
│   │   │   ├── icon_airport_parking.png
│   │   │   ├── icon_air_transport.png
│   │   │   ├── icon_america_address.png
│   │   │   ├── icon_arrow.png
│   │   │   ├── icon_attention.png
│   │   │   ├── icon_avianca_brazil.png
│   │   │   ├── icon_bb.png
│   │   │   ├── icon_blue_arrow.png
│   │   │   ├── icon_blue_seat.png
│   │   │   ├── icon_bob.png
│   │   │   ├── icon_bocm.png
│   │   │   ├── icon_brussels_airlines.png
│   │   │   ├── icon_camral.png
│   │   │   ├── icon_card_gold.png
│   │   │   ├── icon_card_junior.png
│   │   │   ├── icon_card_lifetime_platinum.png
│   │   │   ├── icon_card_name.png
│   │   │   ├── icon_card_normal.png
│   │   │   ├── icon_card_platinum.png
│   │   │   ├── icon_card_silver.png
│   │   │   ├── icon_categories.png
│   │   │   ├── icon_ccb.png
│   │   │   ├── icon_checkin_seat.png
│   │   │   ├── icon_chinabank.png
│   │   │   ├── icon_choose_address.png
│   │   │   ├── icon_city_name_bg.9.png
│   │   │   ├── icon_cmbc.png
│   │   │   ├── icon_cnn_info.png
│   │   │   ├── icon_copa_airlines.png
│   │   │   ├── icon_croatia_airlines.png
│   │   │   ├── icon_date_left.png
│   │   │   ├── icon_date_right.png
│   │   │   ├── icon_denjipai.png
│   │   │   ├── icon_destination_preferential.png
│   │   │   ├── icon_detail_goto.png
│   │   │   ├── icon_exit.png
│   │   │   ├── icon_expression.png
│   │   │   ├── icon_flight.png
│   │   │   ├── icon_go_business.png
│   │   │   ├── icon_gray_seat.png
│   │   │   ├── icon_grey_r.png
│   │   │   ├── icon_guangda.png
│   │   │   ├── icon_guangfa.png
│   │   │   ├── icon_home_gongwu.png
│   │   │   ├── icon_home_jingji.png
│   │   │   ├── icon_home_toudeng.png
│   │   │   ├── icon_hotel_three.png
│   │   │   ├── icon_hxb.png
│   │   │   ├── icon_icbc.png
│   │   │   ├── icon_inner_mongolia_airlines.png
│   │   │   ├── icon_internal_gongwu.png
│   │   │   ├── icon_internal_jingji.png
│   │   │   ├── icon_internal_mianji.png
│   │   │   ├── icon_jcb.png
│   │   │   ├── icon_jiangpin.png
│   │   │   ├── icon_kefu.png
│   │   │   ├── icon_keyboard.png
│   │   │   ├── icon_limit_weight_small.png
│   │   │   ├── icon_master.png
│   │   │   ├── icon_meal.png
│   │   │   ├── icon_member_life.png
│   │   │   ├── icon_mileage_text.9.png
│   │   │   ├── icon_minsheng.png
│   │   │   ├── icon_name_card.png
│   │   │   ├── icon_noflight_travel.png
│   │   │   ├── icon_paihang.png
│   │   │   ├── icon_pdb.png
│   │   │   ├── icon_photo.png
│   │   │   ├── icon_pingan.png
│   │   │   ├── icon_progress_grey.png
│   │   │   ├── icon_psbc.png
│   │   │   ├── icon_quan.png
│   │   │   ├── icon_red_package.png
│   │   │   ├── icon_red_yaoyiyao.png
│   │   │   ├── icon_right_blue.png
│   │   │   ├── icon_sdb.png
│   │   │   ├── icon_search_choose.png
│   │   │   ├── icon_search_price.png
│   │   │   ├── icon_search_time.png
│   │   │   ├── icon_seat_title_green.png
│   │   │   ├── icon_seekbar_thumb.png
│   │   │   ├── icon_send_mail.png
│   │   │   ├── icon_shared_dynamic.png
│   │   │   ├── icon_shb.png
│   │   │   ├── icon_sign.png
│   │   │   ├── icon_special_kill.png
│   │   │   ├── icon_stop_checkin.png
│   │   │   ├── icon_st.png
│   │   │   ├── icon_student_status_green.png
│   │   │   ├── icon_student_status_red.png
│   │   │   ├── icon_student_status_yellow.png
│   │   │   ├── icon_taca.png
│   │   │   ├── icon_take.png
│   │   │   ├── icon_thai_airways_international.png
│   │   │   ├── icon_travel_arrcity.png
│   │   │   ├── icon_travel_depcity.png
│   │   │   ├── icon_um_add.png
│   │   │   ├── icon_visa.png
│   │   │   ├── icon_voice.png
│   │   │   ├── icon_wc.png
│   │   │   ├── icon_welcome_0.png
│   │   │   ├── icon_welcome_1.png
│   │   │   ├── icon_welcome_2.png
│   │   │   ├── icon_welcome_3.png
│   │   │   ├── icon_welcome_5.png
│   │   │   ├── icon_xingchengdan.png
│   │   │   ├── icon_xingye.png
│   │   │   ├── icon_yellow_seat.png
│   │   │   ├── icon_zhiyin.png
│   │   │   ├── icon_zhongxin.png
│   │   │   ├── ic_opp.png
│   │   │   ├── ic_order_details_change_gray.png
│   │   │   ├── ic_order_details_change.png
│   │   │   ├── ic_order_details_check_in_gray.png
│   │   │   ├── ic_order_details_check_in.png
│   │   │   ├── ic_order_details_refund_gray.png
│   │   │   ├── ic_order_details_refund.png
│   │   │   ├── ic_order_details_serve_gray.png
│   │   │   ├── ic_order_details_serve.png
│   │   │   ├── ic_pay_online_bank.png
│   │   │   ├── ic_pay_visa.png
│   │   │   ├── ic_pay_visa_right.png
│   │   │   ├── ic_pay_weixin.png
│   │   │   ├── ic_pay_zhifubao.png
│   │   │   ├── ic_pingjia.png
│   │   │   ├── ic_plane.9.png
│   │   │   ├── ic_room.png
│   │   │   ├── ic_secretary.png
│   │   │   ├── ic_segment.png
│   │   │   ├── ic_shangwang.png
│   │   │   ├── ic_shengcang.png
│   │   │   ├── ic_single_nor.png
│   │   │   ├── ic_single.png
│   │   │   ├── ic_single_sel.png
│   │   │   ├── ic_success.png
│   │   │   ├── ic_switch.png
│   │   │   ├── ic_travel_itinerary.png
│   │   │   ├── ic_travel_state.png
│   │   │   ├── ic_tuipiao.png
│   │   │   ├── ic_voice1.png
│   │   │   ├── ic_voice2.png
│   │   │   ├── ic_voice3.png
│   │   │   ├── ic_voice.png
│   │   │   ├── ic_wifi_none.png
│   │   │   ├── ic_wifi.png
│   │   │   ├── ic_xingchengdan.png
│   │   │   ├── ic_xiuxishi.png
│   │   │   ├── ic_yuxuanzuowei.png
│   │   │   ├── ic_zhiji.png
│   │   │   ├── ic_zhongzhuanjiudian.png
│   │   │   ├── ic_zhongzhuan.png
│   │   │   ├── iv_additional_services.png
│   │   │   ├── iv_dengjipai.png
│   │   │   ├── iv_detial.png
│   │   │   ├── iv_gengral.png
│   │   │   ├── iv_gold_en.png
│   │   │   ├── iv_gold_ja.png
│   │   │   ├── iv_gold_zh.png
│   │   │   ├── iv_lifetime_platinum_en.png
│   │   │   ├── iv_lifetime_platinum_ja.png
│   │   │   ├── iv_lifetime_platinum_zh.png
│   │   │   ├── iv_load_fail.png
│   │   │   ├── iv_mc_one.png
│   │   │   ├── iv_mileage_boarding_pass.png
│   │   │   ├── iv_money.png
│   │   │   ├── iv_new_enus.png
│   │   │   ├── iv_new_zhcn.png
│   │   │   ├── iv_normal_en.png
│   │   │   ├── iv_normal_ja.png
│   │   │   ├── iv_normal_zh.png
│   │   │   ├── iv_person.png
│   │   │   ├── iv_platinum_en.png
│   │   │   ├── iv_platinum_ja.png
│   │   │   ├── iv_platinum_zh.png
│   │   │   ├── iv_riqi.png
│   │   │   ├── iv_shake_bottom.png
│   │   │   ├── iv_shake_middle.png
│   │   │   ├── iv_shake_top.png
│   │   │   ├── iv_silver_en.png
│   │   │   ├── iv_silver_ja.png
│   │   │   ├── iv_silver_zh.png
│   │   │   ├── iv_ticket_ategory.png
│   │   │   ├── iv_whole_img.png
│   │   │   ├── iv_xingchengdan.png
│   │   │   ├── jipiao.png
│   │   │   ├── life_time_header.png
│   │   │   ├── limit_weight.png
│   │   │   ├── low_cost.png
│   │   │   ├── mall_default_pic.png
│   │   │   ├── mepty_wuliu.png
│   │   │   ├── more_sign.png
│   │   │   ├── msg_flag_selected.png
│   │   │   ├── msg_flag_unselected.png
│   │   │   ├── msg_type_cxhd_hasmsg.png
│   │   │   ├── msg_type_cxhd.png
│   │   │   ├── msg_type_fwgg_hasmsg.png
│   │   │   ├── msg_type_fwgg.png
│   │   │   ├── msg_type_hyfw_has_msg.png
│   │   │   ├── msg_type_hyfw.png
│   │   │   ├── msg_type_kpfw_hasmsg.png
│   │   │   ├── msg_type_kpfw.png
│   │   │   ├── msg_type_xcxx_hasmsg.png
│   │   │   ├── msg_type_xcxx.png
│   │   │   ├── my_lap.png
│   │   │   ├── nx_normal.png
│   │   │   ├── nx_silver.png
│   │   │   ├── open_contact.png
│   │   │   ├── package_history.png
│   │   │   ├── package_pay_book.png
│   │   │   ├── pencel_blue.png
│   │   │   ├── personphone_basic.png
│   │   │   ├── picture.png
│   │   │   ├── pingzheng.png
│   │   │   ├── premium_seat_selection_blcak.png
│   │   │   ├── premium_seat_selection.png
│   │   │   ├── premium_seat_selection_sm.png
│   │   │   ├── push.png
│   │   │   ├── push_small.png
│   │   │   ├── qq.png
│   │   │   ├── qqweibo.png
│   │   │   ├── radio_btn_off.png
│   │   │   ├── radio_btn_on.png
│   │   │   ├── rbtn_blue_sel.png
│   │   │   ├── rbtn_gray_nor.png
│   │   │   ├── rf_history_icon2.png
│   │   │   ├── round_ic_launcher.png
│   │   │   ├── scheduled_service_btn_bg.png
│   │   │   ├── seat_100_yuan_green.png
│   │   │   ├── seat_100_yuan_sm_green.png
│   │   │   ├── seat_50_yuan_blue.png
│   │   │   ├── seat_50_yuan_sm_blue.png
│   │   │   ├── seat_600_yuan.png
│   │   │   ├── seat_600_yuan_sm.png
│   │   │   ├── seat_high_price.png
│   │   │   ├── self_drive_big.png
│   │   │   ├── server_select.png
│   │   │   ├── service_oder_exit_icon.png
│   │   │   ├── service_order_seat_selected.png
│   │   │   ├── service_order_select.png
│   │   │   ├── serviec_order_not_selected.png
│   │   │   ├── share_more.png
│   │   │   ├── share.png
│   │   │   ├── shuttle_bus.png
│   │   │   ├── shuttle_bus_sm.png
│   │   │   ├── sign_up_clock.png
│   │   │   ├── sign_up_more.png
│   │   │   ├── sign_up_red.png
│   │   │   ├── sign_up_share.png
│   │   │   ├── special_meals.png
│   │   │   ├── speech_animate01.png
│   │   │   ├── spinner_outer_holo.png
│   │   │   ├── splash.png
│   │   │   ├── stopover_us.png
│   │   │   ├── stopover_zh.png
│   │   │   ├── tab_fenghuang_normal.png
│   │   │   ├── tab_fenghuang_selected.png
│   │   │   ├── tab_find_normal.png
│   │   │   ├── tab_find_selected.png
│   │   │   ├── tab_home_normal.png
│   │   │   ├── tab_home_selected.png
│   │   │   ├── tab_me_normal.png
│   │   │   ├── tab_me_selected.png
│   │   │   ├── tab_travel_normal.png
│   │   │   ├── tab_travel_selected.png
│   │   │   ├── thumb_invitation.png
│   │   │   ├── tiaoxingma.png
│   │   │   ├── tiaoxingma_used.png
│   │   │   ├── tongyong.png
│   │   │   ├── transit_hotel.png
│   │   │   ├── transit_hotel_sm.png
│   │   │   ├── transit_lounge.png
│   │   │   ├── transit_lounge_sm.png
│   │   │   ├── travel_message.png
│   │   │   ├── travel_special_food.png
│   │   │   ├── tv_stop_bg.png
│   │   │   ├── two_class_meals.png
│   │   │   ├── two_class_meals_sm.png
│   │   │   ├── txt_travel_state_disable.9.png
│   │   │   ├── txt_travel_state_normal.9.png
│   │   │   ├── txt_travel_state_other.9.png
│   │   │   ├── txt_travel_state_selected.9.png
│   │   │   ├── upgrade.png
│   │   │   ├── upgrade_sm.png
│   │   │   ├── used_cn.png
│   │   │   ├── used_en.png
│   │   │   ├── used_jp.png
│   │   │   ├── wechat_friend.png
│   │   │   ├── weibo.png
│   │   │   ├── weixin.png
│   │   │   ├── wenxitishi.png
│   │   │   ├── zhengjian.png
│   │   │   ├── zh_normal.png
│   │   │   ├── zh_silver.png
│   │   │   └── zypj.png
│   │   ├── drawable-xxhdpi
│   │   │   ├── add_img.png
│   │   │   ├── app_download_code.png
│   │   │   ├── arrow_right_gray.png
│   │   │   ├── baby_plan_blue.png
│   │   │   ├── baby_plan_red.png
│   │   │   ├── baby_plan_status_gray.png
│   │   │   ├── baby_plan_status_red.png
│   │   │   ├── blizzard.png
│   │   │   ├── board_pass_logo.png
│   │   │   ├── btn_close.png
│   │   │   ├── cloudy.png
│   │   │   ├── down_arrow.png
│   │   │   ├── downpour.png
│   │   │   ├── drizzle.png
│   │   │   ├── edit_perseon_info.png
│   │   │   ├── en_find_registered.png
│   │   │   ├── en_find_sign.png
│   │   │   ├── flight_details.png
│   │   │   ├── foggy.png
│   │   │   ├── gloomy.png
│   │   │   ├── heavysnow.png
│   │   │   ├── ic_add.png
│   │   │   ├── ic_icon.png
│   │   │   ├── ic_icon_right.png
│   │   │   ├── ic_logo_about.png
│   │   │   ├── icon_actionbar_more.png
│   │   │   ├── icon_air_company_a3.png
│   │   │   ├── icon_air_company_ac.png
│   │   │   ├── icon_air_company_ai.png
│   │   │   ├── icon_air_company_av.png
│   │   │   ├── icon_air_company_b7.png
│   │   │   ├── icon_air_company_br.png
│   │   │   ├── icon_air_company_ca.png
│   │   │   ├── icon_air_company_cm.png
│   │   │   ├── icon_air_company_cx.png
│   │   │   ├── icon_air_company_et.png
│   │   │   ├── icon_air_company_g5.png
│   │   │   ├── icon_air_company_ho.png
│   │   │   ├── icon_air_company_jj.png
│   │   │   ├── icon_air_company_jp.png
│   │   │   ├── icon_air_company_ka.png
│   │   │   ├── icon_air_company_ky.png
│   │   │   ├── icon_air_company_lh.png
│   │   │   ├── icon_air_company_lo.png
│   │   │   ├── icon_air_company_lx.png
│   │   │   ├── icon_air_company_ly.png
│   │   │   ├── icon_air_company_ms.png
│   │   │   ├── icon_air_company_nh.png
│   │   │   ├── icon_air_company_nx.png
│   │   │   ├── icon_air_company_nz.png
│   │   │   ├── icon_air_company_o6.png
│   │   │   ├── icon_air_company_os.png
│   │   │   ├── icon_air_company_ou.png
│   │   │   ├── icon_air_company_oz.png
│   │   │   ├── icon_air_company_sa.png
│   │   │   ├── icon_air_company_sc.png
│   │   │   ├── icon_air_company_sk.png
│   │   │   ├── icon_air_company_sn.png
│   │   │   ├── icon_air_company_sq.png
│   │   │   ├── icon_air_company_tg.png
│   │   │   ├── icon_air_company_tk.png
│   │   │   ├── icon_air_company_tp.png
│   │   │   ├── icon_air_company_tv.png
│   │   │   ├── icon_air_company_ua.png
│   │   │   ├── icon_air_company_vs.png
│   │   │   ├── icon_air_company_zh.png
│   │   │   ├── icon_alert_word_safe.png
│   │   │   ├── icon_blue_bus.png
│   │   │   ├── icon_blue_help.png
│   │   │   ├── icon_book_passenger.png
│   │   │   ├── icon_cancel_checkin_gray.png
│   │   │   ├── icon_cancel_checkin.png
│   │   │   ├── icon_card_longteng.png
│   │   │   ├── icon_card_valid_alert.png
│   │   │   ├── icon_change_seat_gray.png
│   │   │   ├── icon_change_seat.png
│   │   │   ├── icon_child_black.png
│   │   │   ├── icon_choose_address.png
│   │   │   ├── icon_choose_city.png
│   │   │   ├── icon_circle_checkbox_blue.png
│   │   │   ├── icon_circle_checkbox_gray.png
│   │   │   ├── icon_circle_checkbox.png
│   │   │   ├── icon_coupon_duihuan.png
│   │   │   ├── icon_delete_black.png
│   │   │   ├── icon_delete_grey.png
│   │   │   ├── icon_feed_history.png
│   │   │   ├── icon_flight_trip_one.png
│   │   │   ├── icon_flight_trip_two.png
│   │   │   ├── icon_four_bootticket.png
│   │   │   ├── icon_four_changedate.png
│   │   │   ├── icon_four_checkin.png
│   │   │   ├── icon_four_flightdynamic.png
│   │   │   ├── icon_help_blue.png
│   │   │   ├── icon_hongbao.png
│   │   │   ├── icon_hot_board_passx.png
│   │   │   ├── icon_kill_able.png
│   │   │   ├── icon_kill_enable.png
│   │   │   ├── icon_loading_plane.png
│   │   │   ├── icon_load_yun.png
│   │   │   ├── icon_location_city.png
│   │   │   ├── icon_location_hotel.png
│   │   │   ├── icon_meal_black.png
│   │   │   ├── icon_mileage_add.png
│   │   │   ├── icon_mileage_minus.png
│   │   │   ├── icon_more_trip_check.png
│   │   │   ├── icon_more_trip.png
│   │   │   ├── icon_nostop_bottom.png
│   │   │   ├── icon_not_support.png
│   │   │   ├── icon_order_choose.png
│   │   │   ├── icon_order_dingzuo.png
│   │   │   ├── icon_pay_success.png
│   │   │   ├── icon_pwd_mwd.png
│   │   │   ├── icon_rect_blue_air.png
│   │   │   ├── icon_rect_blue.png
│   │   │   ├── icon_rect_gray.png
│   │   │   ├── icon_rect_green_less.png
│   │   │   ├── icon_rect_green.png
│   │   │   ├── icon_rect_red.png
│   │   │   ├── icon_rect_yellow.png
│   │   │   ├── icon_red_line.png
│   │   │   ├── icon_register.png
│   │   │   ├── icon_saoyisao.png
│   │   │   ├── icon_scan_light.png
│   │   │   ├── icon_seat_blue_air.png
│   │   │   ├── icon_seat_blue.png
│   │   │   ├── icon_seat_gray.png
│   │   │   ├── icon_seat_green_less.png
│   │   │   ├── icon_seat_green.png
│   │   │   ├── icon_seat_red.png
│   │   │   ├── icon_seat_yellow.png
│   │   │   ├── icon_sign_already.png
│   │   │   ├── icon_sign.png
│   │   │   ├── icon_sign_red.png
│   │   │   ├── icon_special_food.png
│   │   │   ├── icon_stop_bottom.png
│   │   │   ├── icon_student_green.png
│   │   │   ├── icon_student_red.png
│   │   │   ├── icon_student_yellow.png
│   │   │   ├── icon_support.png
│   │   │   ├── icon_tips.png
│   │   │   ├── icon_trans_free.png
│   │   │   ├── icon_trans_train.png
│   │   │   ├── icon_traveldetail_load.png
│   │   │   ├── icon_white_kf.png
│   │   │   ├── icon_wowoyou.png
│   │   │   ├── ic_unaccompanied.png
│   │   │   ├── iv_bank_card.png
│   │   │   ├── iv_coupon.png
│   │   │   ├── iv_fwbc.png
│   │   │   ├── jn_find_registered.png
│   │   │   ├── jn_find_sign.png
│   │   │   ├── littlesnow.png
│   │   │   ├── middlerain.png
│   │   │   ├── middlesnow.png
│   │   │   ├── pc_history.png
│   │   │   ├── pc_order.png
│   │   │   ├── pc_pay.png
│   │   │   ├── pc_service_order.png
│   │   │   ├── pcv_information_guide.png
│   │   │   ├── pcv_jipiao_yanzhen.png
│   │   │   ├── pcv_my_cheap.png
│   │   │   ├── pcv_my_flight.png
│   │   │   ├── pcv_online_service.png
│   │   │   ├── pcv_package_not.png
│   │   │   ├── pcv_wallet.png
│   │   │   ├── pcv_yanwu_zhengming.png
│   │   │   ├── push.png
│   │   │   ├── push_small.png
│   │   │   ├── sandstorm.png
│   │   │   ├── service_query_self.png
│   │   │   ├── service_type_other.png
│   │   │   ├── sign_coin_big.png
│   │   │   ├── sign_coin_done.png
│   │   │   ├── sign_coin_small.png
│   │   │   ├── sleet.png
│   │   │   ├── star_prey.png
│   │   │   ├── storm.png
│   │   │   ├── stormywind.png
│   │   │   ├── student.png
│   │   │   ├── sunny.png
│   │   │   ├── thunderyshower.png
│   │   │   ├── trips_blue.png
│   │   │   ├── tuijing_tip.png
│   │   │   ├── up_arrow.png
│   │   │   ├── wowoyou_add_pic.png
│   │   │   ├── wowoyou_order_pay_ok.png
│   │   │   ├── wumai_weather.png
│   │   │   ├── zh_find_registered.png
│   │   │   └── zh_find_sign.png
│   │   ├── layout
│   │   │   ├── activity_layout_first1.xml
│   │   │   ├── activity_main.xml
│   │   │   ├── fragment_layout_first1.xml
│   │   │   ├── fragment_layout_first.xml
│   │   │   ├── fragment_layout_fout1.xml
│   │   │   ├── fragment_layout_fout.xml
│   │   │   ├── fragment_layout_main.xml
│   │   │   ├── fragment_layout_second1.xml
│   │   │   ├── fragment_layout_second.xml
│   │   │   ├── fragment_layout_third.xml
│   │   │   ├── item_layout.xml
│   │   │   └── toolbar.xml
│   │   ├── menu
│   │   │   └── menu_scrolling.xml
│   │   ├── mipmap-anydpi-v26
│   │   │   ├── ic_launcher_round.xml
│   │   │   └── ic_launcher.xml
│   │   ├── mipmap-hdpi
│   │   │   ├── ic_launcher.png
│   │   │   └── ic_launcher_round.png
│   │   ├── mipmap-mdpi
│   │   │   ├── ic_launcher.png
│   │   │   └── ic_launcher_round.png
│   │   ├── mipmap-xhdpi
│   │   │   ├── ic_launcher.png
│   │   │   └── ic_launcher_round.png
│   │   ├── mipmap-xxhdpi
│   │   │   ├── ic_launcher.png
│   │   │   └── ic_launcher_round.png
│   │   ├── mipmap-xxxhdpi
│   │   │   ├── flight_lap_small.png
│   │   │   ├── ic_launcher.png
│   │   │   ├── ic_launcher_round.png
│   │   │   ├── rbtn_blue_sel.png
│   │   │   └── rbtn_gray_nor.png
│   │   └── values
│   │   ├── attrs.xml
│   │   ├── colors.xml
│   │   ├── dimens.xml
│   │   ├── id.xml.xml
│   │   ├── strings.xml
│   │   └── styles.xml
│   └── test
│   └── java
│   └── com
│   └── example
│   └── tsm
│   └── myapplication
│   └── ExampleUnitTest.java
├── build
│   └── android-profile
│   ├── profile-2018-09-21-11-16-25-018.json
│   ├── profile-2018-09-21-11-16-25-018.rawproto
│   ├── profile-2018-09-21-11-18-28-541.json
│   ├── profile-2018-09-21-11-18-28-541.rawproto
│   ├── profile-2018-09-21-11-18-55-770.json
│   ├── profile-2018-09-21-11-18-55-770.rawproto
│   ├── profile-2018-09-21-11-19-47-956.json
│   ├── profile-2018-09-21-11-19-47-956.rawproto
│   ├── profile-2018-09-21-13-31-12-362.json
│   ├── profile-2018-09-21-13-31-12-362.rawproto
│   ├── profile-2018-09-25-09-32-24-862.json
│   ├── profile-2018-09-25-09-32-24-862.rawproto
│   ├── profile-2018-09-25-09-32-54-677.json
│   ├── profile-2018-09-25-09-32-54-677.rawproto
│   ├── profile-2018-09-26-16-44-44-897.json
│   ├── profile-2018-09-26-16-44-44-897.rawproto
│   ├── profile-2018-09-26-16-44-48-264.json
│   ├── profile-2018-09-26-16-44-48-264.rawproto
│   ├── profile-2018-09-26-16-46-57-626.json
│   ├── profile-2018-09-26-16-46-57-626.rawproto
│   ├── profile-2018-09-26-16-47-08-521.json
│   ├── profile-2018-09-26-16-47-08-521.rawproto
│   ├── profile-2018-09-26-16-48-33-967.json
│   ├── profile-2018-09-26-16-48-33-967.rawproto
│   ├── profile-2018-09-26-16-48-56-762.json
│   ├── profile-2018-09-26-16-48-56-762.rawproto
│   ├── profile-2018-09-26-16-51-33-903.json
│   ├── profile-2018-09-26-16-51-33-903.rawproto
│   ├── profile-2018-09-26-16-51-49-368.json
│   ├── profile-2018-09-26-16-51-49-368.rawproto
│   ├── profile-2018-09-26-16-53-03-326.json
│   ├── profile-2018-09-26-16-53-03-326.rawproto
│   ├── profile-2018-09-26-16-53-16-265.json
│   ├── profile-2018-09-26-16-53-16-265.rawproto
│   ├── profile-2018-09-26-16-54-44-965.json
│   ├── profile-2018-09-26-16-54-44-965.rawproto
│   ├── profile-2018-09-26-16-54-48-211.json
│   ├── profile-2018-09-26-16-54-48-211.rawproto
│   ├── profile-2018-09-26-16-56-28-981.json
│   ├── profile-2018-09-26-16-56-28-981.rawproto
│   ├── profile-2018-09-26-16-56-31-641.json
│   ├── profile-2018-09-26-16-56-31-641.rawproto
│   ├── profile-2018-09-26-16-57-03-744.json
│   ├── profile-2018-09-26-16-57-03-744.rawproto
│   ├── profile-2018-09-26-16-57-15-938.json
│   ├── profile-2018-09-26-16-57-15-938.rawproto
│   ├── profile-2018-09-26-16-58-15-180.json
│   ├── profile-2018-09-26-16-58-15-180.rawproto
│   ├── profile-2018-09-26-16-58-27-954.json
│   ├── profile-2018-09-26-16-58-27-954.rawproto
│   ├── profile-2018-09-26-17-00-12-136.json
│   ├── profile-2018-09-26-17-00-12-136.rawproto
│   ├── profile-2018-09-26-17-02-41-376.json
│   ├── profile-2018-09-26-17-02-41-376.rawproto
│   ├── profile-2018-09-26-17-02-53-184.json
│   ├── profile-2018-09-26-17-02-53-184.rawproto
│   ├── profile-2018-09-26-17-04-28-410.json
│   ├── profile-2018-09-26-17-04-28-410.rawproto
│   ├── profile-2018-09-26-17-04-32-568.json
│   ├── profile-2018-09-26-17-04-32-568.rawproto
│   ├── profile-2018-09-26-17-05-24-996.json
│   ├── profile-2018-09-26-17-05-24-996.rawproto
│   ├── profile-2018-09-26-17-05-27-891.json
│   ├── profile-2018-09-26-17-05-27-891.rawproto
│   ├── profile-2018-09-26-17-06-42-803.json
│   ├── profile-2018-09-26-17-06-42-803.rawproto
│   ├── profile-2018-09-26-17-08-03-320.json
│   ├── profile-2018-09-26-17-08-03-320.rawproto
│   ├── profile-2018-09-26-17-10-00-474.json
│   ├── profile-2018-09-26-17-10-00-474.rawproto
│   ├── profile-2018-09-26-17-10-03-539.json
│   ├── profile-2018-09-26-17-10-03-539.rawproto
│   ├── profile-2018-09-26-17-12-43-498.json
│   ├── profile-2018-09-26-17-12-43-498.rawproto
│   ├── profile-2018-09-26-17-12-46-310.json
│   ├── profile-2018-09-26-17-12-46-310.rawproto
│   ├── profile-2018-09-26-17-13-03-557.json
│   ├── profile-2018-09-26-17-13-03-557.rawproto
│   ├── profile-2018-09-26-17-13-15-858.json
│   ├── profile-2018-09-26-17-13-15-858.rawproto
│   ├── profile-2018-09-26-17-13-18-679.json
│   ├── profile-2018-09-26-17-13-18-679.rawproto
│   ├── profile-2018-09-26-17-15-38-261.json
│   ├── profile-2018-09-26-17-15-38-261.rawproto
│   ├── profile-2018-09-26-17-15-55-385.json
│   ├── profile-2018-09-26-17-15-55-385.rawproto
│   ├── profile-2018-09-26-17-16-27-468.json
│   ├── profile-2018-09-26-17-16-27-468.rawproto
│   ├── profile-2018-09-26-17-17-22-693.json
│   ├── profile-2018-09-26-17-17-22-693.rawproto
│   ├── profile-2018-09-26-17-17-34-664.json
│   ├── profile-2018-09-26-17-17-34-664.rawproto
│   ├── profile-2018-09-26-17-22-43-144.json
│   ├── profile-2018-09-26-17-22-43-144.rawproto
│   ├── profile-2018-09-26-17-22-59-168.json
│   ├── profile-2018-09-26-17-22-59-168.rawproto
│   ├── profile-2018-09-26-17-23-07-605.json
│   ├── profile-2018-09-26-17-23-07-605.rawproto
│   ├── profile-2018-09-26-17-23-31-069.json
│   ├── profile-2018-09-26-17-23-31-069.rawproto
│   ├── profile-2018-09-26-17-23-32-408.json
│   ├── profile-2018-09-26-17-23-32-408.rawproto
│   ├── profile-2018-09-26-17-23-34-579.json
│   ├── profile-2018-09-26-17-23-34-579.rawproto
│   ├── profile-2018-09-26-17-23-53-117.json
│   ├── profile-2018-09-26-17-23-53-117.rawproto
│   ├── profile-2018-09-26-17-24-08-495.json
│   ├── profile-2018-09-26-17-24-08-495.rawproto
│   ├── profile-2018-09-26-17-24-29-194.json
│   ├── profile-2018-09-26-17-24-29-194.rawproto
│   ├── profile-2018-09-26-17-24-43-384.json
│   ├── profile-2018-09-26-17-24-43-384.rawproto
│   ├── profile-2018-09-26-17-24-59-658.json
│   ├── profile-2018-09-26-17-24-59-658.rawproto
│   ├── profile-2018-09-26-17-27-05-071.json
│   ├── profile-2018-09-26-17-27-05-071.rawproto
│   ├── profile-2018-09-26-17-27-19-863.json
│   ├── profile-2018-09-26-17-27-19-863.rawproto
│   ├── profile-2018-09-26-17-30-01-768.json
│   ├── profile-2018-09-26-17-30-01-768.rawproto
│   ├── profile-2018-09-26-17-30-23-645.json
│   ├── profile-2018-09-26-17-30-23-645.rawproto
│   ├── profile-2018-09-26-17-35-40-854.json
│   ├── profile-2018-09-26-17-35-40-854.rawproto
│   ├── profile-2018-09-26-17-35-55-544.json
│   ├── profile-2018-09-26-17-35-55-544.rawproto
│   ├── profile-2018-09-26-17-37-48-317.json
│   ├── profile-2018-09-26-17-37-48-317.rawproto
│   ├── profile-2018-09-26-17-38-04-892.json
│   ├── profile-2018-09-26-17-38-04-892.rawproto
│   ├── profile-2018-09-26-17-43-23-090.json
│   ├── profile-2018-09-26-17-43-23-090.rawproto
│   ├── profile-2018-09-26-17-43-28-111.json
│   ├── profile-2018-09-26-17-43-28-111.rawproto
│   ├── profile-2018-09-26-17-43-31-236.json
│   ├── profile-2018-09-26-17-43-31-236.rawproto
│   ├── profile-2018-09-26-17-46-06-937.json
│   ├── profile-2018-09-26-17-46-06-937.rawproto
│   ├── profile-2018-09-26-17-46-09-813.json
│   ├── profile-2018-09-26-17-46-09-813.rawproto
│   ├── profile-2018-09-26-17-50-08-071.json
│   ├── profile-2018-09-26-17-50-08-071.rawproto
│   ├── profile-2018-09-26-17-50-31-012.json
│   ├── profile-2018-09-26-17-50-31-012.rawproto
│   ├── profile-2018-09-26-17-53-22-935.json
│   ├── profile-2018-09-26-17-53-22-935.rawproto
│   ├── profile-2018-09-26-17-53-47-225.json
│   ├── profile-2018-09-26-17-53-47-225.rawproto
│   ├── profile-2018-09-26-17-59-34-940.json
│   ├── profile-2018-09-26-17-59-34-940.rawproto
│   ├── profile-2018-09-26-18-01-53-784.json
│   ├── profile-2018-09-26-18-01-53-784.rawproto
│   ├── profile-2018-09-26-18-04-05-551.json
│   ├── profile-2018-09-26-18-04-05-551.rawproto
│   ├── profile-2018-09-26-18-06-28-507.json
│   ├── profile-2018-09-26-18-06-28-507.rawproto
│   ├── profile-2018-09-26-18-07-11-355.json
│   ├── profile-2018-09-26-18-07-11-355.rawproto
│   ├── profile-2018-09-27-09-11-02-859.json
│   ├── profile-2018-09-27-09-11-02-859.rawproto
│   ├── profile-2018-09-27-09-25-18-942.json
│   ├── profile-2018-09-27-09-25-18-942.rawproto
│   ├── profile-2018-09-27-09-26-05-167.json
│   ├── profile-2018-09-27-09-26-05-167.rawproto
│   ├── profile-2018-09-27-10-47-21-771.json
│   ├── profile-2018-09-27-10-47-21-771.rawproto
│   ├── profile-2018-09-27-10-47-29-597.json
│   ├── profile-2018-09-27-10-47-29-597.rawproto
│   ├── profile-2018-09-27-10-47-35-297.json
│   ├── profile-2018-09-27-10-47-35-297.rawproto
│   ├── profile-2018-09-27-10-48-07-394.json
│   ├── profile-2018-09-27-10-48-07-394.rawproto
│   ├── profile-2018-09-27-10-48-12-072.json
│   ├── profile-2018-09-27-10-48-12-072.rawproto
│   ├── profile-2018-09-27-10-48-15-001.json
│   ├── profile-2018-09-27-10-48-15-001.rawproto
│   ├── profile-2018-09-27-10-52-13-896.json
│   ├── profile-2018-09-27-10-52-13-896.rawproto
│   ├── profile-2018-09-27-10-52-19-117.json
│   ├── profile-2018-09-27-10-52-19-117.rawproto
│   ├── profile-2018-09-27-11-09-27-968.json
│   ├── profile-2018-09-27-11-09-27-968.rawproto
│   ├── profile-2018-09-27-14-04-34-132.json
│   ├── profile-2018-09-27-14-04-34-132.rawproto
│   ├── profile-2018-09-27-14-05-56-242.json
│   ├── profile-2018-09-27-14-05-56-242.rawproto
│   ├── profile-2018-09-27-14-06-33-862.json
│   ├── profile-2018-09-27-14-06-33-862.rawproto
│   ├── profile-2018-09-27-14-12-02-708.json
│   ├── profile-2018-09-27-14-12-02-708.rawproto
│   ├── profile-2018-09-27-14-18-04-622.json
│   ├── profile-2018-09-27-14-18-04-622.rawproto
│   ├── profile-2018-09-27-14-19-16-821.json
│   ├── profile-2018-09-27-14-19-16-821.rawproto
│   ├── profile-2018-09-27-14-21-29-798.json
│   ├── profile-2018-09-27-14-21-29-798.rawproto
│   ├── profile-2018-09-27-14-22-46-240.json
│   ├── profile-2018-09-27-14-22-46-240.rawproto
│   ├── profile-2018-09-27-14-25-58-090.json
│   ├── profile-2018-09-27-14-25-58-090.rawproto
│   ├── profile-2018-09-27-15-02-49-496.json
│   ├── profile-2018-09-27-15-02-49-496.rawproto
│   ├── profile-2018-09-27-15-15-43-210.json
│   ├── profile-2018-09-27-15-15-43-210.rawproto
│   ├── profile-2018-09-27-15-15-54-942.json
│   ├── profile-2018-09-27-15-15-54-942.rawproto
│   ├── profile-2018-09-27-15-17-15-657.json
│   ├── profile-2018-09-27-15-17-15-657.rawproto
│   ├── profile-2018-09-27-15-18-31-260.json
│   ├── profile-2018-09-27-15-18-31-260.rawproto
│   ├── profile-2018-09-27-15-20-04-746.json
│   ├── profile-2018-09-27-15-20-04-746.rawproto
│   ├── profile-2018-09-27-15-21-05-420.json
│   ├── profile-2018-09-27-15-21-05-420.rawproto
│   ├── profile-2018-09-27-15-21-51-787.json
│   ├── profile-2018-09-27-15-21-51-787.rawproto
│   ├── profile-2018-09-27-15-34-16-695.json
│   ├── profile-2018-09-27-15-34-16-695.rawproto
│   ├── profile-2018-09-27-15-34-40-790.json
│   ├── profile-2018-09-27-15-34-40-790.rawproto
│   ├── profile-2018-09-27-15-37-59-877.json
│   ├── profile-2018-09-27-15-37-59-877.rawproto
│   ├── profile-2018-09-27-15-39-02-977.json
│   ├── profile-2018-09-27-15-39-02-977.rawproto
│   ├── profile-2018-09-27-15-43-15-446.json
│   ├── profile-2018-09-27-15-43-15-446.rawproto
│   ├── profile-2018-09-27-15-44-57-809.json
│   ├── profile-2018-09-27-15-44-57-809.rawproto
│   ├── profile-2018-09-27-15-52-41-723.json
│   ├── profile-2018-09-27-15-52-41-723.rawproto
│   ├── profile-2018-09-27-15-56-48-989.json
│   ├── profile-2018-09-27-15-56-48-989.rawproto
│   ├── profile-2018-09-27-16-01-50-913.json
│   ├── profile-2018-09-27-16-01-50-913.rawproto
│   ├── profile-2018-09-27-16-06-37-768.json
│   ├── profile-2018-09-27-16-06-37-768.rawproto
│   ├── profile-2018-09-27-16-10-44-792.json
│   ├── profile-2018-09-27-16-10-44-792.rawproto
│   ├── profile-2018-09-27-16-18-02-188.json
│   ├── profile-2018-09-27-16-18-02-188.rawproto
│   ├── profile-2018-09-27-16-18-28-635.json
│   ├── profile-2018-09-27-16-18-28-635.rawproto
│   ├── profile-2018-09-27-16-18-36-797.json
│   ├── profile-2018-09-27-16-18-36-797.rawproto
│   ├── profile-2018-09-27-16-18-57-002.json
│   ├── profile-2018-09-27-16-18-57-002.rawproto
│   ├── profile-2018-09-27-16-20-30-405.json
│   ├── profile-2018-09-27-16-20-30-405.rawproto
│   ├── profile-2018-09-27-16-21-25-888.json
│   ├── profile-2018-09-27-16-21-25-888.rawproto
│   ├── profile-2018-09-27-16-22-14-480.json
│   ├── profile-2018-09-27-16-22-14-480.rawproto
│   ├── profile-2018-09-27-16-23-27-995.json
│   ├── profile-2018-09-27-16-23-27-995.rawproto
│   ├── profile-2018-09-27-16-27-32-819.json
│   ├── profile-2018-09-27-16-27-32-819.rawproto
│   ├── profile-2018-09-27-16-31-47-407.json
│   ├── profile-2018-09-27-16-31-47-407.rawproto
│   ├── profile-2018-09-27-16-33-48-708.json
│   ├── profile-2018-09-27-16-33-48-708.rawproto
│   ├── profile-2018-09-27-16-35-53-789.json
│   ├── profile-2018-09-27-16-35-53-789.rawproto
│   ├── profile-2018-09-27-16-42-16-616.json
│   ├── profile-2018-09-27-16-42-16-616.rawproto
│   ├── profile-2018-09-27-16-42-37-764.json
│   ├── profile-2018-09-27-16-42-37-764.rawproto
│   ├── profile-2018-09-27-16-46-42-075.json
│   ├── profile-2018-09-27-16-46-42-075.rawproto
│   ├── profile-2018-09-27-16-47-56-170.json
│   ├── profile-2018-09-27-16-47-56-170.rawproto
│   ├── profile-2018-09-27-16-48-49-953.json
│   ├── profile-2018-09-27-16-48-49-953.rawproto
│   ├── profile-2018-09-27-16-51-38-252.json
│   ├── profile-2018-09-27-16-51-38-252.rawproto
│   ├── profile-2018-09-27-16-54-29-650.json
│   ├── profile-2018-09-27-16-54-29-650.rawproto
│   ├── profile-2018-09-27-16-55-26-397.json
│   ├── profile-2018-09-27-16-55-26-397.rawproto
│   ├── profile-2018-09-27-16-58-11-251.json
│   ├── profile-2018-09-27-16-58-11-251.rawproto
│   ├── profile-2018-09-27-16-58-57-208.json
│   ├── profile-2018-09-27-16-58-57-208.rawproto
│   ├── profile-2018-09-27-17-01-18-646.json
│   ├── profile-2018-09-27-17-01-18-646.rawproto
│   ├── profile-2018-09-27-17-26-32-134.json
│   ├── profile-2018-09-27-17-26-32-134.rawproto
│   ├── profile-2018-09-27-17-27-09-045.json
│   ├── profile-2018-09-27-17-27-09-045.rawproto
│   ├── profile-2018-09-27-17-28-11-872.json
│   ├── profile-2018-09-27-17-28-11-872.rawproto
│   ├── profile-2018-09-27-17-30-02-359.json
│   ├── profile-2018-09-27-17-30-02-359.rawproto
│   ├── profile-2018-09-27-17-34-13-822.json
│   ├── profile-2018-09-27-17-34-13-822.rawproto
│   ├── profile-2018-09-27-17-35-15-342.json
│   ├── profile-2018-09-27-17-35-15-342.rawproto
│   ├── profile-2018-09-27-17-36-07-036.json
│   ├── profile-2018-09-27-17-36-07-036.rawproto
│   ├── profile-2018-09-27-17-37-52-360.json
│   ├── profile-2018-09-27-17-37-52-360.rawproto
│   ├── profile-2018-09-27-17-39-46-338.json
│   ├── profile-2018-09-27-17-39-46-338.rawproto
│   ├── profile-2018-09-27-17-40-24-472.json
│   ├── profile-2018-09-27-17-40-24-472.rawproto
│   ├── profile-2018-09-27-17-41-27-089.json
│   ├── profile-2018-09-27-17-41-27-089.rawproto
│   ├── profile-2018-09-27-17-42-37-575.json
│   ├── profile-2018-09-27-17-42-37-575.rawproto
│   ├── profile-2018-09-27-17-43-34-870.json
│   ├── profile-2018-09-27-17-43-34-870.rawproto
│   ├── profile-2018-09-27-17-44-17-573.json
│   ├── profile-2018-09-27-17-44-17-573.rawproto
│   ├── profile-2018-09-27-17-44-36-729.json
│   ├── profile-2018-09-27-17-44-36-729.rawproto
│   ├── profile-2018-09-27-17-45-00-041.json
│   ├── profile-2018-09-27-17-45-00-041.rawproto
│   ├── profile-2018-09-27-17-47-46-690.json
│   ├── profile-2018-09-27-17-47-46-690.rawproto
│   ├── profile-2018-09-27-17-48-34-966.json
│   ├── profile-2018-09-27-17-48-34-966.rawproto
│   ├── profile-2018-09-27-17-51-33-375.json
│   ├── profile-2018-09-27-17-51-33-375.rawproto
│   ├── profile-2018-09-27-17-55-05-000.json
│   ├── profile-2018-09-27-17-55-05-000.rawproto
│   ├── profile-2018-09-27-17-55-28-600.json
│   ├── profile-2018-09-27-17-55-28-600.rawproto
│   ├── profile-2018-09-27-17-55-40-263.json
│   ├── profile-2018-09-27-17-55-40-263.rawproto
│   ├── profile-2018-09-27-17-56-01-218.json
│   ├── profile-2018-09-27-17-56-01-218.rawproto
│   ├── profile-2018-09-27-17-57-48-177.json
│   ├── profile-2018-09-27-17-57-48-177.rawproto
│   ├── profile-2018-09-27-17-59-02-097.json
│   ├── profile-2018-09-27-17-59-02-097.rawproto
│   ├── profile-2018-09-27-18-00-08-131.json
│   ├── profile-2018-09-27-18-00-08-131.rawproto
│   ├── profile-2018-09-27-18-00-26-729.json
│   ├── profile-2018-09-27-18-00-26-729.rawproto
│   ├── profile-2018-09-27-18-05-04-106.json
│   ├── profile-2018-09-27-18-05-04-106.rawproto
│   ├── profile-2018-09-27-18-05-30-463.json
│   ├── profile-2018-09-27-18-05-30-463.rawproto
│   ├── profile-2018-09-27-18-05-58-179.json
│   ├── profile-2018-09-27-18-05-58-179.rawproto
│   ├── profile-2018-09-27-18-07-07-906.json
│   ├── profile-2018-09-27-18-07-07-906.rawproto
│   ├── profile-2018-09-27-18-17-56-727.json
│   ├── profile-2018-09-27-18-17-56-727.rawproto
│   ├── profile-2018-09-27-18-18-17-382.json
│   ├── profile-2018-09-27-18-18-17-382.rawproto
│   ├── profile-2018-09-27-18-20-50-313.json
│   ├── profile-2018-09-27-18-20-50-313.rawproto
│   ├── profile-2018-09-27-18-21-22-551.json
│   ├── profile-2018-09-27-18-21-22-551.rawproto
│   ├── profile-2018-09-27-18-22-39-112.json
│   ├── profile-2018-09-27-18-22-39-112.rawproto
│   ├── profile-2018-09-27-18-24-06-125.json
│   ├── profile-2018-09-27-18-24-06-125.rawproto
│   ├── profile-2018-09-27-18-25-13-720.json
│   ├── profile-2018-09-27-18-25-13-720.rawproto
│   ├── profile-2018-09-27-18-27-31-988.json
│   ├── profile-2018-09-27-18-27-31-988.rawproto
│   ├── profile-2018-09-27-18-28-54-237.json
│   ├── profile-2018-09-27-18-28-54-237.rawproto
│   ├── profile-2018-09-27-18-33-15-546.json
│   ├── profile-2018-09-27-18-33-15-546.rawproto
│   ├── profile-2018-09-28-09-00-42-642.json
│   ├── profile-2018-09-28-09-00-42-642.rawproto
│   ├── profile-2018-09-28-09-01-30-680.json
│   ├── profile-2018-09-28-09-01-30-680.rawproto
│   ├── profile-2018-09-28-09-05-24-093.json
│   ├── profile-2018-09-28-09-05-24-093.rawproto
│   ├── profile-2018-09-28-09-06-34-298.json
│   ├── profile-2018-09-28-09-06-34-298.rawproto
│   ├── profile-2018-09-28-09-08-56-176.json
│   ├── profile-2018-09-28-09-08-56-176.rawproto
│   ├── profile-2018-09-28-09-11-25-176.json
│   ├── profile-2018-09-28-09-11-25-176.rawproto
│   ├── profile-2018-09-28-09-13-36-046.json
│   ├── profile-2018-09-28-09-13-36-046.rawproto
│   ├── profile-2018-09-28-09-21-32-560.json
│   ├── profile-2018-09-28-09-21-32-560.rawproto
│   ├── profile-2018-09-28-09-23-43-291.json
│   ├── profile-2018-09-28-09-23-43-291.rawproto
│   ├── profile-2018-09-28-09-27-43-642.json
│   ├── profile-2018-09-28-09-27-43-642.rawproto
│   ├── profile-2018-09-28-09-30-11-364.json
│   ├── profile-2018-09-28-09-30-11-364.rawproto
│   ├── profile-2018-09-28-09-32-57-372.json
│   ├── profile-2018-09-28-09-32-57-372.rawproto
│   ├── profile-2018-09-28-09-34-44-241.json
│   ├── profile-2018-09-28-09-34-44-241.rawproto
│   ├── profile-2018-09-28-10-04-42-155.json
│   ├── profile-2018-09-28-10-04-42-155.rawproto
│   ├── profile-2018-09-28-10-06-16-016.json
│   ├── profile-2018-09-28-10-06-16-016.rawproto
│   ├── profile-2018-09-28-10-16-05-158.json
│   ├── profile-2018-09-28-10-16-05-158.rawproto
│   ├── profile-2018-09-28-10-21-39-372.json
│   ├── profile-2018-09-28-10-21-39-372.rawproto
│   ├── profile-2018-09-28-10-23-53-053.json
│   ├── profile-2018-09-28-10-23-53-053.rawproto
│   ├── profile-2018-09-28-10-26-12-889.json
│   ├── profile-2018-09-28-10-26-12-889.rawproto
│   ├── profile-2018-09-28-10-28-03-398.json
│   ├── profile-2018-09-28-10-28-03-398.rawproto
│   ├── profile-2018-09-28-10-36-52-289.json
│   ├── profile-2018-09-28-10-36-52-289.rawproto
│   ├── profile-2018-09-28-10-49-27-016.json
│   ├── profile-2018-09-28-10-49-27-016.rawproto
│   ├── profile-2018-09-28-10-50-57-492.json
│   ├── profile-2018-09-28-10-50-57-492.rawproto
│   ├── profile-2018-09-28-10-57-09-370.json
│   ├── profile-2018-09-28-10-57-09-370.rawproto
│   ├── profile-2018-09-28-10-58-12-722.json
│   ├── profile-2018-09-28-10-58-12-722.rawproto
│   ├── profile-2018-09-28-11-01-26-630.json
│   ├── profile-2018-09-28-11-01-26-630.rawproto
│   ├── profile-2018-09-28-11-02-54-846.json
│   ├── profile-2018-09-28-11-02-54-846.rawproto
│   ├── profile-2018-09-28-11-04-16-663.json
│   ├── profile-2018-09-28-11-04-16-663.rawproto
│   ├── profile-2018-09-28-11-10-14-087.json
│   ├── profile-2018-09-28-11-10-14-087.rawproto
│   ├── profile-2018-09-28-11-10-40-100.json
│   ├── profile-2018-09-28-11-10-40-100.rawproto
│   ├── profile-2018-09-28-11-26-19-483.json
│   ├── profile-2018-09-28-11-26-19-483.rawproto
│   ├── profile-2018-09-28-11-29-39-502.json
│   ├── profile-2018-09-28-11-29-39-502.rawproto
│   ├── profile-2018-09-28-11-30-10-705.json
│   ├── profile-2018-09-28-11-30-10-705.rawproto
│   ├── profile-2018-09-28-11-33-10-715.json
│   ├── profile-2018-09-28-11-33-10-715.rawproto
│   ├── profile-2018-09-28-11-34-20-801.json
│   ├── profile-2018-09-28-11-34-20-801.rawproto
│   ├── profile-2018-09-28-11-38-07-721.json
│   ├── profile-2018-09-28-11-38-07-721.rawproto
│   ├── profile-2018-09-28-11-39-17-006.json
│   ├── profile-2018-09-28-11-39-17-006.rawproto
│   ├── profile-2018-09-28-13-04-41-471.json
│   ├── profile-2018-09-28-13-04-41-471.rawproto
│   ├── profile-2018-09-28-13-11-19-888.json
│   ├── profile-2018-09-28-13-11-19-888.rawproto
│   ├── profile-2018-09-28-13-18-14-076.json
│   ├── profile-2018-09-28-13-18-14-076.rawproto
│   ├── profile-2018-09-28-13-21-09-471.json
│   ├── profile-2018-09-28-13-21-09-471.rawproto
│   ├── profile-2018-09-28-13-22-08-468.json
│   ├── profile-2018-09-28-13-22-08-468.rawproto
│   ├── profile-2018-09-28-13-22-46-509.json
│   ├── profile-2018-09-28-13-22-46-509.rawproto
│   ├── profile-2018-09-28-13-23-34-029.json
│   ├── profile-2018-09-28-13-23-34-029.rawproto
│   ├── profile-2018-09-28-13-24-07-162.json
│   ├── profile-2018-09-28-13-24-07-162.rawproto
│   ├── profile-2018-09-28-13-27-16-417.json
│   ├── profile-2018-09-28-13-27-16-417.rawproto
│   ├── profile-2018-09-28-13-28-33-495.json
│   ├── profile-2018-09-28-13-28-33-495.rawproto
│   ├── profile-2018-09-28-13-35-03-772.json
│   ├── profile-2018-09-28-13-35-03-772.rawproto
│   ├── profile-2018-09-28-13-36-22-814.json
│   ├── profile-2018-09-28-13-36-22-814.rawproto
│   ├── profile-2018-09-28-14-05-22-127.json
│   ├── profile-2018-09-28-14-05-22-127.rawproto
│   ├── profile-2018-09-28-14-05-53-666.json
│   ├── profile-2018-09-28-14-05-53-666.rawproto
│   ├── profile-2018-09-28-14-07-03-204.json
│   ├── profile-2018-09-28-14-07-03-204.rawproto
│   ├── profile-2018-09-28-14-07-59-611.json
│   ├── profile-2018-09-28-14-07-59-611.rawproto
│   ├── profile-2018-09-28-14-10-29-100.json
│   ├── profile-2018-09-28-14-10-29-100.rawproto
│   ├── profile-2018-09-28-14-11-31-722.json
│   └── profile-2018-09-28-14-11-31-722.rawproto
├── build.gradle
├── gradle
│   └── wrapper
│   ├── gradle-wrapper.jar
│   └── gradle-wrapper.properties
├── gradle.properties
├── gradlew
├── gradlew.bat
├── local.properties
├── MyApplication.iml
└── settings.gradle

51 directories, 1354 files

标签:

实例下载地址

利用fragmentation实现多Activity和多Fragment实现,并完美解决沉浸式状态栏

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警