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.
There is a app for playing music for free on android i want to know the workflow of api of that app
here is the repo link of that app
https://github.com/vfsfitvnm/ViMusic
How to implement a bottom-to-top scrolling text animation using Kotlin in Android?
I’ve successfully implemented left-to-right animation, but I’m facing issues with implementing a Vertical animation.
Single exclamation mark in kotlin confusion
This is not a duplicate of any of the dozens questions with that title, which I have studied.
Single exclamation amrk in kotlin
This is not a duplicate of any of the dozens questions with that title, which I have studied.
mealMvvm = ViewModelProvider(this,viewModelFactory).get(MealViewModel::class.java)
<html>None of the following functions can be called with the arguments supplied:<br/>public constructor ViewModelProvider(store: ViewModelStore, factory: ViewModelProvider.Factory, defaultCreationExtras: CreationExtras = …) defined in androidx.lifecycle.ViewModelProvider<br/>public constructor ViewModelProvider(owner: ViewModelStoreOwner, factory: ViewModelProvider.Factory) defined in androidx.lifecycle.ViewModelProvider
How to ensure nonnull value using getter in Kotlin
I declared this variable in one file:
EasyRandom to honour initializer block
When I use org.jeasy.random.Easyrandom to generate a random instance of my class, it does not execute the code inside the init block.
Behavior of mutable list differs in kotlinc and REPL ki
I ran the following code in both kotlinc
and ki
(github)