Skip to content

Commit 6e43e03

Browse files
committed
Add documentation/desc.
1 parent 6796d54 commit 6e43e03

File tree

4 files changed

+48
-3
lines changed

4 files changed

+48
-3
lines changed
0 Bytes
Binary file not shown.

Let's Cook/app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ apply plugin: 'com.google.gms.google-services'
55

66
android {
77
compileSdkVersion 30
8-
buildToolsVersion "30.0.2"
98

109
defaultConfig {
1110
applicationId "com.example.letscook"

Let's Cook/app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
<string name="rights_title">Какви са Вашите права относно личните Ви данни?</string>
175175
<string name="rights_info">В случай, че решите да не ни предоставите личните си данни, то услугите, които сме в състояние да Ви предложим, ще бъдат ограничени.</string>
176176
<string name="connection_title">Как може да се свържете с нас?</string>
177-
<string name="connection_info">Ако имате въпроси или коментари относно съдържаниео на настоящата Политика, може да се свържете със Собственика чрез E-mail: <b>[email protected]/[email protected]</b> или в случай, че вече сте влезли в приложението - чрез секцията \"Контакти\".</string>
177+
<string name="connection_info">Ако имате въпроси или коментари относно съдържаниео на настоящата Политика, може да се свържете със Собственика чрез E-mail: <b>[email protected]</b> или в случай, че вече сте влезли в приложението - чрез секцията \"Контакти\".</string>
178178
<!-- Add recipe activity -->
179179
<string name="recipeName">Име на\nрецептата:</string>
180180
<string name="inWhichCategoryToAdd">За коя/и категория/и е най-подходящо ястието ти?</string>

README.md

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,47 @@
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

Comments
 (0)