Version 0.2.0
amitshekhariitbhu
released this
15 Sep 19:52
·
273 commits
to master
since this release
-
Jackson Parser Support
compile 'com.amitshekhar.android:jackson-android-networking:0.2.0' // Then set the JacksonParserFactory like below AndroidNetworking.setParserFactory(new JacksonParserFactory());
-
Making Synchronous Request - Check Here
-
setContentType("application/json; charset=utf-8") in POST and Multipart request.
-
Getting OkHttpResponse in Response to access headers - Check Here
-
Bug fixes : As always we are squashing bugs.
-
Few other features which are request by the fans of Fast Android Networking.