Technologies:
Notable features:
Description:
This application was made for Android phones. It has a built-in database of recipes which contins a variety of delicious recipes to cook, from sweet to savory there's something for everybody.
This was my first project, and I value everything that I learnd from it. From working with databases to designing and planing out the work needed to finalize everything, it was a very significant learning experience.
Problems and solutions:
In this project most dificult thing was planning things out and developing different activities so that it's easy to use and comprehend. Solution was to test everything out to make sure it's working
properly.
Other problem I ran into was sending data from one activity to another. I solved it by making a new Intent object and getting it in second activity.