How to write a video hosting application, for example fs.to? Did the player for android? Obviously, knowledge is not enough, what should I study? It would just be interesting to do this.
Closed due to the fact that it is necessary to reformulate the question so that it was possible to give an objectively correct answer by the participants Yuriy SPb ♦ , Streletz , cheops , pavel , Vladyslav Matviienko 25 Sep '16 at 8:17 .
The question gives rise to endless debates and discussions based not on knowledge, but on opinions. To get an answer, rephrase your question so that it can be given an unambiguously correct answer, or delete the question altogether. If the question can be reformulated according to the rules set out in the certificate , edit it .
- Your question is not clear. From your wording, we can only assume that there is a certain site on which video is stored. What the application should do is not completely clear. - Yuriy SPb ♦
- yes sorry There is a site for watching movies online, I want to make an application on Android, which will depict this site, only in a convenient form for the phone, well, as a mobile version of VC, for example. - Oleh
- oneI have a computer, how can I write GTA 5? - Vladyslav Matviienko
1 answer
This is called a "native application", the point is not to parse the site - but contact the database directly via the API. This speeds up at times the speed of work + you can add features of the android itself.
To write such an application, you need a whole range of knowledge, start with the following topics:
Activity life cycle, screen rotation processing, Fragments , Fragments life cycle, Service , SQlite , working with API site's API , working with the network, etc. (by the time of the API you will already have an idea of which way to look).
For a start, you will be helped by resources:
In the course of the same way, you will have to cling to the layout for Android , different layout of the Layouts, styles, Material design .
- thanks, I know about everything except api) Sorry for the stupid questions, but how can I find out where the api of a particular site is? And what if there is no such thing? - Oleh
- @ Oleg Kunetsky computercraft.ru/wiki/Fs_(API) if not, then you can parse, but in general the idea is bad. Better to come up with some other idea. - Silento