{"id":13343014,"url":"https://github.com/MaikolSoro/Foody","last_synced_at":"2025-03-12T04:31:59.902Z","repository":{"id":48342884,"uuid":"323486407","full_name":"MaikolSoro/Foody","owner":"MaikolSoro","description":"Develop beautiful and fully functional Android App in Android Studio using the power of Kotlin programming language.","archived":false,"fork":false,"pushed_at":"2023-08-18T17:28:55.000Z","size":5028,"stargazers_count":2,"open_issues_count":0,"forks_count":4,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-07-30T21:06:02.086Z","etag":null,"topics":["android-architecture","datastore","flow","hilt-dagger2","jetpack-navigation","kotlin-android","kotlin-coroutines","kotlin-coroutines-mvvm","okhttp","recyclerview","rest-api","retrofit2","room","room-database","sqlite","stateflow","xml"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MaikolSoro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-12-22T01:12:34.000Z","updated_at":"2023-08-12T18:30:52.000Z","dependencies_parsed_at":"2023-01-25T19:15:13.043Z","dependency_job_id":null,"html_url":"https://github.com/MaikolSoro/Foody","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaikolSoro%2FFoody","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaikolSoro%2FFoody/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaikolSoro%2FFoody/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaikolSoro%2FFoody/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MaikolSoro","download_url":"https://codeload.github.com/MaikolSoro/Foody/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221270026,"owners_count":16788786,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android-architecture","datastore","flow","hilt-dagger2","jetpack-navigation","kotlin-android","kotlin-coroutines","kotlin-coroutines-mvvm","okhttp","recyclerview","rest-api","retrofit2","room","room-database","sqlite","stateflow","xml"],"created_at":"2024-07-29T19:30:36.497Z","updated_at":"2024-10-24T03:30:18.768Z","avatar_url":"https://github.com/MaikolSoro.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cbr /\u003e\n\u003cdiv align=\"center\"\u003e\n   \u003ca href=\"https://github.com/othneildrew/Best-README-Template\"\u003e\n      \u003cimg src=\"https://user-images.githubusercontent.com/46753453/106399898-0190f280-63e1-11eb-9496-93c6e9f17dcc.jpg\" /\u003e\n   \u003c/a\u003e\n\n  \u003ch1 align = \"center\"\u003e\n    \u003cb\u003e\u003ci\u003eFoodyApp\u003c/i\u003e\u003c/b\u003e\n  \u003c/h1\u003e\n  \n  [Screenshots](#camera_flash-screenshots-camera_flash) ~\n  [Deployment](#arrow_lower_right-deployment-arrow_lower_right) ~\n  [Architecture](#hammer_and_wrench-architecture-hammer_and_wrench) ~\n  [Tech Stack](#building_construction-tech-stack-building_construction) ~\n  [Authors](#memo-authors-memo) ~\n  [Contributing](#handshake-contributing-handshake)  \n  [License](#scroll-license-scroll)     \n  \n\u003c/div\u003e\n\n\nThe application will work with ```local``` and ```remote``` data sources. And for the remote data source, a ```third-party API``` for food recipes, called ```Spoonacular```, was used. I am going to teach you how to establish a connection between your application and the server. So basically we will send a ```GET request``` to our ```API ``` and receive a list of food recipes as a response. Also, the application will not be able to handle any internet connection and store or cache the data locally in the database when needed.\n\nAlso from the application we can search recipes directly from our API. So if you have your favorite flavor, you can search for it here and you will probably find a lot of amazing recipes. It will also have Favorites Fragment where we can save our favorite recipes to use later when we need them. And finally the app will have its fun side, and that's a food joke snippet.\n\n# :camera_flash: **Screenshots** :camera_flash:\n🌞 Light Mode\n\u003ctable style=\"width:100%\"\u003e\n  \u003ctr\u003e\n    \u003cth\u003e1. Splash Screen \u003c/th\u003e\n    \u003cth\u003e2. Recipes Screen \u003c/th\u003e \n    \u003cth\u003e3. Meal Type \u003c/th\u003e\n    \u003cth\u003e4. Favorites Screen \u003c/th\u003e \n    \u003cth\u003e5. Details Screen \u003c/th\u003e \n    \u003cth\u003e6. Food Joke  \u003c/th\u003e \n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cimg src = \"https://user-images.githubusercontent.com/46753453/136676592-5f7f3a83-3937-4381-8c78-50179993a315.png\" /\u003e\u003c/td\u003e \n    \u003ctd\u003e\u003cimg src = \"https://user-images.githubusercontent.com/46753453/136676545-7c661447-55ab-4f99-ac48-3a3cb264aff3.png\" /\u003e\u003c/td\u003e \n    \u003ctd\u003e\u003cimg src = \"https://user-images.githubusercontent.com/46753453/136676559-11c72c31-c8f7-412b-9ec2-3bd9991b791a.png\" /\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg src = \"https://user-images.githubusercontent.com/46753453/136676565-e2b1479c-4f40-46c3-b03f-0777497d173e.png\" /\u003e\u003c/td\u003e \n    \u003ctd\u003e\u003cimg src = \"https://user-images.githubusercontent.com/46753453/136676569-1465bf4a-b10e-4036-a6cd-3740dc8fbe0d.png\"/\u003e\u003c/td\u003e \n    \u003ctd\u003e\u003cimg src = \"https://user-images.githubusercontent.com/46753453/136676570-f0747940-3521-44ec-a795-bd8159e534bf.png\"/\u003e\u003c/td\u003e \n  \u003c/tr\u003e\n\u003c/table\u003e\n\n🌙 Dark Mode\n\u003ctable style=\"width:100%\"\u003e\n  \u003ctr\u003e\n    \u003cth\u003e1. Recipes Screen \u003c/th\u003e \n    \u003cth\u003e2. Meal Type \u003c/th\u003e\n    \u003cth\u003e3. Favorites Screen \u003c/th\u003e \n    \u003cth\u003e4. Details Screen \u003c/th\u003e \n    \u003cth\u003e5. Food Joke  \u003c/th\u003e \n    \u003cth\u003e6. Ingredients \u003c/th\u003e \n    \u003cth\u003e7. Instructions  \u003c/th\u003e \n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cimg src = \"https://user-images.githubusercontent.com/46753453/136676686-8c9173ac-cc62-4a7b-b7b2-666e0e69bf44.png\" /\u003e\u003c/td\u003e \n    \u003ctd\u003e\u003cimg src = \"https://user-images.githubusercontent.com/46753453/136676703-f2248a7e-10b7-4495-99ae-8dffd5c5dcab.png\" /\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg src = \"https://user-images.githubusercontent.com/46753453/136676710-4266e6e6-2522-4043-bd64-4e4fb8fbe29c.png\" /\u003e\u003c/td\u003e \n    \u003ctd\u003e\u003cimg src = \"https://user-images.githubusercontent.com/46753453/136676712-aacc9839-b92a-4d26-a94c-7cc5cca83a10.png\"/\u003e\u003c/td\u003e \n    \u003ctd\u003e\u003cimg src = \"https://user-images.githubusercontent.com/46753453/136676718-7778aac7-de41-42cb-b3a5-d8d455a68f13.png\" /\u003e\u003c/td\u003e \n    \u003ctd\u003e\u003cimg src = \"https://user-images.githubusercontent.com/46753453/136676726-849ab6d6-5fd6-4b74-a79d-c8770e6e487e.png\" /\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg src = \"https://user-images.githubusercontent.com/46753453/136676740-1a163ffc-62e3-4491-a814-4a115d609f30.png\" /\u003e\u003c/td\u003e \n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\n\n# :arrow_lower_right: Deployment :arrow_lower_right:\nThese are the key parameters for FoodyApp.\n\n| Parameters     | Value |\n|----------------|-------|\n| compileSdk     | 33    |\n| targetSdk      | 33    |\n| minSdk         | 21    |\n| xml            |       |\n| kotlinVersion  | 1.8.0 |\n\nYou can clone the repository or download the Zip file [here](https://github.com/MaikolSoro/Foody)\n\n# :hammer_and_wrench: Architecture :hammer_and_wrench:\n\nThis app uses [***MVVM (Model View View-Model)***](https://developer.android.com/jetpack/docs/guide#recommended-app-arch) architecture.\n\n![ANDROID ROOM DB DIAGRAM](https://user-images.githubusercontent.com/46753453/134743519-83e2395d-3902-4683-96f4-0f06dbf8de77.jpg)\n\n\n# :building_construction: Tech Stack :building_construction:\n\n* [Kotlin](https://kotlinlang.org/) - First class and official programming language for Android development.\n* [Coroutines](https://kotlinlang.org/docs/reference/coroutines-overview.html) - For asynchronous and more..\n* [Flow](https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/-flow/) - A cold asynchronous data stream that sequentially emits values and completes normally or with an exception.\n* [Android Architecture Components](https://developer.android.com/topic/libraries/architecture) - Collection of libraries that help you design robust, testable, and maintainable apps.\n  * [LiveData](https://developer.android.com/topic/libraries/architecture/livedata) - Data objects that notify views when the underlying database changes.\n  * [ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel) - Stores UI-related data that isn't destroyed on UI changes. \n  * [ViewBinding](https://developer.android.com/topic/libraries/view-binding) - Generates a binding class for each XML layout file present in that module and allows you to more easily write code that interacts with views.\n  * [Room](https://developer.android.com/topic/libraries/architecture/room) - SQLite object mapping library.\n * [Navigation Component](https://developer.android.com/guide/navigation/navigation-getting-started) Navigation refers to the interactions that allow users to navigate across, into, and back out from the different pieces of content within your app.\n    * [Safe args](https://developer.android.com/guide/navigation/navigation-pass-data#Safe-args) - Gradle plugin that provides type safety when navigating and passing data between destinations. \n* [Jetpack Security](https://developer.android.com/topic/security/)\n    * [Encrypted SharedPreference](https://developer.android.com/topic/security/data) - Used to store key-value data using encryption.\n* [DataStore](https://developer.android.com/topic/libraries/architecture/datastore) - Jetpack DataStore is a data storage solution that allows you to store key-value pairs or typed objects with protocol buffers.\n* [Dependency Injection](https://developer.android.com/training/dependency-injection) - \n  * [Hilt-Dagger](https://dagger.dev/hilt/) - Standard library to incorporate Dagger dependency injection into an Android application.\n  * [Hilt-ViewModel](https://developer.android.com/training/dependency-injection/hilt-jetpack) - DI for injecting `ViewModel`.\n* [Retrofit 2](https://square.github.io/retrofit/) - A type-safe HTTP client for Android and Java.\n* [GSON Converter](https://github.com/square/retrofit/tree/master/retrofit-converters/gson) - A Converter which uses Gson for serialization to and from JSON.\n* [Material Components for Android](https://github.com/material-components/material-components-android) - Modular and customizable Material Design UI components for Android.\n\n# :memo: Authors :memo:\n- [@MaikolSoro](https://github.com/MaikolSoro)\n\n\n# :handshake: Contact :handshake:\nHave an project? DM me at 👇\n\nDrop a mail to:- maikolsoro.z1998@gmail.com\n\n\n### Code Standards\n - Write code and comments in english\n - Try to follow android patterns and best practice [source 1] [best_practice] [source 2] [performace_android]\n\n\n[best_practice]: \u003chttps://www.youtube.com/playlist?list=PLWz5rJ2EKKc-lJo_RGGXL2Psr8vVCTWjM\u003e\n[performace_android]: \u003chttps://www.youtube.com/playlist?list=PLWz5rJ2EKKc9CBxr3BVjPTPoDPLdPIFCE\u003e\n# :handshake: Contributing :handshake:🔥\n\n1. Fork it!\n2. Create your feature branch: `git checkout -b my-new-feature`\n3. Commit your changes: `git commit -am 'Add some feature'`\n4. Push to the branch: `git push origin my-new-feature`\n5. Submit a pull request and enjoy! :D\n\n\n\n\n# :scroll: License :scroll:\n```\nMIT License\n\nCopyright (c) 2021 Michael Soro Zúñiga\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMaikolSoro%2FFoody","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMaikolSoro%2FFoody","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMaikolSoro%2FFoody/lists"}