Skip to content

Version 0.2.0

Compare
Choose a tag to compare
@amitshekhariitbhu amitshekhariitbhu released this 15 Sep 19:52
· 269 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.