janishar / android-mvp-architecture

This repository contains a detailed sample app that implements MVP architecture using Dagger2, GreenDao, RxJava2, FastAndroidNetworking and PlaceholderView
https://janisharali.com
Apache License 2.0
4.44k stars 1.24k forks source link

Issue sending Java Pojo as request body #75

Open st-sathish opened 6 years ago

st-sathish commented 6 years ago

Could anyone can solve my issue?

https://github.com/amitshekhariitbhu/Fast-Android-Networking/issues/333

I was in need to make my app purely java object like passing java object as request body and parsing that result as the java object. for more details, please check the above link.