Update ArchitectureLearningJourney.md

NiaNetwork -> NiaNetworkDataSource
NiaPreferences -> NiaPreferencesDataSource

read more #71
pull/1837/head
madroid 3 years ago
parent 86e15f9165
commit aef51eb7ca

@ -204,7 +204,7 @@ A repository may depend on one or more data sources. For example, the `OfflineFi
</td>
</tr>
<tr>
<td>NiaPreferences
<td>NiaPreferencesDataSource
</td>
<td><a href="https://developer.android.com/topic/libraries/architecture/datastore">Proto DataStore</a>
</td>
@ -212,7 +212,7 @@ A repository may depend on one or more data sources. For example, the `OfflineFi
</td>
</tr>
<tr>
<td>NiaNetwork
<td>NiaNetworkDataSource
</td>
<td>Remote API accessed using Retrofit
</td>

Loading…
Cancel
Save