Android + mysql + node.js + html + javascript - is it possible? -


is possible have

  • html + javascript web frontend,
  • node.js + mysql backend, store images mysql database , have
  • android application download images , save them phone?

if possible, need tools listed before?

yes, possible. these elements can communicate using http requests. example, node.js/mysql backend generate html/js frontend usable in web browsers, while android app utilize json api, published node.js/mysql backend.

no additional tools (languages, libraries) should required, unless application requires specific libraries (voice recognition, example).


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -