python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to observe Ktor download progress by a Flow
I want to observe the download progress by a Flow,
so I wrote a function like this:
suspend fun downloadFile(file: File, url: String): Flow<Int>{
val client = HttpClient(Android)
...
TangSir
Votes: 0
Answers: 1
Does Ktor Provide any Inbuilt Database
I'm very much new to Ktor. I'm totally confused that does Ktor provides any inbuilt database and any interface where we can actually see our data in tabular form (Like in MySQL) or like as in Firebase...
Adi
Votes: 0
Answers: 1