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 Build an Interactive Story App (Retired) The Model-View-Controller Pattern Review: Model-View-Controller

The data for an app, which is manipulated in the Controller and displayed in the View, is known as the

The data for an app, which is manipulated in the Controller and displayed in the View, is known as the

Adam Sommer
Adam Sommer
62,470 Points

Not sure what you're asking? Can you clarify your question?

Thanks

2 Answers

these are the answers to the fill in questions... not in order of how questions appear though...

  1. Model
  2. View
  3. Controller

Happy coding

Thanks It helped Alot :D

In the MVP pattern, the "view" is the presentational aspect of the app that the user sees and interacts with.

The data for an app, which is manipulated in the Presenter and displayed in the View, is known as the "Model" in the MVP pattern.

Controller did not work for me.