You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Android architecture sample with dynamic feature modularisation, clean architecture with MVI (Uni-directional data flow), dagger hilt, DFM Navigation, kotlin coroutines with StateFlow and Exo player.
Baking app that displays a list of recipes, and their ingredients with video lessons on how to make them. The app uses MVVM, Android architecture components, Material design with master-detail layout, Dagger, Exoplayer and Databinding. It also contains a home screen widget.
Android Baking App that will allow Udacity’s resident baker-in-chief, Miriam, to share her recipes with the world. An app that allows a user to select a recipe and see video-guided steps for how to complete it.
Rails API that takes in recipe information and calculates the baker's percentage to return a family for that recipe. With the family set, a user can see a basic procedure to make and bake that recipe for the family of bread. Also it will calculate new totals based on the desired amount of bread.
Baking App allows users to select a recipe from Udacity’s resident baker-in-chief, Miriam, and see video-guided steps for how to complete it. This is a Project 3 of Udacity's Android Developer Nanodegree.