Mahesh Bhatt
12/21/2022, 10:44 AMmgrazianodecastro
12/21/2022, 6:23 PMspierce7
12/21/2022, 7:01 PMNassim Mengat
12/21/2022, 7:11 PMcurrentDayOfTheMonth
it gives this error. Can anyone explain why this happens?Slackbot
12/22/2022, 8:39 AMJhaman das
12/22/2022, 1:42 PMLance Gao
12/23/2022, 1:41 AMjwperez84
12/23/2022, 3:35 AMEugene Maksymenko
12/24/2022, 1:11 AMDebdut Saha
12/24/2022, 5:06 AMtransform a outside view to a children of lazy layout
?Slackbot
12/26/2022, 7:58 AMIssa
12/28/2022, 8:36 AMMaciej Pigulski
12/28/2022, 11:32 AMMichal Guspiel
12/28/2022, 3:02 PMYariv Ziporin
12/28/2022, 7:01 PMMahmoud Mabrok
12/28/2022, 9:05 PMElio Maroun
12/29/2022, 1:47 PMtylerwilson
12/29/2022, 3:41 PMMultiplatform/Android-V1-SourceSetLayout: Multiplatform/Android-V1-SourceSetLayout is deprecated...
I add it then I get new warnings:
Multiplatform/Android-V2-SourceSetLayout: Usage of 'Android Style' source directory
are there any docs on this new V2 layout. Migration guide perhaps?Jan Wilmans
12/29/2022, 4:01 PMJan Wilmans
12/29/2022, 4:02 PMJan Wilmans
12/29/2022, 4:03 PMJan Wilmans
12/30/2022, 11:11 AMimplementation 'com.google.accompanist:accompanist-pager:0.28.0'
and mavenCentral()
in repositories, but still I get this error?Jan Wilmans
12/30/2022, 11:11 AMJan Wilmans
12/30/2022, 11:10 AMHasan Nagizade
12/30/2022, 2:39 PMLuis Daivid
12/31/2022, 1:13 PMrememberLauncherForActivityResult(ActivityResultContracts.GetContent()) { uri ->
if (uri != null) {
// I want uri to file
uri.toFile() // error
}
}
I got the content uri of the image from the code above.
I want to send this image file to the server using retrofit, how do I do that?
When I used uri.toFIle() to use the code below, I got an error.
fun File.toImageMultipartBody(key: String): MultipartBody.Part =
MultipartBody.Part.createFormData(
name = key,
filename = name,
body = asRequestBody("image/*".toMediaType())
)
error : Uri lacks 'file' scheme: <content://media/external/images/media/9>
Eric Womer
01/01/2023, 8:49 PMRahul Sinha
01/02/2023, 7:42 AMStickyItemDecoration
?Slackbot
01/02/2023, 10:39 AMchanjungskim
01/03/2023, 2:11 AM