Version 0.1.0
amitshekhariitbhu
released this
31 Jul 10:22
·
343 commits
to master
since this release
- RxJava Support For Fast-Android-Networking
- Now RxJava can be used with Fast-Android-Networking
- Operators like
flatMap
,filter
,map
,zip
, etc can be used easily with Fast-Android-Networking. - Chaining of Requests can be done.
- Requests can be bind with Activity-Lifecycle.
- Java Object Parsing Support