实例介绍
Android通过Webservice操作sqlserver数据库 android studio3.0.1 VS2013 DB2015
【实例截图】
【核心代码】
androidstudio3.0.1VS2013DB2015Android通过Webservice操作sqlserver数据库
└── android studio3.0.1 VS2013 DB2015 Android通过Webservice操作sqlserver数据库
├── MyApplication3
│ ├── app
│ │ ├── app.iml
│ │ ├── build
│ │ │ ├── generated
│ │ │ │ ├── mockable-android-26.v3.jar
│ │ │ │ ├── res
│ │ │ │ │ └── pngs
│ │ │ │ │ └── debug
│ │ │ │ │ ├── drawable-anydpi-v21
│ │ │ │ │ │ └── ic_launcher_background.xml
│ │ │ │ │ ├── drawable-hdpi
│ │ │ │ │ │ └── ic_launcher_background.png
│ │ │ │ │ ├── drawable-ldpi
│ │ │ │ │ │ └── ic_launcher_background.png
│ │ │ │ │ ├── drawable-mdpi
│ │ │ │ │ │ └── ic_launcher_background.png
│ │ │ │ │ ├── drawable-xhdpi
│ │ │ │ │ │ └── ic_launcher_background.png
│ │ │ │ │ ├── drawable-xxhdpi
│ │ │ │ │ │ └── ic_launcher_background.png
│ │ │ │ │ └── drawable-xxxhdpi
│ │ │ │ │ └── ic_launcher_background.png
│ │ │ │ └── source
│ │ │ │ ├── buildConfig
│ │ │ │ │ ├── androidTest
│ │ │ │ │ │ └── debug
│ │ │ │ │ │ └── com
│ │ │ │ │ │ └── example
│ │ │ │ │ │ └── suhe
│ │ │ │ │ │ └── myapplication
│ │ │ │ │ │ └── test
│ │ │ │ │ │ └── BuildConfig.java
│ │ │ │ │ └── debug
│ │ │ │ │ └── com
│ │ │ │ │ └── example
│ │ │ │ │ └── suhe
│ │ │ │ │ └── myapplication
│ │ │ │ │ └── BuildConfig.java
│ │ │ │ └── r
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ │ ├── android
│ │ │ │ │ │ └── support
│ │ │ │ │ │ └── test
│ │ │ │ │ │ ├── espresso
│ │ │ │ │ │ │ ├── idling
│ │ │ │ │ │ │ │ └── concurrent
│ │ │ │ │ │ │ │ └── R.java
│ │ │ │ │ │ │ └── R.java
│ │ │ │ │ │ ├── rules
│ │ │ │ │ │ │ └── R.java
│ │ │ │ │ │ └── runner
│ │ │ │ │ │ └── R.java
│ │ │ │ │ └── com
│ │ │ │ │ └── example
│ │ │ │ │ └── suhe
│ │ │ │ │ └── myapplication
│ │ │ │ │ └── test
│ │ │ │ │ └── R.java
│ │ │ │ └── debug
│ │ │ │ ├── android
│ │ │ │ │ └── support
│ │ │ │ │ └── constraint
│ │ │ │ │ └── R.java
│ │ │ │ └── com
│ │ │ │ └── example
│ │ │ │ └── suhe
│ │ │ │ └── myapplication
│ │ │ │ └── R.java
│ │ │ ├── intermediates
│ │ │ │ ├── blame
│ │ │ │ │ └── res
│ │ │ │ │ ├── androidTest
│ │ │ │ │ │ └── debug
│ │ │ │ │ │ └── multi-v2
│ │ │ │ │ │ ├── debug.json
│ │ │ │ │ │ └── values.json
│ │ │ │ │ └── debug
│ │ │ │ │ ├── multi-v2
│ │ │ │ │ │ ├── debug.json
│ │ │ │ │ │ └── values.json
│ │ │ │ │ └── single
│ │ │ │ │ └── debug.json
│ │ │ │ ├── build-info
│ │ │ │ │ └── debug
│ │ │ │ │ └── build-info.xml
│ │ │ │ ├── classes
│ │ │ │ │ └── debug
│ │ │ │ │ ├── android
│ │ │ │ │ │ └── support
│ │ │ │ │ │ └── constraint
│ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ └── R.class
│ │ │ │ │ └── com
│ │ │ │ │ └── example
│ │ │ │ │ └── suhe
│ │ │ │ │ └── myapplication
│ │ │ │ │ ├── BuildConfig.class
│ │ │ │ │ ├── DBUtil$1.class
│ │ │ │ │ ├── DBUtil$2.class
│ │ │ │ │ ├── DBUtil$3.class
│ │ │ │ │ ├── DBUtil.class
│ │ │ │ │ ├── HttpConnSoap.class
│ │ │ │ │ ├── MainActivity$1.class
│ │ │ │ │ ├── MainActivity$2.class
│ │ │ │ │ ├── MainActivity$3.class
│ │ │ │ │ ├── MainActivity$4.class
│ │ │ │ │ ├── MainActivity$5.class
│ │ │ │ │ ├── MainActivity$6.class
│ │ │ │ │ ├── MainActivity$7.class
│ │ │ │ │ ├── MainActivity$8.class
│ │ │ │ │ ├── MainActivity.class
│ │ │ │ │ ├── R$attr.class
│ │ │ │ │ ├── R$color.class
│ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ ├── R$id.class
│ │ │ │ │ ├── R$layout.class
│ │ │ │ │ ├── R$mipmap.class
│ │ │ │ │ ├── R$string.class
│ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ ├── R$style.class
│ │ │ │ │ └── R.class
│ │ │ │ ├── incremental
│ │ │ │ │ ├── compileDebugAidl
│ │ │ │ │ │ └── dependency.store
│ │ │ │ │ ├── compileDebugAndroidTestAidl
│ │ │ │ │ │ └── dependency.store
│ │ │ │ │ ├── debug-mergeJavaRes
│ │ │ │ │ │ ├── merge-state
│ │ │ │ │ │ └── zip-cache
│ │ │ │ │ │ ├── r_A5W427iAL_+h5QF1F3LPZwLjI=
│ │ │ │ │ │ └── zYCJpWMrtTYLznDvLhOJQiHIMs4=
│ │ │ │ │ ├── debug-mergeJniLibs
│ │ │ │ │ │ ├── merge-state
│ │ │ │ │ │ └── zip-cache
│ │ │ │ │ │ ├── r_A5W427iAL_+h5QF1F3LPZwLjI=
│ │ │ │ │ │ └── zYCJpWMrtTYLznDvLhOJQiHIMs4=
│ │ │ │ │ ├── mergeDebugAndroidTestResources
│ │ │ │ │ │ ├── compile-file-map.properties
│ │ │ │ │ │ ├── merged.dir
│ │ │ │ │ │ │ └── values
│ │ │ │ │ │ │ └── values.xml
│ │ │ │ │ │ └── merger.xml
│ │ │ │ │ ├── mergeDebugAssets
│ │ │ │ │ │ └── merger.xml
│ │ │ │ │ ├── mergeDebugJniLibFolders
│ │ │ │ │ │ └── merger.xml
│ │ │ │ │ ├── mergeDebugResources
│ │ │ │ │ │ ├── compile-file-map.properties
│ │ │ │ │ │ ├── merged.dir
│ │ │ │ │ │ │ └── values
│ │ │ │ │ │ │ └── values.xml
│ │ │ │ │ │ └── merger.xml
│ │ │ │ │ ├── mergeDebugShaders
│ │ │ │ │ │ └── merger.xml
│ │ │ │ │ ├── packageDebug
│ │ │ │ │ │ └── debug
│ │ │ │ │ │ ├── dex-renamer-state.txt
│ │ │ │ │ │ ├── file-input-save-data.txt
│ │ │ │ │ │ └── zip-cache
│ │ │ │ │ │ └── 4qvCMulyeuHTHltnmdwP_yjJif8=
│ │ │ │ │ └── packageInstantRunResourcesDebug
│ │ │ │ │ └── debug
│ │ │ │ │ ├── dex-renamer-state.txt
│ │ │ │ │ └── zip-cache
│ │ │ │ │ └── 4qvCMulyeuHTHltnmdwP_yjJif8=
│ │ │ │ ├── incremental-classes
│ │ │ │ │ └── debug
│ │ │ │ │ └── instant-run-bootstrap.jar
│ │ │ │ ├── incremental-runtime-classes
│ │ │ │ │ └── debug
│ │ │ │ │ └── instant-run.jar
│ │ │ │ ├── incremental-verifier
│ │ │ │ │ └── debug
│ │ │ │ │ ├── android
│ │ │ │ │ │ └── support
│ │ │ │ │ │ └── constraint
│ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ └── R.class
│ │ │ │ │ └── com
│ │ │ │ │ └── example
│ │ │ │ │ └── suhe
│ │ │ │ │ └── myapplication
│ │ │ │ │ ├── BuildConfig.class
│ │ │ │ │ ├── DBUtil$1.class
│ │ │ │ │ ├── DBUtil$2.class
│ │ │ │ │ ├── DBUtil$3.class
│ │ │ │ │ ├── DBUtil.class
│ │ │ │ │ ├── HttpConnSoap.class
│ │ │ │ │ ├── MainActivity$1.class
│ │ │ │ │ ├── MainActivity$2.class
│ │ │ │ │ ├── MainActivity$3.class
│ │ │ │ │ ├── MainActivity$4.class
│ │ │ │ │ ├── MainActivity$5.class
│ │ │ │ │ ├── MainActivity$6.class
│ │ │ │ │ ├── MainActivity$7.class
│ │ │ │ │ ├── MainActivity$8.class
│ │ │ │ │ ├── MainActivity.class
│ │ │ │ │ ├── R$attr.class
│ │ │ │ │ ├── R$color.class
│ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ ├── R$id.class
│ │ │ │ │ ├── R$layout.class
│ │ │ │ │ ├── R$mipmap.class
│ │ │ │ │ ├── R$string.class
│ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ ├── R$style.class
│ │ │ │ │ └── R.class
│ │ │ │ ├── instant-run-resources
│ │ │ │ │ ├── output.json
│ │ │ │ │ └── resources-debug.ir.ap_
│ │ │ │ ├── instant-run-support
│ │ │ │ │ └── debug
│ │ │ │ │ ├── dependencies
│ │ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ │ ├── manifestChecker
│ │ │ │ │ │ ├── manifest.crc
│ │ │ │ │ │ └── manifest.xml
│ │ │ │ │ ├── package_dependencies
│ │ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ │ ├── package_slice_0
│ │ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ │ ├── package_slice_1
│ │ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ │ ├── package_slice_2
│ │ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ │ ├── package_slice_3
│ │ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ │ ├── package_slice_4
│ │ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ │ ├── package_slice_5
│ │ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ │ ├── package_slice_6
│ │ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ │ ├── package_slice_7
│ │ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ │ ├── package_slice_8
│ │ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ │ ├── package_slice_9
│ │ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ │ ├── slice_0
│ │ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ │ ├── slice_1
│ │ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ │ ├── slice_2
│ │ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ │ ├── slice_3
│ │ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ │ ├── slice_4
│ │ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ │ ├── slice_5
│ │ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ │ ├── slice_6
│ │ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ │ ├── slice_7
│ │ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ │ ├── slice_8
│ │ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ │ └── slice_9
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ ├── javaPrecompile
│ │ │ │ │ └── debug
│ │ │ │ │ └── annotationProcessors.json
│ │ │ │ ├── manifest
│ │ │ │ │ └── androidTest
│ │ │ │ │ └── debug
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ └── output.json
│ │ │ │ ├── manifests
│ │ │ │ │ ├── density
│ │ │ │ │ │ └── debug
│ │ │ │ │ │ └── output.json
│ │ │ │ │ ├── full
│ │ │ │ │ │ └── debug
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ └── output.json
│ │ │ │ │ └── instant-run
│ │ │ │ │ └── debug
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ └── output.json
│ │ │ │ ├── res
│ │ │ │ │ ├── androidTest
│ │ │ │ │ │ └── debug
│ │ │ │ │ │ ├── output.json
│ │ │ │ │ │ └── resources-debugAndroidTest.ap_
│ │ │ │ │ ├── debug
│ │ │ │ │ │ ├── output.json
│ │ │ │ │ │ └── resources-debug.ap_
│ │ │ │ │ ├── merged
│ │ │ │ │ │ ├── androidTest
│ │ │ │ │ │ │ └── debug
│ │ │ │ │ │ │ └── values_values.arsc.flat
│ │ │ │ │ │ └── debug
│ │ │ │ │ │ ├── drawable-anydpi-v21_ic_launcher_background.xml.flat
│ │ │ │ │ │ ├── drawable-hdpi_ic_launcher_background.png.flat
│ │ │ │ │ │ ├── drawable-ldpi_ic_launcher_background.png.flat
│ │ │ │ │ │ ├── drawable-mdpi_ic_launcher_background.png.flat
│ │ │ │ │ │ ├── drawable-v24_ic_launcher_foreground.xml.flat
│ │ │ │ │ │ ├── drawable-xhdpi_ic_launcher_background.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi_ic_launcher_background.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi_ic_launcher_background.png.flat
│ │ │ │ │ │ ├── layout_activity_main.xml.flat
│ │ │ │ │ │ ├── layout_adapter_item.xml.flat
│ │ │ │ │ │ ├── layout_dialog_add.xml.flat
│ │ │ │ │ │ ├── layout_dialog_delete.xml.flat
│ │ │ │ │ │ ├── mipmap-anydpi-v26_ic_launcher_round.xml.flat
│ │ │ │ │ │ ├── mipmap-anydpi-v26_ic_launcher.xml.flat
│ │ │ │ │ │ ├── mipmap-hdpi_ic_launcher.png.flat
│ │ │ │ │ │ ├── mipmap-hdpi_ic_launcher_round.png.flat
│ │ │ │ │ │ ├── mipmap-mdpi_ic_launcher.png.flat
│ │ │ │ │ │ ├── mipmap-mdpi_ic_launcher_round.png.flat
│ │ │ │ │ │ ├── mipmap-xhdpi_ic_launcher.png.flat
│ │ │ │ │ │ ├── mipmap-xhdpi_ic_launcher_round.png.flat
│ │ │ │ │ │ ├── mipmap-xxhdpi_ic_launcher.png.flat
│ │ │ │ │ │ ├── mipmap-xxhdpi_ic_launcher_round.png.flat
│ │ │ │ │ │ ├── mipmap-xxxhdpi_ic_launcher.png.flat
│ │ │ │ │ │ ├── mipmap-xxxhdpi_ic_launcher_round.png.flat
│ │ │ │ │ │ └── values_values.arsc.flat
│ │ │ │ │ └── symbol-table-with-package
│ │ │ │ │ ├── androidTest
│ │ │ │ │ │ └── debug
│ │ │ │ │ │ └── package-aware-r.txt
│ │ │ │ │ └── debug
│ │ │ │ │ └── package-aware-r.txt
│ │ │ │ ├── split-apk
│ │ │ │ │ └── debug
│ │ │ │ │ ├── dep
│ │ │ │ │ │ └── dependencies.apk
│ │ │ │ │ └── slices
│ │ │ │ │ ├── slice_0.apk
│ │ │ │ │ ├── slice_1.apk
│ │ │ │ │ ├── slice_2.apk
│ │ │ │ │ ├── slice_3.apk
│ │ │ │ │ ├── slice_4.apk
│ │ │ │ │ ├── slice_5.apk
│ │ │ │ │ ├── slice_6.apk
│ │ │ │ │ ├── slice_7.apk
│ │ │ │ │ ├── slice_8.apk
│ │ │ │ │ └── slice_9.apk
│ │ │ │ ├── splits-support
│ │ │ │ │ ├── androidTest
│ │ │ │ │ │ └── debug
│ │ │ │ │ │ └── split-list.gson
│ │ │ │ │ └── debug
│ │ │ │ │ └── split-list.gson
│ │ │ │ ├── symbols
│ │ │ │ │ ├── androidTest
│ │ │ │ │ │ └── debug
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ └── debug
│ │ │ │ │ └── R.txt
│ │ │ │ └── transforms
│ │ │ │ ├── dexBuilder
│ │ │ │ │ └── debug
│ │ │ │ │ ├── 0.jar
│ │ │ │ │ ├── 108.jar
│ │ │ │ │ ├── 109.jar
│ │ │ │ │ ├── 110.jar
│ │ │ │ │ ├── 111.jar
│ │ │ │ │ ├── 112.jar
│ │ │ │ │ ├── 114.jar
│ │ │ │ │ ├── 118
│ │ │ │ │ │ └── com
│ │ │ │ │ │ └── android
│ │ │ │ │ │ └── tools
│ │ │ │ │ │ └── ir
│ │ │ │ │ │ └── dummy
│ │ │ │ │ │ └── slice_0.dex
│ │ │ │ │ ├── 119
│ │ │ │ │ │ └── com
│ │ │ │ │ │ └── android
│ │ │ │ │ │ └── tools
│ │ │ │ │ │ └── ir
│ │ │ │ │ │ └── dummy
│ │ │ │ │ │ └── slice_1.dex
│ │ │ │ │ ├── 120
│ │ │ │ │ │ └── com
│ │ │ │ │ │ └── android
│ │ │ │ │ │ └── tools
│ │ │ │ │ │ └── ir
│ │ │ │ │ │ └── dummy
│ │ │ │ │ │ └── slice_2.dex
│ │ │ │ │ ├── 121
│ │ │ │ │ │ └── com
│ │ │ │ │ │ └── android
│ │ │ │ │ │ └── tools
│ │ │ │ │ │ └── ir
│ │ │ │ │ │ └── dummy
│ │ │ │ │ │ └── slice_3.dex
│ │ │ │ │ ├── 122
│ │ │ │ │ │ └── com
│ │ │ │ │ │ └── android
│ │ │ │ │ │ └── tools
│ │ │ │ │ │ └── ir
│ │ │ │ │ │ └── dummy
│ │ │ │ │ │ └── slice_4.dex
│ │ │ │ │ ├── 123
│ │ │ │ │ │ └── com
│ │ │ │ │ │ └── android
│ │ │ │ │ │ └── tools
│ │ │ │ │ │ └── ir
│ │ │ │ │ │ └── dummy
│ │ │ │ │ │ └── slice_5.dex
│ │ │ │ │ ├── 124
│ │ │ │ │ │ └── com
│ │ │ │ │ │ └── android
│ │ │ │ │ │ └── tools
│ │ │ │ │ │ └── ir
│ │ │ │ │ │ └── dummy
│ │ │ │ │ │ └── slice_6.dex
│ │ │ │ │ ├── 125
│ │ │ │ │ │ └── com
│ │ │ │ │ │ └── android
│ │ │ │ │ │ └── tools
│ │ │ │ │ │ └── ir
│ │ │ │ │ │ └── dummy
│ │ │ │ │ │ └── slice_7.dex
│ │ │ │ │ ├── 126
│ │ │ │ │ │ └── com
│ │ │ │ │ │ ├── android
│ │ │ │ │ │ │ └── tools
│ │ │ │ │ │ │ └── ir
│ │ │ │ │ │ │ └── dummy
│ │ │ │ │ │ │ └── slice_8.dex
│ │ │ │ │ │ └── example
│ │ │ │ │ │ └── suhe
│ │ │ │ │ │ └── myapplication
│ │ │ │ │ │ ├── BuildConfig.dex
│ │ │ │ │ │ ├── DBUtil$1.dex
│ │ │ │ │ │ ├── DBUtil$2.dex
│ │ │ │ │ │ ├── DBUtil$3.dex
│ │ │ │ │ │ ├── DBUtil.dex
│ │ │ │ │ │ ├── HttpConnSoap.dex
│ │ │ │ │ │ ├── MainActivity$1.dex
│ │ │ │ │ │ ├── MainActivity$2.dex
│ │ │ │ │ │ ├── MainActivity$3.dex
│ │ │ │ │ │ ├── MainActivity$4.dex
│ │ │ │ │ │ ├── MainActivity$5.dex
│ │ │ │ │ │ ├── MainActivity$6.dex
│ │ │ │ │ │ ├── MainActivity$7.dex
│ │ │ │ │ │ ├── MainActivity$8.dex
│ │ │ │ │ │ ├── MainActivity.dex
│ │ │ │ │ │ ├── R$attr.dex
│ │ │ │ │ │ ├── R$color.dex
│ │ │ │ │ │ ├── R$drawable.dex
│ │ │ │ │ │ ├── R$id.dex
│ │ │ │ │ │ ├── R$layout.dex
│ │ │ │ │ │ ├── R$mipmap.dex
│ │ │ │ │ │ ├── R$string.dex
│ │ │ │ │ │ ├── R$styleable.dex
│ │ │ │ │ │ ├── R$style.dex
│ │ │ │ │ │ └── R.dex
│ │ │ │ │ ├── 127
│ │ │ │ │ │ ├── android
│ │ │ │ │ │ │ └── support
│ │ │ │ │ │ │ └── constraint
│ │ │ │ │ │ │ ├── R$attr.dex
│ │ │ │ │ │ │ ├── R$id.dex
│ │ │ │ │ │ │ ├── R$styleable.dex
│ │ │ │ │ │ │ └── R.dex
│ │ │ │ │ │ └── com
│ │ │ │ │ │ └── android
│ │ │ │ │ │ └── tools
│ │ │ │ │ │ └── ir
│ │ │ │ │ │ └── dummy
│ │ │ │ │ │ └── slice_9.dex
│ │ │ │ │ ├── 1.jar
│ │ │ │ │ └── __content__.json
│ │ │ │ ├── dexMerger
│ │ │ │ │ └── debug
│ │ │ │ │ ├── 100
│ │ │ │ │ │ └── classes.dex
│ │ │ │ │ ├── 101
│ │ │ │ │ │ └── classes.dex
│ │ │ │ │ ├── 102
│ │ │ │ │ │ └── classes.dex
│ │ │ │ │ ├── 103
│ │ │ │ │ │ └── classes.dex
│ │ │ │ │ ├── 104
│ │ │ │ │ │ └── classes.dex
│ │ │ │ │ ├── 105
│ │ │ │ │ │ └── classes.dex
│ │ │ │ │ ├── 106
│ │ │ │ │ │ └── classes.dex
│ │ │ │ │ ├── 107
│ │ │ │ │ │ └── classes.dex
│ │ │ │ │ ├── 108
│ │ │ │ │ │ └── classes.dex
│ │ │ │ │ ├── 109
│ │ │ │ │ │ └── classes.dex
│ │ │ │ │ ├── 110
│ │ │ │ │ │ └── classes.dex
│ │ │ │ │ ├── 111
│ │ │ │ │ │ └── classes.dex
│ │ │ │ │ ├── 112
│ │ │ │ │ │ └── classes.dex
│ │ │ │ │ ├── 96
│ │ │ │ │ │ └── classes.dex
│ │ │ │ │ ├── 97
│ │ │ │ │ │ └── classes.dex
│ │ │ │ │ ├── 98
│ │ │ │ │ │ └── classes.dex
│ │ │ │ │ ├── 99
│ │ │ │ │ │ └── classes.dex
│ │ │ │ │ └── __content__.json
│ │ │ │ ├── externalLibsDexMerger
│ │ │ │ │ └── debug
│ │ │ │ │ ├── 0
│ │ │ │ │ │ └── classes.dex
│ │ │ │ │ └── __content__.json
│ │ │ │ ├── extractJars
│ │ │ │ │ └── debug
│ │ │ │ │ └── __content__.json
│ │ │ │ ├── instantRun
│ │ │ │ │ └── debug
│ │ │ │ │ ├── 0
│ │ │ │ │ │ ├── android
│ │ │ │ │ │ │ └── support
│ │ │ │ │ │ │ └── constraint
│ │ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ │ └── R.class
│ │ │ │ │ │ └── com
│ │ │ │ │ │ └── example
│ │ │ │ │ │ └── suhe
│ │ │ │ │ │ └── myapplication
│ │ │ │ │ │ ├── BuildConfig.class
│ │ │ │ │ │ ├── DBUtil$1.class
│ │ │ │ │ │ ├── DBUtil$2.class
│ │ │ │ │ │ ├── DBUtil$3.class
│ │ │ │ │ │ ├── DBUtil.class
│ │ │ │ │ │ ├── HttpConnSoap.class
│ │ │ │ │ │ ├── MainActivity$1.class
│ │ │ │ │ │ ├── MainActivity$2.class
│ │ │ │ │ │ ├── MainActivity$3.class
│ │ │ │ │ │ ├── MainActivity$4.class
│ │ │ │ │ │ ├── MainActivity$5.class
│ │ │ │ │ │ ├── MainActivity$6.class
│ │ │ │ │ │ ├── MainActivity$7.class
│ │ │ │ │ │ ├── MainActivity$8.class
│ │ │ │ │ │ ├── MainActivity.class
│ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ ├── R$mipmap.class
│ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ └── R.class
│ │ │ │ │ └── __content__.json
│ │ │ │ ├── instantRunDependenciesApk
│ │ │ │ │ └── debug
│ │ │ │ │ └── __content__.json
│ │ │ │ ├── instantRunSlicer
│ │ │ │ │ └── debug
│ │ │ │ │ ├── 0
│ │ │ │ │ │ └── com
│ │ │ │ │ │ └── android
│ │ │ │ │ │ └── tools
│ │ │ │ │ │ └── ir
│ │ │ │ │ │ └── dummy
│ │ │ │ │ │ └── slice_0.class
│ │ │ │ │ ├── 1
│ │ │ │ │ │ └── com
│ │ │ │ │ │ └── android
│ │ │ │ │ │ └── tools
│ │ │ │ │ │ └── ir
│ │ │ │ │ │ └── dummy
│ │ │ │ │ │ └── slice_1.class
│ │ │ │ │ ├── 2
│ │ │ │ │ │ └── com
│ │ │ │ │ │ └── android
│ │ │ │ │ │ └── tools
│ │ │ │ │ │ └── ir
│ │ │ │ │ │ └── dummy
│ │ │ │ │ │ └── slice_2.class
│ │ │ │ │ ├── 3
│ │ │ │ │ │ └── com
│ │ │ │ │ │ └── android
│ │ │ │ │ │ └── tools
│ │ │ │ │ │ └── ir
│ │ │ │ │ │ └── dummy
│ │ │ │ │ │ └── slice_3.class
│ │ │ │ │ ├── 4
│ │ │ │ │ │ └── com
│ │ │ │ │ │ └── android
│ │ │ │ │ │ └── tools
│ │ │ │ │ │ └── ir
│ │ │ │ │ │ └── dummy
│ │ │ │ │ │ └── slice_4.class
│ │ │ │ │ ├── 5
│ │ │ │ │ │ └── com
│ │ │ │ │ │ └── android
│ │ │ │ │ │ └── tools
│ │ │ │ │ │ └── ir
│ │ │ │ │ │ └── dummy
│ │ │ │ │ │ └── slice_5.class
│ │ │ │ │ ├── 6
│ │ │ │ │ │ └── com
│ │ │ │ │ │ └── android
│ │ │ │ │ │ └── tools
│ │ │ │ │ │ └── ir
│ │ │ │ │ │ └── dummy
│ │ │ │ │ │ └── slice_6.class
│ │ │ │ │ ├── 7
│ │ │ │ │ │ └── com
│ │ │ │ │ │ └── android
│ │ │ │ │ │ └── tools
│ │ │ │ │ │ └── ir
│ │ │ │ │ │ └── dummy
│ │ │ │ │ │ └── slice_7.class
│ │ │ │ │ ├── 8
│ │ │ │ │ │ ├── buildId.txt
│ │ │ │ │ │ └── com
│ │ │ │ │ │ ├── android
│ │ │ │ │ │ │ └── tools
│ │ │ │ │ │ │ └── ir
│ │ │ │ │ │ │ └── dummy
│ │ │ │ │ │ │ └── slice_8.class
│ │ │ │ │ │ └── example
│ │ │ │ │ │ └── suhe
│ │ │ │ │ │ └── myapplication
│ │ │ │ │ │ ├── BuildConfig.class
│ │ │ │ │ │ ├── DBUtil$1.class
│ │ │ │ │ │ ├── DBUtil$2.class
│ │ │ │ │ │ ├── DBUtil$3.class
│ │ │ │ │ │ ├── DBUtil.class
│ │ │ │ │ │ ├── HttpConnSoap.class
│ │ │ │ │ │ ├── MainActivity$1.class
│ │ │ │ │ │ ├── MainActivity$2.class
│ │ │ │ │ │ ├── MainActivity$3.class
│ │ │ │ │ │ ├── MainActivity$4.class
│ │ │ │ │ │ ├── MainActivity$5.class
│ │ │ │ │ │ ├── MainActivity$6.class
│ │ │ │ │ │ ├── MainActivity$7.class
│ │ │ │ │ │ ├── MainActivity$8.class
│ │ │ │ │ │ ├── MainActivity.class
│ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ ├── R$mipmap.class
│ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ └── R.class
│ │ │ │ │ ├── 9
│ │ │ │ │ │ ├── android
│ │ │ │ │ │ │ └── support
│ │ │ │ │ │ │ └── constraint
│ │ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ │ └── R.class
│ │ │ │ │ │ └── com
│ │ │ │ │ │ └── android
│ │ │ │ │ │ └── tools
│ │ │ │ │ │ └── ir
│ │ │ │ │ │ └── dummy
│ │ │ │ │ │ └── slice_9.class
│ │ │ │ │ └── __content__.json
│ │ │ │ ├── instantRunSlicesApk
│ │ │ │ │ └── debug
│ │ │ │ │ └── __content__.json
│ │ │ │ ├── mergeJavaRes
│ │ │ │ │ └── debug
│ │ │ │ │ ├── 0.jar
│ │ │ │ │ └── __content__.json
│ │ │ │ └── mergeJniLibs
│ │ │ │ └── debug
│ │ │ │ └── __content__.json
│ │ │ └── outputs
│ │ │ ├── apk
│ │ │ │ └── debug
│ │ │ │ ├── app-debug.apk
│ │ │ │ └── output.json
│ │ │ └── logs
│ │ │ └── manifest-merger-debug-report.txt
│ │ ├── build.gradle
│ │ ├── proguard-rules.pro
│ │ └── src
│ │ ├── androidTest
│ │ │ └── java
│ │ │ └── com
│ │ │ └── example
│ │ │ └── suhe
│ │ │ └── myapplication
│ │ │ └── ExampleInstrumentedTest.java
│ │ ├── main
│ │ │ ├── AndroidManifest.xml
│ │ │ ├── java
│ │ │ │ └── com
│ │ │ │ └── example
│ │ │ │ └── suhe
│ │ │ │ └── myapplication
│ │ │ │ ├── DBUtil.java
│ │ │ │ ├── HttpConnSoap.java
│ │ │ │ └── MainActivity.java
│ │ │ └── res
│ │ │ ├── drawable
│ │ │ │ └── ic_launcher_background.xml
│ │ │ ├── drawable-v24
│ │ │ │ └── ic_launcher_foreground.xml
│ │ │ ├── layout
│ │ │ │ ├── activity_main.xml
│ │ │ │ ├── adapter_item.xml
│ │ │ │ ├── dialog_add.xml
│ │ │ │ └── dialog_delete.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
│ │ │ │ ├── ic_launcher.png
│ │ │ │ └── ic_launcher_round.png
│ │ │ └── values
│ │ │ ├── colors.xml
│ │ │ ├── strings.xml
│ │ │ └── styles.xml
│ │ └── test
│ │ └── java
│ │ └── com
│ │ └── example
│ │ └── suhe
│ │ └── myapplication
│ │ └── ExampleUnitTest.java
│ ├── build
│ │ └── android-profile
│ │ ├── profile-2018-04-04-14-30-05-585.json
│ │ ├── profile-2018-04-04-14-30-05-585.rawproto
│ │ ├── profile-2018-04-04-14-30-14-584.json
│ │ ├── profile-2018-04-04-14-30-14-584.rawproto
│ │ ├── profile-2018-04-04-14-45-08-484.json
│ │ ├── profile-2018-04-04-14-45-08-484.rawproto
│ │ ├── profile-2018-04-04-14-46-44-471.json
│ │ ├── profile-2018-04-04-14-46-44-471.rawproto
│ │ ├── profile-2018-04-04-14-47-14-512.json
│ │ ├── profile-2018-04-04-14-47-14-512.rawproto
│ │ ├── profile-2018-04-04-14-47-17-495.json
│ │ ├── profile-2018-04-04-14-47-17-495.rawproto
│ │ ├── profile-2018-04-04-14-51-23-255.json
│ │ ├── profile-2018-04-04-14-51-23-255.rawproto
│ │ ├── profile-2018-04-04-14-51-43-250.json
│ │ ├── profile-2018-04-04-14-51-43-250.rawproto
│ │ ├── profile-2018-04-04-14-54-04-603.json
│ │ ├── profile-2018-04-04-14-54-04-603.rawproto
│ │ ├── profile-2018-04-04-14-54-24-427.json
│ │ ├── profile-2018-04-04-14-54-24-427.rawproto
│ │ ├── profile-2018-04-04-14-54-43-416.json
│ │ ├── profile-2018-04-04-14-54-43-416.rawproto
│ │ ├── profile-2018-04-04-14-58-49-091.json
│ │ ├── profile-2018-04-04-14-58-49-091.rawproto
│ │ ├── profile-2018-04-04-15-05-18-830.json
│ │ ├── profile-2018-04-04-15-05-18-830.rawproto
│ │ ├── profile-2018-04-04-15-05-25-646.json
│ │ ├── profile-2018-04-04-15-05-25-646.rawproto
│ │ ├── profile-2018-04-04-15-05-36-324.json
│ │ ├── profile-2018-04-04-15-05-36-324.rawproto
│ │ ├── profile-2018-04-04-15-11-09-955.json
│ │ ├── profile-2018-04-04-15-11-09-955.rawproto
│ │ ├── profile-2018-04-04-15-11-20-001.json
│ │ ├── profile-2018-04-04-15-11-20-001.rawproto
│ │ ├── profile-2018-04-04-15-23-29-835.json
│ │ ├── profile-2018-04-04-15-23-29-835.rawproto
│ │ ├── profile-2018-04-04-15-24-02-605.json
│ │ ├── profile-2018-04-04-15-24-02-605.rawproto
│ │ ├── profile-2018-04-04-15-25-22-870.json
│ │ ├── profile-2018-04-04-15-25-22-870.rawproto
│ │ ├── profile-2018-04-04-15-26-50-112.json
│ │ ├── profile-2018-04-04-15-26-50-112.rawproto
│ │ ├── profile-2018-04-04-15-28-20-629.json
│ │ ├── profile-2018-04-04-15-28-20-629.rawproto
│ │ ├── profile-2018-04-04-15-32-58-852.json
│ │ ├── profile-2018-04-04-15-32-58-852.rawproto
│ │ ├── profile-2018-04-04-15-55-29-180.json
│ │ ├── profile-2018-04-04-15-55-29-180.rawproto
│ │ ├── profile-2018-04-04-15-57-59-702.json
│ │ ├── profile-2018-04-04-15-57-59-702.rawproto
│ │ ├── profile-2018-04-04-15-58-12-199.json
│ │ ├── profile-2018-04-04-15-58-12-199.rawproto
│ │ ├── profile-2018-04-04-15-58-31-986.json
│ │ ├── profile-2018-04-04-15-58-31-986.rawproto
│ │ ├── profile-2018-04-04-15-58-42-146.json
│ │ ├── profile-2018-04-04-15-58-42-146.rawproto
│ │ ├── profile-2018-04-04-16-00-22-262.json
│ │ ├── profile-2018-04-04-16-00-22-262.rawproto
│ │ ├── profile-2018-04-04-16-00-43-470.json
│ │ ├── profile-2018-04-04-16-00-43-470.rawproto
│ │ ├── profile-2018-04-04-16-05-20-333.json
│ │ ├── profile-2018-04-04-16-05-20-333.rawproto
│ │ ├── profile-2018-04-04-16-05-28-121.json
│ │ ├── profile-2018-04-04-16-05-28-121.rawproto
│ │ ├── profile-2018-04-04-16-05-41-765.json
│ │ ├── profile-2018-04-04-16-05-41-765.rawproto
│ │ ├── profile-2018-04-04-16-16-29-406.json
│ │ └── profile-2018-04-04-16-16-29-406.rawproto
│ ├── build.gradle
│ ├── gradle
│ │ └── wrapper
│ │ ├── gradle-wrapper.jar
│ │ └── gradle-wrapper.properties
│ ├── gradle.properties
│ ├── gradlew
│ ├── gradlew.bat
│ ├── local.properties
│ ├── MyApplication3.iml
│ └── settings.gradle
└── WebSite3
├── App_Code
│ ├── DBOperation.cs
│ └── WebService.cs
├── Web.config
├── Web.Debug.config
└── WebService.asmx
389 directories, 446 files
标签:
Android通过Webservice操作sqlserver数据库 android studio3.0.1 VS2013 DB2015
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论