Skip to content

Parse Error #30

@Samyak81

Description

@Samyak81

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions