python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Moshi : Generic Json converter for Room entity
I am trying to create a generic JSON parser String to Object with Moshi but I am not sure if I am doing it right as I am stuck in a scenario which needs to deal with List.
The idea of this interface i...
Bitwise DEVS
Votes: 0
Answers: 2
Failed to generate the Json adapter with Moshi
I'm receiving a response from BE and the response is a base64 encoded image. The response looks like this:
{"image":"/9j/4AAQSkZJRgABAQEASABIAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQ...

Sorry
Votes: 0
Answers: 1
Could not resolve com.squareup.moshi:moshi-kotlin:1.13.0
Getting this error and unable to build Gradle file.
Android Studio Version : Bumblebee Latest Patch
Gradle Plugin Version : 7.1.2
Gradle Version : 7.2
I already tried adding android.jetifier.ignorelis...
oyeraghib
Votes: 0
Answers: 0
What is the right way to post with retrofit 2 and moshi
I've been trying to make a POST with Retrofit 2 and Moshi but I've been unable to get it to work.
My data classes look like this:
data class Order(
val items: List<Item>?,
val customerNa...
MrBE
Votes: 0
Answers: 1