TAMZ2 - SQL databaza cviko

Obsah archivu

  • SQLiteTest_template
    • .gitignore
    • .gradle
      • 2.4
        • taskArtifacts
          • cache.properties
          • cache.properties.lock
          • fileHashes.bin
          • fileSnapshots.bin
          • outputFileStates.bin
          • taskArtifacts.bin
      • 3.3
        • taskArtifacts
          • fileHashes.bin
          • fileSnapshots.bin
          • taskArtifacts.bin
          • taskArtifacts.lock
        • tasks
          • _app_compileDebugJavaWithJavac
            • localClassSetAnalysis
              • localClassSetAnalysis.bin
              • localClassSetAnalysis.lock
            • localJarClasspathSnapshot
              • localJarClasspathSnapshot.bin
              • localJarClasspathSnapshot.lock
    • .idea
      • compiler.xml
      • copyright
        • profiles_settings.xml
      • gradle.xml
      • libraries
        • android_android_23.xml
      • misc.xml
      • modules.xml
      • runConfigurations.xml
      • vcs.xml
      • workspace.xml
    • app
      • .gitignore
      • app.iml
      • build
        • generated
          • assets
            • shaders
              • debug
          • res
            • resValues
              • androidTest
                • debug
              • debug
            • rs
              • androidTest
                • debug
              • debug
          • source
            • aidl
              • androidTest
                • debug
              • debug
            • apt
              • androidTest
                • debug
              • debug
              • test
                • debug
            • buildConfig
              • androidTest
                • debug
                  • com
                    • example
                      • radosek
                        • sqlitetest
                          • test
                            • BuildConfig.java
              • debug
                • com
                  • example
                    • radosek
                      • sqlitetest
                        • BuildConfig.java
            • r
              • androidTest
                • debug
              • debug
                • com
                  • example
                    • radosek
                      • sqlitetest
                        • R.java
            • rs
              • androidTest
                • debug
              • debug
        • intermediates
          • assets
            • debug
          • blame
            • res
              • androidTest
                • debug
              • debug
                • multi
                  • values-w820dp-v13.json
                  • values.json
                • single
                  • layout.json
                  • menu.json
                  • mipmap-hdpi.json
                  • mipmap-mdpi.json
                  • mipmap-xhdpi.json
                  • mipmap-xxhdpi.json
          • classes
            • androidTest
              • debug
                • com
                  • example
                    • radosek
                      • sqlitetest
                        • ApplicationTest.class
                        • test
                          • BuildConfig.class
            • debug
              • com
                • example
                  • radosek
                    • sqlitetest
                      • BuildConfig.class
                      • DBHelper.class
                      • DisplayContact.class
                      • MainActivity$1.class
                      • MainActivity.class
                      • R$array.class
                      • R$attr.class
                      • R$dimen.class
                      • R$id.class
                      • R$layout.class
                      • R$menu.class
                      • R$mipmap.class
                      • R$string.class
                      • R$style.class
                      • R.class
          • incremental
            • compileDebugAidl
              • dependency.store
            • compileDebugAndroidTestAidl
              • dependency.store
            • mergeDebugAndroidTestResources
              • aapt-temp
              • compile-file-map.properties
              • merged.dir
              • merger.xml
            • mergeDebugAssets
              • merger.xml
            • mergeDebugJniLibFolders
              • merger.xml
            • mergeDebugResources
              • aapt-temp
              • compile-file-map.properties
              • merged.dir
              • merger.xml
            • mergeDebugShaders
              • merger.xml
            • packageDebug
              • dex-renamer-state.txt
              • file-input-save-data.txt
              • zip-cache
                • iKBMtkCpcdgJ0OVqo+BIw12h4BA=
            • packageDebugAndroidTest
              • zip-cache
            • packageRelease
              • zip-cache
            • processDebugAndroidTestResources
              • aapt-temp
            • processDebugResources
              • aapt-temp
          • incremental-safeguard
            • androidTest
              • debug
                • tag.txt
            • debug
              • tag.txt
          • jniLibs
            • debug
          • manifest
            • androidTest
              • debug
                • AndroidManifest.xml
            • tmp
          • manifests
            • full
              • debug
                • AndroidManifest.xml
            • instant-run
              • debug
          • pre-dexed
            • debug
          • res
            • merged
              • androidTest
                • debug
              • debug
                • layout
                  • activity_display_contact2.xml
                  • activity_main.xml
                • menu
                  • display_contact.xml
                  • main_menu.xml
                  • menu_display_contact.xml
                  • menu_main.xml
                • mipmap-hdpi
                  • ic_launcher.png
                • mipmap-mdpi
                  • ic_launcher.png
                • mipmap-xhdpi
                  • ic_launcher.png
                • mipmap-xxhdpi
                  • ic_launcher.png
                • values
                  • values.xml
                • values-w820dp-v13
                  • values-w820dp-v13.xml
            • resources-debug-androidTest.ap_
            • resources-debug.ap_
          • rs
            • androidTest
              • debug
                • lib
                • obj
            • debug
              • lib
              • obj
          • shaders
            • debug
          • symbols
            • androidTest
              • debug
            • debug
          • transforms
            • dex
              • debug
                • folders
                  • 1000
                    • 1f
                      • main
                        • classes.dex
            • mergeJavaRes
              • debug
            • mergeJniLibs
              • debug
        • outputs
          • apk
            • app-debug.apk
          • logs
            • manifest-merger-debug-report.txt
        • tmp
          • compileDebugAndroidTestJavaWithJavac
            • emptySourcePathRef
          • compileDebugJavaWithJavac
            • emptySourcePathRef
      • build.gradle
      • libs
      • proguard-rules.pro
      • src
        • androidTest
          • java
            • com
              • example
                • radosek
                  • sqlitetest
                    • ApplicationTest.java
        • main
          • AndroidManifest.xml
          • java
            • com
              • example
                • radosek
                  • sqlitetest
                    • DBHelper.java
                    • DisplayContact.java
                    • MainActivity.java
          • res
            • drawable
            • layout
              • activity_display_contact2.xml
              • activity_main.xml
            • menu
              • display_contact.xml
              • main_menu.xml
              • menu_display_contact.xml
              • menu_main.xml
            • mipmap-hdpi
              • ic_launcher.png
            • mipmap-mdpi
              • ic_launcher.png
            • mipmap-xhdpi
              • ic_launcher.png
            • mipmap-xxhdpi
              • ic_launcher.png
            • values
              • dimens.xml
              • strings.xml
              • styles.xml
            • values-w820dp
              • dimens.xml
    • build
      • android-profile
        • profile-2017-11-19-18-16-03-876.rawproto
        • profile-2017-11-19-18-16-07-967.rawproto
        • profile-2017-11-19-18-16-19-198.rawproto
        • profile-2017-11-23-12-59-49-566.rawproto
        • profile-2017-11-23-12-59-59-060.rawproto
        • profile-2017-11-23-13-17-14-972.rawproto
        • profile-2017-11-23-13-21-58-892.rawproto
        • profile-2017-11-28-16-20-05-454.rawproto
        • profile-2017-11-28-16-21-41-279.rawproto
        • profile-2017-11-28-16-33-55-144.rawproto
        • profile-2017-11-29-14-32-38-529.rawproto
        • profile-2017-11-29-14-32-49-102.rawproto
        • profile-2017-11-29-14-33-47-199.rawproto
        • profile-2017-11-29-15-03-47-205.rawproto
        • profile-2017-11-29-15-04-07-223.rawproto
        • profile-2017-11-29-15-04-32-355.rawproto
        • profile-2017-11-29-15-38-26-145.rawproto
        • profile-2017-11-29-15-45-40-819.rawproto
        • profile-2017-11-29-15-48-25-026.rawproto
        • profile-2017-11-29-15-56-52-186.rawproto
        • profile-2017-11-29-15-58-07-505.rawproto
        • profile-2017-11-29-15-58-12-390.rawproto
        • profile-2017-11-29-16-04-09-178.rawproto
        • profile-2017-11-29-16-05-49-563.rawproto
        • profile-2017-11-29-16-09-00-872.rawproto
        • profile-2017-11-29-16-13-23-612.rawproto
        • profile-2017-11-29-16-13-27-748.rawproto
        • profile-2017-11-29-16-13-51-509.rawproto
        • profile-2017-11-29-16-17-42-747.rawproto
        • profile-2017-11-29-16-17-50-145.rawproto
        • profile-2017-11-29-16-18-13-955.rawproto
        • profile-2017-11-29-16-19-09-905.rawproto
        • profile-2017-11-29-16-21-51-460.rawproto
        • profile-2017-11-29-16-21-56-281.rawproto
        • profile-2017-11-29-16-22-42-668.rawproto
        • profile-2017-11-29-16-22-49-588.rawproto
        • profile-2017-11-29-16-25-53-328.rawproto
        • profile-2017-11-29-16-26-01-527.rawproto
        • profile-2017-11-29-16-28-03-172.rawproto
        • profile-2017-11-29-16-28-11-258.rawproto
        • profile-2017-11-29-16-31-06-684.rawproto
        • profile-2017-11-29-16-31-10-341.rawproto
        • profile-2017-11-29-16-52-58-233.rawproto
        • profile-2017-11-29-16-53-04-377.rawproto
        • profile-2017-11-29-18-47-18-807.rawproto
        • profile-2017-11-29-18-47-35-627.rawproto
      • generated
        • mockable-android-23.jar
      • intermediates
        • gradle_project_sync_data.bin
    • build.gradle
    • gradle
      • wrapper
        • gradle-wrapper.jar
        • gradle-wrapper.properties
    • gradle.properties
    • gradlew
    • gradlew.bat
    • local.properties
    • settings.gradle
    • SQLiteTest_template.iml
  • 13.69 MiB
  • Nahrál petrC111
  • Nahráno 30.12.2017
  • Staženo 1x
Stáhnout Nahlásit fake Zpět na předmět
Cookies nám pomáhají poskytovat Vám naše služby. Využíváním těchto služeb souhlasíte s jejich použitím.