Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 1.13 KB

README.md

File metadata and controls

15 lines (15 loc) · 1.13 KB

Parser

Приложение работает. Программа содержит 2 слоя. На первом содержится кнопка СТАРТ. На втором происходит получение данных в виде JSON структуры и динамическое построение как бы новостной ленты. Рассматривались варианты использования готовых библиотек работы с JSON(например, GSON От Google), однако проект слишком прост, чтобы подключать внешнюю библиотеку. Задача решена встроенными средствами Java.

The program contains 2 layers. The first contains the START button. The second data is obtained in the form of a JSON structure and dynamic construction like news feeds. Discussed options for the use of ready-made libraries for working with JSON(e.g. GSON From Google), but the project is too simple to plug in an external library. The problem is solved with build-in Java.