M
M
mr-zherart2014-04-26 14:40:57
Android
mr-zherart, 2014-04-26 14:40:57

How to implement the ability for the user to download information for the Android application?

Hello. Let's say a user has installed an application and wants to get additional information from the server in order to use it offline later. What method can be used to implement this? Maybe Google Play has such functionality so that the application connects and starts downloading files, or does it need to be done from another site?
And what is the algorithm for implementing the program. Thanks!!!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Stepan, 2014-04-26
@mr-zherart

This needs to be done programmatically in your application.
It depends on what data you need to load and how you will store it.
For text, for example:
- We create an API on the server that returns the data we need
- in App we describe the receipt of new data from the server. We parse them and save them in a convenient format.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question