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

com.octo.android.robospice.spicelist.simple.BitmapSpiceManager Maven / Gradle / Ivy

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

import com.octo.android.robospice.SpiceManager;

public class BitmapSpiceManager extends SpiceManager {

    public BitmapSpiceManager() {
        super(BitmapSpiceService.class);
    }

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy