Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is the role of com.mindorks.framework.mvp.ui.main.QuestionCard class #14

Open
huynguyenwork86 opened this issue Oct 25, 2018 · 2 comments

Comments

@huynguyenwork86
Copy link

First of all I would like to say thank to you for the awesome post. I have been playing around with the project for couple weeks. Have some questions as below:
1)What role of the QuestionCard class in this pattern because it contains some Views (TextView, ImageView and Buttons) and a model (Question)?
2)This application does not store use local variable to store states of Screens/App. Instead of that, it reads data from assets, stores it into database (GreenDao). Whenever the app needs data, it retrieves from database and load displays to Views. Would you please add a screen that contains some local variables (user defined classes) to store state data?
3)This application does not show how to transfer data between an MVP to another MVP. When a new screen started, it needs to call Presenter-Interactor to retrieve data. Would you please create a demo for this purpose?

@osamaedev
Copy link

Its represent a simple data model to pass the viewCard.

@anandwana001
Copy link
Contributor

@huynguyenwork86 is your issue gets solved? if yes, we can close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants