CiderCS3398 / CS3398-Cider-S2017

CS3398 Team Github
0 stars 2 forks source link

Implement a routine that displays a list of all the recipe names on the screen. #80

Open forrest87 opened 7 years ago

forrest87 commented 7 years ago

Prerequisite: Recipe and RecipeAdapter classes have been designed and are functioning as expected.

forrest87 commented 7 years ago

I spent 3 or more hours trying to figure out how to get this to work, but due to difficulty understanding how android Activities run in conjunction with their GUI provided by XML files, I was never able to complete this task. In the end, we decided that the program we would run would display a log in feature. The code for this Activity has been placed in the Research and Practice folder in our Code section so as not to break the functionality of our working project.