This is an earlier Android project built in Java. It demonstrates app architecture, data modeling, and UI flow before I transitioned to modern Kotlin + Compose. This recipe app demonstrates the use of RecyclerView, ExoPlayer, Master/Detail Flow, and Material Design.
The demo video is linked below.
- The "Miriam's..." icon on the Home Page launches the app.
- A list of recipes appears.
- When a recipe is chosen, an expandable ingredients listing is shown with a series of steps.
- Steps can be clicked to display detailed instructions, along with a helpful video.
- A Home Screen Widget can be installed showing ingredients for the currently selected recipe.
- Choosing another recipe will update the Widget with that recipe's ingredients.
