googlecodelabs / android-build-an-app-architecture-components

Other
266 stars 133 forks source link

Small typo in the instruction (step 14) #5

Open vusimoy0 opened 6 years ago

vusimoy0 commented 6 years ago

in step 14 when you're about to go through the steps, the first point says:

Make new doa command for a list of forecasts after a date

I think this is supposed to be dao? maybe you could just call it Dao :)

Then this point:

Also make a factory, you can model this off of the detail view model factor almost entirely

factor == factory?

also suggest view model to be ViewModel as this is already in the context of android :)

Uncomment injector utils

== Uncomment InjectorUtils ?

hope this helps with the doc.