janishar / android-mvp-interactor-architecture

Extension of the android-mvp-architecture for very large projects.
Apache License 2.0
406 stars 97 forks source link

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

Open huynguyenwork86 opened 5 years ago

huynguyenwork86 commented 5 years ago

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 commented 5 years ago

Its represent a simple data model to pass the viewCard.

anandwana001 commented 5 years ago

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