A sample app to fetch list of blogs from Personal Capital and display them in list.
- MVVM Architecture using View Model
- Async Task for downloading data and images
- XmlPullParser to parse the XML data
- Recycler view and Web View to display the contents
- No drawables or layouts used - all done programatically
- Interfaces and listeners used for abstraction