This question has already been answered:

Which book would you recommend to start studying (preferably on 4 versions at once).

It is important that there be a chapter about how to parse json from the server or any lessons on this topic. Since the application will be tied to the server.

I want to write a not very functional application (for the time being, input, displaying information for users from the server), but beautiful with standard recommendations on the interface from Google.

I hope there are similar books, or articles that will help me realize what is required.

Reported as a duplicate member Nick Volynkin Jul 19 '17 at 1:56 .

A similar question was asked earlier and an answer has already been received. If the answers provided are not exhaustive, please ask a new question .

  • one
    > It is important that there be a chapter about how to parse json from the server or any lessons on this topic. Since the application will be tied to the server. Sorry, but just do not ask Google ? - etki
  • one
    In order to just start a book is not needed, moreover, if you need a simple application, it will be enough just to read a little bit like an android getting getting and so on, and then, you can practice SODD for a while, the main thing is not get involved, well, then you can read a book. Well, in order to find an answer to the question of the type of how to parse JSON on the X language / X platform, it is enough to ask Google, but the books are needed rather to get some conceptual knowledge of the type and how the android application works, what is activity etc. - Zowie
  • one
    In general, the book is generally not necessary in order to even become a full-fledged and even good android developer - Zowie

1 answer 1

Here is a good tutorial about getting and parsing json data from the server.
There are also many other wiki articles.