Quantcast
Channel: Reading xml from rss feed - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by Hariharan for Reading xml from rss feed

Here is the code parsing xml rss feed...import java.net.URL;import java.util.ArrayList;import javax.xml.parsers.DocumentBuilder;import javax.xml.parsers.DocumentBuilderFactory;import...

View Article



Answer by Udit Kapahi for Reading xml from rss feed

Make an interface in your project firstpublic interface mMyInterface {void processFinish(String response);}Then in your AsyncTaskClass do the following modificationspublic class ConfigParser extends...

View Article

Reading xml from rss feed

package com.example.nasadailyimage;import android.app.Activity;import android.graphics.Bitmap;import android.os.Bundle;import android.util.Log;import android.view.Menu;import...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images