-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
Can not parse data on yahooWeather class below method
private WeatherInfo parseWeatherInfo(Context context, Document doc) {
if (doc == null) return null;
WeatherInfo weatherInfo = new WeatherInfo();
try {
Node titleNode = doc.getElementsByTagName("title").item(0);
if(titleNode.getTextContent().equals(YAHOO_WEATHER_ERROR)) {
return null;
}
}
as If we change the current local to "gu". can we fix locale?
Please let me know. Its urgent
Metadata
Metadata
Assignees
Labels
No labels