Relative Content

Tag Archive for kotlin

Retrofit2 Android Compose

`interface MyApi {
@Multipart
@POST(“uploadV.php”)
fun uploadImage(
@Part image: MultipartBody.Part

Iterable filter sum

hello i’m trying to the subtotal of half the objects in my enum class. the enum class is called Scroregroup and it’s split into two groups which are is Upper True or False. im trying to add up the values of the isUpper true sectio of the enum class.