|
1 |
| -# AndroidApp_Let-sCook |
| 1 | +# AndroidApp_Let-sCook |
| 2 | + |
| 3 | +The application provides the ability to search for cooking recipes by name, category, ingredients, making a shopping list (per selected recipes, |
| 4 | +as well as by products entered by the user), preparation of list of currently available products, add recipes, send a feedback. |
| 5 | + |
| 6 | +## How does it work? |
| 7 | + |
| 8 | + - We have both registration and authentication via Google or Facebook; |
| 9 | + - We have two types of access: |
| 10 | + • Administrator – has access to every single unit, admin must approve or reject recipes, |
| 11 | +which are entered/added by the other users, in order to guarantee their credibility; |
| 12 | + • User – has his own profile in the system, which can edit, list of available products as well as one with products, |
| 13 | +which he must purchase/buy. Can bookmark recipes he liked, as well as to see which are the recipes he last looked at. May |
| 14 | +send a request to the administrator - to give feedback about application or to connect with him through his social networks. |
| 15 | +Every user can also add recipes to be useful to other users. |
| 16 | + |
| 17 | +Authorized access is required for the following sections: |
| 18 | + o My recipes; |
| 19 | + o Favorite recipes; |
| 20 | + o Shopping list; |
| 21 | + o Available products; |
| 22 | + o Add a recipe; |
| 23 | + o Recently viewed. |
| 24 | + |
| 25 | +### How does it is implemented? |
| 26 | + |
| 27 | +For the software implementation of the Android mobile application I use: |
| 28 | +1. `Programming language` - Java; |
| 29 | + |
| 30 | +2. `Scripting language` - XML, PHP; |
| 31 | + |
| 32 | +3. `Structured language` - SQL; |
| 33 | + |
| 34 | +4. `Development environment` - Android Studio; |
| 35 | + |
| 36 | +5. `Operating system` - Android; |
| 37 | + |
| 38 | +6. `Architecture` - MVC; |
| 39 | + |
| 40 | +7. `Databases` - SQLite, MySQL; |
| 41 | + |
| 42 | +8. `ORM` - Room; |
| 43 | + |
| 44 | +### How can use it? |
| 45 | + |
| 46 | +The developed mobile application can be used by anyone who wants to get ideas for cooking, to help other users with their own, |
| 47 | +to prepare a shopping list or simply to check what he can cook according to the products he has. |
0 commit comments