1 image
Author
Description
Fancy news app that downloads top news articles from news.com techcrunch API and shows it in a paged collection view, full news article are then shown by downloading the whole techcruch.com article webpage, extracting parts of it and using a regular expression to clean out HTML tags, serves as a basic example of layout views programmatically and using regex.