diff --git a/.gradle/5.4.1/executionHistory/executionHistory.bin b/.gradle/5.4.1/executionHistory/executionHistory.bin index 13e14d2..8fe4659 100644 Binary files a/.gradle/5.4.1/executionHistory/executionHistory.bin and b/.gradle/5.4.1/executionHistory/executionHistory.bin differ diff --git a/.gradle/5.4.1/executionHistory/executionHistory.lock b/.gradle/5.4.1/executionHistory/executionHistory.lock index d32fd5f..cb9a05b 100644 Binary files a/.gradle/5.4.1/executionHistory/executionHistory.lock and b/.gradle/5.4.1/executionHistory/executionHistory.lock differ diff --git a/.gradle/5.4.1/fileContent/fileContent.lock b/.gradle/5.4.1/fileContent/fileContent.lock new file mode 100644 index 0000000..f552c6d Binary files /dev/null and b/.gradle/5.4.1/fileContent/fileContent.lock differ diff --git a/.gradle/5.4.1/fileHashes/fileHashes.bin b/.gradle/5.4.1/fileHashes/fileHashes.bin index 8818037..22b76e5 100644 Binary files a/.gradle/5.4.1/fileHashes/fileHashes.bin and b/.gradle/5.4.1/fileHashes/fileHashes.bin differ diff --git a/.gradle/5.4.1/fileHashes/fileHashes.lock b/.gradle/5.4.1/fileHashes/fileHashes.lock index 41e9e52..8b99242 100644 Binary files a/.gradle/5.4.1/fileHashes/fileHashes.lock and b/.gradle/5.4.1/fileHashes/fileHashes.lock differ diff --git a/.gradle/5.4.1/fileHashes/resourceHashesCache.bin b/.gradle/5.4.1/fileHashes/resourceHashesCache.bin new file mode 100644 index 0000000..b4f1505 Binary files /dev/null and b/.gradle/5.4.1/fileHashes/resourceHashesCache.bin differ diff --git a/.gradle/5.4.1/javaCompile/classAnalysis.bin b/.gradle/5.4.1/javaCompile/classAnalysis.bin new file mode 100644 index 0000000..43039c3 Binary files /dev/null and b/.gradle/5.4.1/javaCompile/classAnalysis.bin differ diff --git a/.gradle/5.4.1/javaCompile/javaCompile.lock b/.gradle/5.4.1/javaCompile/javaCompile.lock new file mode 100644 index 0000000..61fb226 Binary files /dev/null and b/.gradle/5.4.1/javaCompile/javaCompile.lock differ diff --git a/.gradle/5.4.1/javaCompile/taskHistory.bin b/.gradle/5.4.1/javaCompile/taskHistory.bin new file mode 100644 index 0000000..a8c05c8 Binary files /dev/null and b/.gradle/5.4.1/javaCompile/taskHistory.bin differ diff --git a/.gradle/buildOutputCleanup/buildOutputCleanup.lock b/.gradle/buildOutputCleanup/buildOutputCleanup.lock index b430abe..39d121b 100644 Binary files a/.gradle/buildOutputCleanup/buildOutputCleanup.lock and b/.gradle/buildOutputCleanup/buildOutputCleanup.lock differ diff --git a/.gradle/buildOutputCleanup/outputFiles.bin b/.gradle/buildOutputCleanup/outputFiles.bin index 7f0d96d..ddb9612 100644 Binary files a/.gradle/buildOutputCleanup/outputFiles.bin and b/.gradle/buildOutputCleanup/outputFiles.bin differ diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index 993fa42..af3d4bc 100644 Binary files a/.idea/caches/build_file_checksums.ser and b/.idea/caches/build_file_checksums.ser differ diff --git a/.idea/caches/gradle_models.ser b/.idea/caches/gradle_models.ser index 135d8fc..cbbe192 100644 Binary files a/.idea/caches/gradle_models.ser and b/.idea/caches/gradle_models.ser differ diff --git a/.idea/libraries/Gradle__com_android_volley_volley_1_1_1_aar.xml b/.idea/libraries/Gradle__com_android_volley_volley_1_1_1_aar.xml new file mode 100644 index 0000000..ea5b089 --- /dev/null +++ b/.idea/libraries/Gradle__com_android_volley_volley_1_1_1_aar.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index e2d9849..0117098 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -12,7 +12,25 @@ - + + + + + + + + + + + + + + + + + + + - @@ -42,32 +59,32 @@ - - + + - - - + + + - + - - - + + + - + - + - - + + @@ -75,24 +92,61 @@ - - + + + + + + + + + + + - + - - + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + @@ -101,6 +155,7 @@ @@ -111,13 +166,19 @@ - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + + @@ -154,6 +302,9 @@ + + + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + - + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + - + - - + + - - - - + + + + + + + - - - + + - + + + + + + + + + - \ No newline at end of file diff --git a/README.md b/README.md index 65bdd4c..8b13789 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# AndroidWeatherApp \ No newline at end of file + diff --git a/app/app.iml b/app/app.iml index 0a01870..050b135 100644 --- a/app/app.iml +++ b/app/app.iml @@ -19,7 +19,7 @@ \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 3dce8e9..5b26ab9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -26,4 +26,6 @@ dependencies { testImplementation 'junit:junit:4.12' androidTestImplementation 'androidx.test.ext:junit:1.1.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1' + implementation 'com.android.volley:volley:1.1.1' + } diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 9103734..3a72702 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,6 +1,7 @@ + + - + - + + + + + +