R
R
Russel7772014-05-22 12:18:01
Android
Russel777, 2014-05-22 12:18:01

Where to start implementing an Android application?

You need an application that will constantly (every second) check with the server (or as an option once a day), an analogue - the exchange rate, or information about the weather at the moment. What are the best protocols to use? What is the best way to implement it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
one pavel, 2014-05-22
@Russel777

If every second, you should look towards sockets, and if once a day, an http request is enough.
First, implement a bunch of UI thread and work in the background thread.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question