Food to see you is a recipe and food-based application developed for the android mobile platform. It is a personal project that I created at my free times. The main concept of the app is to make cooking easy, faster, and convenient. The best thing is that it is already categorised so you can save time in searching for long hour and also the user is provided with massive recipe list. All you need is to search go through categories or search bar and done you will be provided with search result you can also added to favourite. It offers you useful cooking content and helps you to improve your cooking skill.
Mobile OS | Android |
App Architecture | MVVM |
Programming Language | Kotlin |
ToolKit |
|
Database | Room |
API | TheMealDB |
UI Framework | Android UI(XML) |
Libraries |
|
You need to know a basic understanding of
- Android Fundamentals.
- Kotlin language.
- Knowlegde of API
- MVVM architecture
- Room Database
- Integration of third party libraries.
So let's get started.
- Install Android studio
- Install Android SDK(28)
- Clone the repo
- Start a new project as import from Version Control in android studio and paste the clone URL and finish.
- Run your application.
Contributions are always welcome! Contributions are what make the open-source project amazing. Which helps to learn, inspire, and found new modes in the development phase of a coder. Any contribution to this project is greatly appreciated.
If you have any suggestion or found any issues please free to put your suggestion.
-
You can clone the repo or Fork it
-
Create your branch check out to your branch (git checkout -b) Suggested naming **feature/ feature_name
-
Commit your changes(git commit -m "new feature name")
-
Push to branch(git push origin feature/feature_name)
-
Open pull request