Class | Description |
---|---|
ActivityAddRecipe |
Add recipe activity displays an ui for creating a recipe.
|
ActivityFavorites |
Favorites activity displays the user's favorite recipes
|
ActivityMyRecipes |
My recipes activity displays the user's own recipes
|
ActivityRecipe |
Recipe activity displays the recipe page which the user has clicked on
|
ActivitySearch |
Search activity lets the user search for recipes based on different filters
|
ActivitySearchResults |
Search results activity displays recipes which were filtered in the Search activity
|
ActivitySplash |
This activity is the loading screen for the app
|
ExampleInstrumentedTest |
Instrumented test, which will execute on an Android device.
|
ExampleUnitTest |
Example local unit test, which will execute on the development machine (host).
|
MainActivity | |
RecyclerViewAdapter |