You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: