Package com.fortysevendeg.android.worldweatheronline.api.service.impl

Examples of com.fortysevendeg.android.worldweatheronline.api.service.impl.WorldWeatherOnlineApiClientImpl


    private WorldWeatherOnlineApiProvider() {
    }

    public static WorldWeatherOnlineApiClient getClient() {
        if (instance == null) {
            instance = new WorldWeatherOnlineApiClientImpl();
        }
        return instance;
    }
View Full Code Here

TOP

Related Classes of com.fortysevendeg.android.worldweatheronline.api.service.impl.WorldWeatherOnlineApiClientImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.