实例介绍
这个是订单系统android客户端的源码,配合上次我上传的jsp网站源码就是一个完整的订单系统原型
【实例截图】
【核心代码】
orderAndroid
└── orderAndroid
├── AndroidManifest.xml
├── bin
│ ├── AndroidManifest.xml
│ ├── classes
│ │ ├── order
│ │ │ ├── infoHandle
│ │ │ │ ├── AdviceInfo.class
│ │ │ │ ├── DeliverPath.class
│ │ │ │ ├── FliterProduct.class
│ │ │ │ ├── orderHandle.class
│ │ │ │ ├── OrderMainInfo.class
│ │ │ │ ├── Product.class
│ │ │ │ ├── productInfo.class
│ │ │ │ ├── ProductOrderInfo.class
│ │ │ │ ├── productTypeConfig.class
│ │ │ │ ├── productTypeInfo.class
│ │ │ │ ├── ShopCart.class
│ │ │ │ ├── ToOrderProductShow.class
│ │ │ │ ├── update$updatehttp.class
│ │ │ │ ├── update.class
│ │ │ │ ├── UpdateUserPass$ReadWork.class
│ │ │ │ ├── UpdateUserPass.class
│ │ │ │ ├── UserStat$updatehttp.class
│ │ │ │ └── UserStat.class
│ │ │ ├── main
│ │ │ │ ├── AddPathDialog$1.class
│ │ │ │ ├── AddPathDialog$2.class
│ │ │ │ ├── AddPathDialog.class
│ │ │ │ ├── AdviceDialog$1.class
│ │ │ │ ├── AdviceDialog$2.class
│ │ │ │ ├── AdviceDialog$3.class
│ │ │ │ ├── AdviceDialog.class
│ │ │ │ ├── AdviceShow$1.class
│ │ │ │ ├── AdviceShow$2.class
│ │ │ │ ├── AdviceShow$3.class
│ │ │ │ ├── AdviceShow$4.class
│ │ │ │ ├── AdviceShow$5.class
│ │ │ │ ├── AdviceShow$6.class
│ │ │ │ ├── AdviceShow.class
│ │ │ │ ├── amendCartDialog$1.class
│ │ │ │ ├── amendCartDialog$2.class
│ │ │ │ ├── amendCartDialog$3.class
│ │ │ │ ├── amendCartDialog$4.class
│ │ │ │ ├── amendCartDialog.class
│ │ │ │ ├── ArrayAdapter
│ │ │ │ │ ├── ArrayAdapterForXmlTable.class
│ │ │ │ │ ├── ProductArrayAdapter$ViewHolder.class
│ │ │ │ │ └── ProductArrayAdapter.class
│ │ │ │ ├── cartDialog$1.class
│ │ │ │ ├── cartDialog$2.class
│ │ │ │ ├── cartDialog$3.class
│ │ │ │ ├── cartDialog$4.class
│ │ │ │ ├── cartDialog.class
│ │ │ │ ├── DeliveryOrderMainShow$1.class
│ │ │ │ ├── DeliveryOrderMainShow$2.class
│ │ │ │ ├── DeliveryOrderMainShow$3.class
│ │ │ │ ├── DeliveryOrderMainShow$4.class
│ │ │ │ ├── DeliveryOrderMainShow$5.class
│ │ │ │ ├── DeliveryOrderMainShow.class
│ │ │ │ ├── DeliveryProductOrderShow$1.class
│ │ │ │ ├── DeliveryProductOrderShow$2.class
│ │ │ │ ├── DeliveryProductOrderShow$3.class
│ │ │ │ ├── DeliveryProductOrderShow$4.class
│ │ │ │ ├── DeliveryProductOrderShow$5.class
│ │ │ │ ├── DeliveryProductOrderShow$6.class
│ │ │ │ ├── DeliveryProductOrderShow$7.class
│ │ │ │ ├── DeliveryProductOrderShow$getDeliverPathHttp.class
│ │ │ │ ├── DeliveryProductOrderShow$Sure_DeliveryHttp.class
│ │ │ │ ├── DeliveryProductOrderShow.class
│ │ │ │ ├── FliterProductShow$1.class
│ │ │ │ ├── FliterProductShow$2.class
│ │ │ │ ├── FliterProductShow$3.class
│ │ │ │ ├── FliterProductShow.class
│ │ │ │ ├── ListAdapter
│ │ │ │ │ ├── AdviceListAdapter$1.class
│ │ │ │ │ ├── AdviceListAdapter$2.class
│ │ │ │ │ ├── AdviceListAdapter$3.class
│ │ │ │ │ ├── AdviceListAdapter$ViewHolder.class
│ │ │ │ │ ├── AdviceListAdapter.class
│ │ │ │ │ ├── ListAdapter.class
│ │ │ │ │ ├── ListAdapterForXmlTable$1.class
│ │ │ │ │ ├── ListAdapterForXmlTable$sendHttp.class
│ │ │ │ │ ├── ListAdapterForXmlTable.class
│ │ │ │ │ ├── OrderMainListAdapter$1.class
│ │ │ │ │ ├── OrderMainListAdapter$2.class
│ │ │ │ │ ├── OrderMainListAdapter$ViewHolder.class
│ │ │ │ │ ├── OrderMainListAdapter.class
│ │ │ │ │ ├── OrderProductAdapter$1.class
│ │ │ │ │ ├── OrderProductAdapter$2.class
│ │ │ │ │ ├── OrderProductAdapter$ViewHolder.class
│ │ │ │ │ ├── OrderProductAdapter.class
│ │ │ │ │ ├── ProductListAdapter$1.class
│ │ │ │ │ ├── ProductListAdapter$2.class
│ │ │ │ │ ├── ProductListAdapter$ViewHolder.class
│ │ │ │ │ ├── ProductListAdapter.class
│ │ │ │ │ ├── ProductTypeListAdapter$ViewHolder.class
│ │ │ │ │ ├── ProductTypeListAdapter.class
│ │ │ │ │ ├── ShopCartAdapter$ViewHolder.class
│ │ │ │ │ └── ShopCartAdapter.class
│ │ │ │ ├── Login$login.class
│ │ │ │ ├── Login.class
│ │ │ │ ├── LoginShow$1.class
│ │ │ │ ├── LoginShow$2.class
│ │ │ │ ├── LoginShow$3.class
│ │ │ │ ├── LoginShow$4.class
│ │ │ │ ├── LoginShow$5.class
│ │ │ │ ├── LoginShow$loginEvent.class
│ │ │ │ ├── LoginShow$updatehttp.class
│ │ │ │ ├── LoginShow.class
│ │ │ │ ├── main$ReadWork.class
│ │ │ │ ├── main.class
│ │ │ │ ├── MainShow$1.class
│ │ │ │ ├── MainShow$2.class
│ │ │ │ ├── MainShow$3.class
│ │ │ │ ├── MainShow$4.class
│ │ │ │ ├── MainShow$5.class
│ │ │ │ ├── MainShow.class
│ │ │ │ ├── MainTabShow$1.class
│ │ │ │ ├── MainTabShow$2.class
│ │ │ │ ├── MainTabShow$3.class
│ │ │ │ ├── MainTabShow.class
│ │ │ │ ├── MsgDialog.class
│ │ │ │ ├── MyAlertDialog$Builder$1.class
│ │ │ │ ├── MyAlertDialog$Builder$2.class
│ │ │ │ ├── MyAlertDialog$Builder.class
│ │ │ │ ├── MyAlertDialog.class
│ │ │ │ ├── MyDialog.class
│ │ │ │ ├── OrderMainShow$1.class
│ │ │ │ ├── OrderMainShow$2.class
│ │ │ │ ├── OrderMainShow$3.class
│ │ │ │ ├── OrderMainShow$4.class
│ │ │ │ ├── OrderMainShow$5.class
│ │ │ │ ├── OrderMainShow$6.class
│ │ │ │ ├── OrderMainShow$updateStat.class
│ │ │ │ ├── OrderMainShow.class
│ │ │ │ ├── pipedFactory.class
│ │ │ │ ├── ProductOrderShow$1.class
│ │ │ │ ├── ProductOrderShow$2.class
│ │ │ │ ├── ProductOrderShow$3.class
│ │ │ │ ├── ProductOrderShow$4.class
│ │ │ │ ├── ProductOrderShow$Confirm_OrderHttp.class
│ │ │ │ ├── ProductOrderShow$getDeliverPathHttp.class
│ │ │ │ ├── ProductOrderShow.class
│ │ │ │ ├── productTypeShow$1.class
│ │ │ │ ├── productTypeShow$2.class
│ │ │ │ ├── productTypeShow.class
│ │ │ │ ├── ReturnGoodsDialog$1.class
│ │ │ │ ├── ReturnGoodsDialog$2.class
│ │ │ │ ├── ReturnGoodsDialog.class
│ │ │ │ ├── ShopCartShow$1.class
│ │ │ │ ├── ShopCartShow$2.class
│ │ │ │ ├── ShopCartShow$3.class
│ │ │ │ ├── ShopCartShow$4.class
│ │ │ │ ├── ShopCartShow$5.class
│ │ │ │ ├── ShopCartShow$6.class
│ │ │ │ ├── ShopCartShow$7.class
│ │ │ │ ├── ShopCartShow$8.class
│ │ │ │ ├── ShopCartShow$SubmitCartHttp.class
│ │ │ │ ├── ShopCartShow.class
│ │ │ │ ├── showActivity$1.class
│ │ │ │ ├── showActivity$2.class
│ │ │ │ ├── showActivity.class
│ │ │ │ ├── UpdateUserPassDialog$1.class
│ │ │ │ ├── UpdateUserPassDialog$2.class
│ │ │ │ ├── UpdateUserPassDialog.class
│ │ │ │ └── userConfiguration.class
│ │ │ ├── org
│ │ │ │ ├── BuildConfig.class
│ │ │ │ ├── R$attr.class
│ │ │ │ ├── R$color.class
│ │ │ │ ├── R$drawable.class
│ │ │ │ ├── R$id.class
│ │ │ │ ├── R$layout.class
│ │ │ │ ├── R$string.class
│ │ │ │ ├── R$style.class
│ │ │ │ ├── R$xml.class
│ │ │ │ └── R.class
│ │ │ ├── preferencesFactory
│ │ │ │ └── SharedPreferencesFactory.class
│ │ │ └── Showtest
│ │ │ ├── ViewFlipperShow$1.class
│ │ │ ├── ViewFlipperShow$2.class
│ │ │ ├── ViewFlipperShow$3.class
│ │ │ ├── ViewFlipperShow.class
│ │ │ ├── ViewSwitcherShow$1.class
│ │ │ └── ViewSwitcherShow.class
│ │ ├── org
│ │ │ ├── Event
│ │ │ │ └── eventer.class
│ │ │ ├── EventInterFace
│ │ │ │ ├── EventerInterFace.class
│ │ │ │ └── eventInterFace.class
│ │ │ ├── HTTPStream
│ │ │ │ ├── HTTPAddress.class
│ │ │ │ ├── HTTPStream$1.class
│ │ │ │ ├── HTTPStream.class
│ │ │ │ └── HTTPStream_msg.class
│ │ │ ├── kxml2
│ │ │ │ └── io
│ │ │ │ └── KXmlParser.class
│ │ │ ├── SocketStream
│ │ │ │ ├── SocketAddress.class
│ │ │ │ ├── SocketClient.class
│ │ │ │ ├── Socket_msg.class
│ │ │ │ ├── SocketServe$1.class
│ │ │ │ ├── SocketServe.class
│ │ │ │ ├── SocketServeFactory.class
│ │ │ │ ├── SocketStream$ReadWorkThread.class
│ │ │ │ ├── SocketStream$WriteWorkThread.class
│ │ │ │ ├── SocketStream.class
│ │ │ │ └── SocketStreamFactory.class
│ │ │ ├── TCP
│ │ │ │ ├── TCPClientShow$1.class
│ │ │ │ ├── TCPClientShow$2.class
│ │ │ │ ├── TCPClientShow$3.class
│ │ │ │ ├── TCPClientShow$4.class
│ │ │ │ ├── TCPClientShow$5.class
│ │ │ │ ├── TCPClientShow.class
│ │ │ │ ├── TCPServerShow$1.class
│ │ │ │ ├── TCPServerShow$2.class
│ │ │ │ ├── TCPServerShow$3.class
│ │ │ │ ├── TCPServerShow$4.class
│ │ │ │ ├── TCPServerShow$5.class
│ │ │ │ ├── TCPServerShow.class
│ │ │ │ ├── TCPSeverLogin$TCPLogin.class
│ │ │ │ ├── TCPSeverLogin.class
│ │ │ │ ├── tcptest$1.class
│ │ │ │ ├── tcptest$TCPclient.class
│ │ │ │ └── tcptest.class
│ │ │ ├── UDP
│ │ │ │ ├── UDPAddress.class
│ │ │ │ ├── UDPClient.class
│ │ │ │ ├── UDP_Msg.class
│ │ │ │ ├── UDP_Packet.class
│ │ │ │ ├── UDPServe$1.class
│ │ │ │ └── UDPServe.class
│ │ │ ├── util
│ │ │ │ ├── byteInterFace
│ │ │ │ │ ├── byteReadInterFace.class
│ │ │ │ │ └── ByteWorkInterFace.class
│ │ │ │ ├── byteTools.class
│ │ │ │ ├── check.class
│ │ │ │ ├── comfigurationFactory.class
│ │ │ │ ├── getNewData.class
│ │ │ │ ├── message
│ │ │ │ │ ├── msg.class
│ │ │ │ │ └── Msg_InterFace.class
│ │ │ │ ├── piped
│ │ │ │ │ ├── pipedStream
│ │ │ │ │ │ ├── abpipdeOutObjectEventObject.class
│ │ │ │ │ │ ├── abpipedEventObjectLinker.class
│ │ │ │ │ │ ├── abpipedInObjectEventObject.class
│ │ │ │ │ │ ├── pipedEventObjectLinker.class
│ │ │ │ │ │ └── pipedLinkerFactory.class
│ │ │ │ │ └── pipedStreamInterFace
│ │ │ │ │ ├── FactoryInterFacr.class
│ │ │ │ │ ├── GetpipedEventObject.class
│ │ │ │ │ ├── Get_SetpipedEventObject.class
│ │ │ │ │ ├── pipedInObjectListener.class
│ │ │ │ │ ├── pipedOutObjectListener.class
│ │ │ │ │ └── SetpipedEventObject.class
│ │ │ │ │ ├── drive
│ │ │ │ │ │ └── printSystemDrive.class
│ │ │ │ │ ├── printInterFace
│ │ │ │ │ │ └── printInterFace.class
│ │ │ │ │ └── printLogCat.class
│ │ │ │ ├── readData.class
│ │ │ │ ├── sort
│ │ │ │ │ ├── sortFactory.class
│ │ │ │ │ ├── sortInterFace
│ │ │ │ │ │ ├── compareInterFace.class
│ │ │ │ │ │ └── sortInterFace.class
│ │ │ │ │ └── sortTest.class
│ │ │ │ ├── StringUtils.class
│ │ │ │ ├── strUtil.class
│ │ │ │ └── test
│ │ │ │ └── testInterFace.class
│ │ │ └── xmlpull
│ │ │ └── v1
│ │ │ ├── XmlPullParser.class
│ │ │ └── XmlPullParserException.class
│ │ ├── queryHTTP
│ │ │ ├── queryHTTP.class
│ │ │ ├── queryHTTPHandle.class
│ │ │ └── queryInfoHandle.class
│ │ └── xml
│ │ ├── msgre.class
│ │ ├── request
│ │ │ └── request.class
│ │ ├── response
│ │ │ └── response.class
│ │ ├── root.class
│ │ ├── var.class
│ │ ├── xmlInterFace.class
│ │ └── xmlTable
│ │ ├── LoginXml.class
│ │ ├── userXml.class
│ │ └── XmlTable.class
│ ├── classes.dex
│ ├── dexedLibs
│ │ └── annotations-464b1813dc3dfc48d9346cd89d4bd536.jar
│ ├── jarlist.cache
│ ├── order.apk
│ ├── res
│ │ ├── drawable
│ │ │ ├── addcontact.png
│ │ │ ├── addcontact_selected.png
│ │ │ ├── alertdialog.png
│ │ │ ├── alipay_records_consumption.png
│ │ │ ├── alipay_trading_remind.png
│ │ │ ├── bag_bg.png
│ │ │ ├── bottom.9.png
│ │ │ ├── bottom_button_login_selected.png
│ │ │ ├── btn_check_off.png
│ │ │ ├── btn_check_off_pressed.png
│ │ │ ├── btn_check_off_selected.png
│ │ │ ├── btn_check_on.png
│ │ │ ├── btn_check_on_pressed.png
│ │ │ ├── btn_check_on_selected.png
│ │ │ ├── btn_dial_textfield_pressed.9.png
│ │ │ ├── button2_down.png
│ │ │ ├── button2_over.png
│ │ │ ├── button2.png
│ │ │ ├── button_small_normal.png
│ │ │ ├── button_small_pressed.png
│ │ │ ├── button_small_selected.png
│ │ │ ├── calculator_addition_click.png
│ │ │ ├── calculator_addition.png
│ │ │ ├── calculator_cut_click.png
│ │ │ ├── calculator_cut.png
│ │ │ ├── calculator_ok_click.png
│ │ │ ├── calculator_ok.png
│ │ │ ├── default_bg.png
│ │ │ ├── delcontact.png
│ │ │ ├── delcontact_selected.png
│ │ │ ├── expander_ic_maximized.png
│ │ │ ├── expander_ic_minimized.png
│ │ │ ├── faceback.png
│ │ │ ├── h001.png
│ │ │ ├── homeicon.png
│ │ │ ├── ic_menu_delete.png
│ │ │ ├── ic_menu_refresh.png
│ │ │ ├── ico_menu_remind_setting.png
│ │ │ ├── icon.png
│ │ │ ├── info_button_down.png
│ │ │ ├── input_over.9.png
│ │ │ ├── login_back.9.png
│ │ │ ├── login_input.9.png
│ │ │ ├── logo.png
│ │ │ ├── messageicon1.png
│ │ │ ├── msgbg.png
│ │ │ ├── option_normal.png
│ │ │ ├── option_selected.png
│ │ │ └── setting.png
│ │ ├── drawable-hdpi
│ │ │ └── icon.png
│ │ └── drawable-ldpi
│ │ └── icon.png
│ └── resources.ap_
├── gen
│ └── order
│ └── org
│ ├── BuildConfig.java
│ └── R.java
├── proguard.cfg
├── project.properties
├── res
│ ├── color
│ │ └── qq_checkbox_text_color.xml
│ ├── drawable
│ │ ├── addcontact.png
│ │ ├── addcontact_selected.png
│ │ ├── alertdialog.png
│ │ ├── alipay_records_consumption.png
│ │ ├── alipay_trading_remind.png
│ │ ├── bag_bg.png
│ │ ├── bottom.9.png
│ │ ├── bottom_button_login_selected.png
│ │ ├── btn_check_off.png
│ │ ├── btn_check_off_pressed.png
│ │ ├── btn_check_off_selected.png
│ │ ├── btn_check_on.png
│ │ ├── btn_check_on_pressed.png
│ │ ├── btn_check_on_selected.png
│ │ ├── btn_dial_textfield_pressed.9.png
│ │ ├── button2_down.png
│ │ ├── button2_over.png
│ │ ├── button2.png
│ │ ├── button_small_normal.png
│ │ ├── button_small_pressed.png
│ │ ├── button_small_selected.png
│ │ ├── calculator_addition_click.png
│ │ ├── calculator_addition.png
│ │ ├── calculator_cut_click.png
│ │ ├── calculator_cut.png
│ │ ├── calculator_ok_click.png
│ │ ├── calculator_ok.png
│ │ ├── default_bg.png
│ │ ├── delcontact.png
│ │ ├── delcontact_selected.png
│ │ ├── expander_ic_maximized.png
│ │ ├── expander_ic_minimized.png
│ │ ├── faceback.png
│ │ ├── h001.png
│ │ ├── homeicon.png
│ │ ├── ic_menu_delete.png
│ │ ├── ic_menu_refresh.png
│ │ ├── ico_menu_remind_setting.png
│ │ ├── icon.png
│ │ ├── info_button_down.png
│ │ ├── input_over.9.png
│ │ ├── list_item_bg.xml
│ │ ├── login_back.9.png
│ │ ├── login_head.xml
│ │ ├── login_input.9.png
│ │ ├── logo.png
│ │ ├── messageicon1.png
│ │ ├── more_select.xml
│ │ ├── msgbg.png
│ │ ├── option_normal.png
│ │ ├── option_selected.png
│ │ ├── option.xml
│ │ ├── qq_btn_check.xml
│ │ ├── qq_edit_login.xml
│ │ ├── setting.png
│ │ └── whiterounded_half_bg.xml
│ ├── drawable-hdpi
│ │ └── icon.png
│ ├── drawable-ldpi
│ │ └── icon.png
│ ├── layout
│ │ ├── activeytest.xml
│ │ ├── addpathdialog.xml
│ │ ├── adviceadddialog.xml
│ │ ├── advicelist.xml
│ │ ├── adviceshow.xml
│ │ ├── alertdialog.xml
│ │ ├── buttonstlyetext.xml
│ │ ├── carddialog.xml
│ │ ├── delivermain.xml
│ │ ├── deliverproductordershow.xml
│ │ ├── login.xml
│ │ ├── maintabshow.xml
│ │ ├── main.xml
│ │ ├── msgdialog.xml
│ │ ├── orderfilter.xml
│ │ ├── orderhandleshow.xml
│ │ ├── ordermainlist.xml
│ │ ├── ordermainshow.xml
│ │ ├── productfilter.xml
│ │ ├── productlist.xml
│ │ ├── productorderlist.xml
│ │ ├── productordershow.xml
│ │ ├── producttypelist.xml
│ │ ├── producttypeshow.xml
│ │ ├── radiobuttontect.xml
│ │ ├── returngoodsdialog.xml
│ │ ├── shopcartlist.xml
│ │ ├── shopcartshow.xml
│ │ ├── tcpclientshow.xml
│ │ ├── tcpservershow.xml
│ │ ├── updateuserpass.xml
│ │ ├── viewflippertest.xml
│ │ └── viewswitchertest.xml
│ ├── values
│ │ ├── strings.xml
│ │ └── styles.xml
│ └── xml
│ ├── addbuttonselect.xml
│ ├── addbuttonstyle.xml
│ ├── color.xml
│ ├── delbuttonstyle.xml
│ ├── minusbuttonstyle.xml
│ ├── radiobuttonstyle.xml
│ └── titlebutton.xml
└── src
├── order
│ ├── infoHandle
│ │ ├── AdviceInfo.java
│ │ ├── DeliverPath.java
│ │ ├── FliterProduct.java
│ │ ├── orderHandle.java
│ │ ├── OrderMainInfo.java
│ │ ├── productInfo.java
│ │ ├── Product.java
│ │ ├── ProductOrderInfo.java
│ │ ├── productTypeConfig.java
│ │ ├── productTypeInfo.java
│ │ ├── ShopCart.java
│ │ ├── ToOrderProductShow.java
│ │ ├── update.java
│ │ ├── UpdateUserPass.java
│ │ └── UserStat.java
│ ├── main
│ │ ├── AddPathDialog.java
│ │ ├── AdviceDialog.java
│ │ ├── AdviceShow.java
│ │ ├── amendCartDialog.java
│ │ ├── ArrayAdapter
│ │ │ ├── ArrayAdapterForXmlTable.java
│ │ │ └── ProductArrayAdapter.java
│ │ ├── cartDialog.java
│ │ ├── DeliveryOrderMainShow.java
│ │ ├── DeliveryProductOrderShow.java
│ │ ├── FliterProductShow.java
│ │ ├── ListAdapter
│ │ │ ├── AdviceListAdapter.java
│ │ │ ├── ListAdapterForXmlTable.java
│ │ │ ├── ListAdapter.java
│ │ │ ├── OrderMainListAdapter.java
│ │ │ ├── OrderProductAdapter.java
│ │ │ ├── ProductListAdapter.java
│ │ │ ├── ProductTypeListAdapter.java
│ │ │ └── ShopCartAdapter.java
│ │ ├── Login.java
│ │ ├── LoginShow.java
│ │ ├── main.java
│ │ ├── MainShow.java
│ │ ├── MainTabShow.java
│ │ ├── MsgDialog.java
│ │ ├── MyAlertDialog.java
│ │ ├── MyDialog.java
│ │ ├── OrderMainShow.java
│ │ ├── pipedFactory.java
│ │ ├── ProductOrderShow.java
│ │ ├── productTypeShow.java
│ │ ├── ReturnGoodsDialog.java
│ │ ├── ShopCartShow.java
│ │ ├── showActivity.java
│ │ ├── UpdateUserPassDialog.java
│ │ └── userConfiguration.java
│ ├── preferencesFactory
│ │ └── SharedPreferencesFactory.java
│ └── Showtest
│ ├── ViewFlipperShow.java
│ └── ViewSwitcherShow.java
├── org
│ ├── Event
│ │ └── eventer.java
│ ├── EventInterFace
│ │ ├── EventerInterFace.java
│ │ └── eventInterFace.java
│ ├── HTTPStream
│ │ ├── HTTPAddress.java
│ │ ├── HTTPStream.java
│ │ └── HTTPStream_msg.java
│ ├── kxml2
│ │ └── io
│ │ └── KXmlParser.java
│ ├── SocketStream
│ │ ├── SocketAddress.java
│ │ ├── SocketClient.java
│ │ ├── Socket_msg.java
│ │ ├── SocketServeFactory.java
│ │ ├── SocketServe.java
│ │ ├── SocketStreamFactory.java
│ │ └── SocketStream.java
│ ├── TCP
│ │ ├── TCPClientShow.java
│ │ ├── TCPServerShow.java
│ │ ├── TCPSeverLogin.java
│ │ └── tcptest.java
│ ├── UDP
│ │ ├── UDPAddress.java
│ │ ├── UDPClient.java
│ │ ├── UDP_Msg.java
│ │ ├── UDP_Packet.java
│ │ └── UDPServe.java
│ ├── util
│ │ ├── byteInterFace
│ │ │ ├── byteReadInterFace.java
│ │ │ └── ByteWorkInterFace.java
│ │ ├── byteTools.java
│ │ ├── check.java
│ │ ├── comfigurationFactory.java
│ │ ├── getNewData.java
│ │ ├── message
│ │ │ ├── Msg_InterFace.java
│ │ │ └── msg.java
│ │ ├── piped
│ │ │ ├── pipedStream
│ │ │ │ ├── abpipdeOutObjectEventObject.java
│ │ │ │ ├── abpipedEventObjectLinker.java
│ │ │ │ ├── abpipedInObjectEventObject.java
│ │ │ │ ├── pipedEventObjectLinker.java
│ │ │ │ └── pipedLinkerFactory.java
│ │ │ └── pipedStreamInterFace
│ │ │ ├── FactoryInterFacr.java
│ │ │ ├── GetpipedEventObject.java
│ │ │ ├── Get_SetpipedEventObject.java
│ │ │ ├── pipedInObjectListener.java
│ │ │ ├── pipedOutObjectListener.java
│ │ │ └── SetpipedEventObject.java
│ │ │ ├── drive
│ │ │ │ └── printSystemDrive.java
│ │ │ ├── printInterFace
│ │ │ │ └── printInterFace.java
│ │ │ └── printLogCat.java
│ │ ├── readData.java
│ │ ├── sort
│ │ │ ├── sortFactory.java
│ │ │ ├── sortInterFace
│ │ │ │ ├── compareInterFace.java
│ │ │ │ └── sortInterFace.java
│ │ │ └── sortTest.java
│ │ ├── StringUtils.java
│ │ ├── strUtil.java
│ │ └── test
│ │ └── testInterFace.java
│ └── xmlpull
│ └── v1
│ ├── XmlPullParserException.java
│ └── XmlPullParser.java
├── queryHTTP
│ ├── queryHTTPHandle.java
│ ├── queryHTTP.java
│ └── queryInfoHandle.java
└── xml
├── msgre.java
├── request
│ └── request.java
├── response
│ └── response.java
├── root.java
├── var.java
├── xmlInterFace.java
└── xmlTable
├── LoginXml.java
├── userXml.java
└── XmlTable.java
91 directories, 542 files
标签:
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论