Join Slack
Powered by
it doesn't seem right to do the db query in the vi...
# android
r
Remon Shehata
05/27/2020, 11:40 PM
it doesn't seem right to do the db query in the view
a
Alejandro Rios
05/27/2020, 11:42 PM
Normally you should move all the logic to the presenter part and just use the view to show data and execute actions(like click a button)
Alejandro Rios
05/27/2020, 11:43 PM
for this case move the "Firebase.firestore" logic to the presenter and leave the setup of the recyclerview in the View
r
Remon Shehata
05/27/2020, 11:53 PM
I know that I should move all the logic in presenter..
Remon Shehata
05/27/2020, 11:54 PM
should I return the options refrence from presenter in order to use for the adapter?
a
Alejandro Rios
05/28/2020, 12:09 AM
yes
r
Remon Shehata
05/28/2020, 12:19 AM
thanks bro
3
Views
Open in Slack
Previous
Next