N
N
newdancer2016-03-08 18:51:24
Java
newdancer, 2016-03-08 18:51:24

What is the best way to implement receiving API data through 3 different sources?

What is the best way to implement receiving API data through 3 different sources?
For example, in the first source 14000, in the second 1500, in the third 1500.
I get data at 50 per page.
I want to combine all 3 sources into 1 tape (ListView) sorted by date. From newest to oldest. When receiving information, there is a date in this form: 2016-03-07 23:44:06
Actually the question is how to connect? From what came to mind is:
- parse all the data, write to the local database and then sort and work with the database ?!
How logical is this, or are there other options?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Igor, 2016-03-08
@unitby

rxjava for ease of writing
And sorting is not necessary in the base

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question