+ 21
How to make a website and application for it ?
i want to display data to my android phone in native application. ..... you can take sololearn app as example. ...it have a website and application
7 Answers
+ 25
and where to learn such thing ?
+ 25
fb.com/m.assem1997
+ 24
@<INTMAX> i am using ionic framework, to build both website and app
it's AMAZING !!!
just finished a prototype đ
+ 6
To be synthetic :
- For Web development, you'll have to use HTML, CSS, Javascript +/- jQuery and PHP.
- For Android / iOS / Windows Phone languages you'll have to use Java and C++ / Swift and Objective C / C#.
- As @Simon Arch says, the only common use will be database, meaning languages like SQL. Create a database and work on render with those languages depending on mobile /desktop use.
+ 5
in general they can share the same database.
for example SQL will work for the website and the android app by using it to update the user local database or display the data directly by making http requests or webview .
+ 1
your account Facebook mohammad?
0
for the website use html
for the style use css
for the app use js or java