otakusenpai
05/25/2019, 11:56 AMclient.searchCityByLocation(WeatherClient.createDefaultCriteria(), new WeatherClient.CityEventListener() {
@Override
public void onCityListRetrieved(List<City> cityList) {
// Here your logic when the data is available
}
@Override
public void onWeatherError(WeatherLibException wle) {
}
@Override
public void onConnectionError(Throwable t) {
}
});