From 13f9e891d34bad667e51d45d1d8da69cf54e5404 Mon Sep 17 00:00:00 2001 From: agp8x Date: Mon, 30 Aug 2021 11:48:59 +0200 Subject: [PATCH] take photo, show thumbnail --- .idea/misc.xml | 7 ++++ app/build.gradle | 1 + app/src/main/AndroidManifest.xml | 4 ++ .../android/miniofotoapp/MainActivity.java | 42 +++++++++++++++++++ app/src/main/res/layout/activity_main.xml | 21 ++++++++++ 5 files changed, 75 insertions(+) diff --git a/.idea/misc.xml b/.idea/misc.xml index 860da66..3d054a8 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,5 +1,12 @@ + + + diff --git a/app/build.gradle b/app/build.gradle index df0e321..ee9dc71 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -35,4 +35,5 @@ dependencies { testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' + implementation 'io.minio:minio:8.3.0' } \ No newline at end of file diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index ab34399..de599ca 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -2,6 +2,10 @@ + + +