smali

четверг, 17 сентября 2015 г.

[ Yahoo Pipes API ] Frontend Developer Exercise


https://github.com/MykolaBova/YahooPipesBova

Introduction The purpose of this exercise if for the developer to exhibit his familiarity with frontend technologies, programming patterns and to provide with a sample of what clean and reusable code means to him.
Please inline comment the decisions you have made, and give a summary about the architectural choices that you considered.
Exercise We will use Yahoo Pipes to create a single page application that presents the latest 10 news. Your goal is to get the latest 10 news from the pipe, along with a small summary and a link for each one. The end result should be a list with the 10 news items, each one consisting of an image and a title. Clicking on an item shows its summary, along with an external link to the original article. You can adjust the UI how you see fit for the best result, but sticking to a single page application is mandatory.