I want to learn how to develop applications for mobile devices, preferably on Windows 8 and Android. I already know HTML / CSS / JavaScript I have experience in web development, I would like to develop through these languages. Please recommend literature, websites, etc.

Closed due to the fact that off-topic participants Mirdin , Alexey Shtanko , Timofei Bondarev , Visman , aleksandr barakin 14 Oct '15 at 17:16 .

It seems that this question does not correspond to the subject of the site. Those who voted to close it indicated the following reason:

  • " Questionnaires are forbidden on Stack Overflow in Russian . To get an answer, rephrase your question so that it can be given an unambiguously correct answer." - Mirdin, Alexey Shtanko, Timofei Bondarev, Visman, aleksandr barakin
If the question can be reformulated according to the rules set out in the certificate , edit it .

    2 answers 2

    knowledge only HTML / CSS / JavaScript is clearly not enough. Server part you will write on what? In javascript? Server JS, as far as I know, is only Node.js for the time being, but mobile applications are not being written on it (I can, of course, be mistaken, correct, if not right). If suddenly there is a desire to write for Android, then you have to learn Java (however, it is for the better - a programmer who knows only what you indicated in most cases a full-fledged programmer can hardly be considered). If you suddenly (by inexperience, for example) think that you are familiar with JavaScript, then you will quickly figure it out with Java, then I hurry to disappoint you - except for the similarity of names and (partially) syntax in common with these languages. In addition, under Android you can write in C # ( proof , right there and you can find the documentation). Knowing c # will also help you if you want to develop for WinPhpne (or what it is called today)

    As for the books, here , here and here again. This is for Android. But on Windows 8, and especially for you - JavaScript and all that

    • Is there something in Russian? - Zow 2:42 pm
    • maybe there is, but it is hardly something very good. Books like "Programming for Android for 2 days and 100,500 money," I think, if not in bulk, then more than enough..only do you need such books? - DreamChild

    Look towards PhoneGap or Titanium Appcelerator .

    • PhoneGap should not be considered, lagging flaws, it is better to write in Java / C #. - andreich