M
M
Maxim Globak2015-10-06 13:40:17
iOS
Maxim Globak, 2015-10-06 13:40:17

What is the best way to write a news app for iOS?

Good day everyone!
I was asked to write an application for reading news like (TJournal, Zuckenberg Call) from a certain site (the site is still under development), so I wanted to clarify how best to write an application.
Do I understand correctly that I need to write a small Rest api to get news in JSON format?
RSS is not suitable because it gives out only 20 news, and I need to write with endless scrolling (additional loading of news) By the way, does anyone know how to do this better?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ivan, 2015-10-06
@maximglobak

Using the REST API, you get all the news for the first time and write to the local database.
Then you check for new news against the id or timestamp of the latest news and simply load it if the data has been updated.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question