From 455f81c738a88a49bc07502ab1e65062d112e418 Mon Sep 17 00:00:00 2001 From: hmalik144 Date: Sat, 14 Dec 2019 22:04:49 +1100 Subject: [PATCH 1/3] Create README.md --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..04695da --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# ShopApiCaseStudy + +An app to display the current stock listed in the products list api. + +## Requirements + +Minimum android SDK version 23, Android 6.0.0 (Marshmellow) +Permissions : Internet + +## Features + + - Wishlist to save items for later + - Populate items in the Cart for checkout + - Move from Wishlist to Cart + +## Built With + +* [Kotlin](https://kotlinlang.org/) - Kotlin +* [Android Studio] (https://developer.android.com/studio) - Android Studio + +## Authors + +* **Haider Malik** - *Android Developer* From e8fe7a1a7d87a7a37248fe097e7b60dfd4a89c60 Mon Sep 17 00:00:00 2001 From: hmalik144 Date: Sat, 14 Dec 2019 22:05:08 +1100 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04695da..76c8c2f 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Permissions : Internet ## Built With * [Kotlin](https://kotlinlang.org/) - Kotlin -* [Android Studio] (https://developer.android.com/studio) - Android Studio +* [Android Studio](https://developer.android.com/studio) - Android Studio ## Authors From f174bcfea6e404ada8b273deaef2022114587cca Mon Sep 17 00:00:00 2001 From: hmalik144 Date: Sat, 14 Dec 2019 22:05:33 +1100 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76c8c2f..ff2d457 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ An app to display the current stock listed in the products list api. ## Requirements -Minimum android SDK version 23, Android 6.0.0 (Marshmellow) +Minimum android SDK version 16 Permissions : Internet ## Features