-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Empty Json Body #1
Comments
bisa diterapkan AdapterFactory ini: |
kasusnya seperti ini: |
yg pertama mas, tapi sudah resolved hehe. saya berhasil implemen ke retrofit jadinya. tapi skrg jadi ada isu baru mas. jadi recyclerview nya mencoba nge bind datanya sebelum masuk, makanya jadi ga ke tampil apa". |
udh resolved mas, saya close ya hehe |
wah, ok. |
Mas untuk menghandle json yang kosong di RxOkhttp kayak gimana ya? error yang saya hadapi sama dengan yang di bahas di sini : square/retrofit#1554, tapi di situ solusinya adalah menggunakan rxjava2 dan retrofit2.
request json yang saya hadapi kurang lebih seperti ini:
{
"data" : "",
"id": 1
}
saya tidak perlu menyimpan "data" tetapi karena nilainya yg kosong membuat saya tidak bisa mengconvert satu json tsbt menjadi gson.
Thank you
The text was updated successfully, but these errors were encountered: