From 8e129054dcb52b8f99fc26ba57b32b06784734be Mon Sep 17 00:00:00 2001 From: RedTricity Date: Mon, 12 Feb 2024 20:28:50 -0500 Subject: [PATCH] Updated README file --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7adddd7 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +Using the Android Image Loader App: + +1. Open the App: + +2. Launch the app on your Android device. +3. Load Image: +- Tap the "LOAD IMAGE" button to select an image from your gallery. +4. View Image: +- The selected image will be displayed in the app's ImageView. +5. Random String and Number: +- Upon selecting an image, the app generates and displays a random string in one TextView and a random number in another TextView. +6. Explore Results: +- Explore different images to see varied random string and number combinations. +7. Repeat: +- Repeat the process as desired to load new images and discover different random values. \ No newline at end of file