Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android

Nancy Melucci
PLUS
Nancy Melucci
Courses Plus Student 36,143 Points

Recipe Storage App

I have a final project to create an app. I was thinking about one that could store recipes as either text with ingredients and directions AND links to online recipes (which would be great for organizing frequently visited recipe sites). I am thinking that the latter would be fairly simple (a bookmarking tool of some kind) and that the former would be more complex and involve a sqllite database. Would combining them be an issue? Could I use two recycler views, one of which was wired to the database? I am not looking for someone to code it for me, but would love suggestions for tutorials or just general design suggestions. Thanks.