All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.octo.android.robospice.spicelist.okhttp.OkHttpBitmapSpiceManager Maven / Gradle / Ivy

The newest version!
package com.octo.android.robospice.spicelist.okhttp;

import com.octo.android.robospice.SpiceManager;

public class OkHttpBitmapSpiceManager extends SpiceManager {

    public OkHttpBitmapSpiceManager() {
        super(OkHttpBitmapSpiceService.class);
    }

    /**
     * For testing only.
     * @param bitmapSpiceServiceClass
     *            the spice service to bind to.
     */
    protected OkHttpBitmapSpiceManager(Class bitmapSpiceServiceClass) {
        super(bitmapSpiceServiceClass);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy