The Recipe App is an Android app made using Android Studio. It is created so that users can create new account, sign in & out, make new recipes, edit/delete their info, and add pictures to them.
The app uttilizes Material Design.
Technical
adapters folder contains adapters for: database - directions - ingredients - main page - recipes - viewPager for a single recipe (Ingrediants, Directions).
dao folder contains data access objects for: directions - ingredients - SQLiteDatabaseHelper - recipes - users (id, password, name, email).
models folder contains classes to define a: database - direction - ingredient - recipe - user.
ui folder contains the fragments for the different cuisines and the activities.
utils folder contains snippets of code for various functionalities.
Images
The splash screen
main screen when the app is first opened
The app has functionality to check for invalid credentials
Create new account screen
Recipes are divided into 5 cuisines: American - Vegan - Asian - Mediterrean - European
The vertical ellipsis icon allows option to create new recipe/sign out