AndroidNetworking v0.2.0 Release Notes

Release Date: 2016-09-16 // over 7 years ago

    ๐Ÿ“œ 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.