|
1 |
| -# ListShop Android |
| 1 | +# ShopList Android |
2 | 2 |
|
3 |
| -**ListShop** is a sleek and modern offline Android application designed to help users manage their shopping routines more efficiently. The app integrates smart AI capabilities to assist with product identification and description generation, all while maintaining a clean and minimalist user interface. |
| 3 | +**ShopList** is a sleek and modern offline Android application designed to help users manage their shopping routines more efficiently. The app integrates smart AI capabilities to assist with product identification and description generation, all while maintaining a clean and minimalist user interface. |
4 | 4 |
|
5 | 5 | ## ✨ Features
|
6 | 6 |
|
|
9 | 9 |
|
10 | 10 | - 🛒 **Smart Market List with RecyclerView**
|
11 | 11 | Organize your shopping experience by creating a list of **markets/stores**, each containing:
|
12 |
| - - 📦 A list of purchased products. |
13 |
| - - 📝 A to-do checklist for items you plan to buy. |
| 12 | + - 📦 A dynamic product list with individual **quantity counters**. |
| 13 | + - 📝 A built-in **shopping checklist** that helps you keep track of what you need to buy — check off items as you go! |
14 | 14 |
|
15 |
| -- ✍️ **Full CRUD Functionality** |
16 |
| - Easily **Create, Read, Update, and Delete** markets, products, and to-do items. |
| 15 | +- 🧾 **Market-to-Cart Flow** |
| 16 | + Upon launching the app, you're prompted to create a list of **markets or stores** you plan to visit. |
| 17 | + Each market acts as a separate entry point. |
| 18 | + When selected, it opens a dedicated **shopping cart screen** where you can manage the items to be purchased from that specific market. |
17 | 19 |
|
18 |
| -- 📶 **Completely Offline** |
19 |
| - No internet connection is required. All data is stored locally on your device. |
| 20 | +- ✍️ **Full Data Control (CRUD)** |
| 21 | + Effortlessly manage your data with: |
| 22 | + - ➕ Add new markets, products, and to-buy items. |
| 23 | + - 📝 Edit and update existing entries. |
| 24 | + - 🗑️ Delete unwanted items or entire lists. |
| 25 | + - 📖 View and review your complete shopping list anytime. |
| 26 | + |
| 27 | +- 📶 **Offline-First Architecture** |
| 28 | + No internet required — all your shopping data is stored securely and locally on your device. |
20 | 29 |
|
21 | 30 | - 💡 **Smooth Animations**
|
22 |
| - Enjoy fluid and responsive UI transitions that enhance the overall user experience. |
| 31 | + Experience responsive UI transitions that make every interaction feel natural and intuitive. |
23 | 32 |
|
24 | 33 | - 🎨 **Modern Minimalist Design**
|
25 |
| - Simple, intuitive layout for a clutter-free and user-friendly experience. |
| 34 | + A clean, pastel-themed interface with thoughtful typography and padding ensures maximum usability with a relaxing look and feel. |
26 | 35 |
|
27 | 36 | ---
|
28 | 37 |
|
29 | 38 | ## 📱 Screenshots
|
30 | 39 |
|
31 |
| -> *Screenshots coming soon. Please check back later for visual previews!* |
| 40 | +<table> |
| 41 | + <tr> |
| 42 | + <td align="center"> |
| 43 | + <img src="https://github.com/user-attachments/assets/b121786f-8696-41a2-8b42-f1a4b595c71e" width="200px"/><br> |
| 44 | + <strong style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);">Home</strong> |
| 45 | + </td> |
| 46 | + <td align="center"> |
| 47 | + <img src="https://github.com/user-attachments/assets/fc6143cd-c124-46dd-bc18-8dd64e218f98" width="200px"/><br> |
| 48 | + <strong style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);">List Activity</strong> |
| 49 | + </td> |
| 50 | + </tr> |
| 51 | + <tr> |
| 52 | + <td align="center"> |
| 53 | + <img src="https://github.com/user-attachments/assets/3703275f-cc92-458f-a9fb-cecee22fcdf2" width="200px"/><br> |
| 54 | + <strong style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);">Update</strong> |
| 55 | + </td> |
| 56 | + <td align="center"> |
| 57 | + <img src="https://github.com/user-attachments/assets/b0351e22-29f7-40f3-8194-596e7ca0591c" width="200px"/><br> |
| 58 | + <strong style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);">Add Item</strong> |
| 59 | + </td> |
| 60 | + </tr> |
| 61 | +</table> |
32 | 62 |
|
33 | 63 | ---
|
34 | 64 |
|
35 | 65 | ## 📥 Demo App
|
36 | 66 |
|
37 |
| -> A public APK is not yet available. Stay tuned for the upcoming beta release! |
| 67 | +You can try the latest beta version of the app by downloading the APK file below: |
| 68 | + |
| 69 | +➡️ **[ShopList APK (v0.9-beta)](https://github.com/Leshoraa/ShopList-Android/releases/download/v0.9-beta/ShopList.apk)** |
| 70 | + |
| 71 | +> ⚠️ *This is a beta release and may contain bugs. Feel free to report issues or feedback!* |
38 | 72 |
|
39 | 73 | ---
|
40 | 74 |
|
|
53 | 87 | ### 1. Clone the Repository
|
54 | 88 |
|
55 | 89 | ```bash
|
56 |
| -https://github.com/Leshoraa/ListShop-Android.git |
| 90 | +https://github.com/Leshoraa/ShopList-Android.git |
57 | 91 | ```
|
58 | 92 |
|
59 | 93 | ### 2. Open in Android Studio
|
@@ -81,4 +115,4 @@ Feel free to submit **pull requests** or open **issues** for bugs, suggestions,
|
81 | 115 |
|
82 | 116 | ---
|
83 | 117 |
|
84 |
| -Thank you for checking out **ListShop Android**! Your feedback helps make it better. |
| 118 | +Thank you for checking out **ShopList Android**! Your feedback helps make it better. |
0 commit comments