We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e38d53 commit cda4edbCopy full SHA for cda4edb
app/src/main/java/com/example/android/devbyteviewer/repository/VideosRepository.kt
@@ -16,3 +16,10 @@
16
*/
17
18
package com.example.android.devbyteviewer.repository
19
+
20
+// TODO (01) Create a VideosRepository class that takes a VideosDatabase argument.
21
22
+// TODO (02) Define a suspend refreshVideos() function that gets data from the network and
23
+// inserts it into the database.
24
25
+// TODO (03) Define a Transformations.map to convert the DatabaseVideo list to a list of Video.
0 commit comments