+ 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

25th Mar 2017, 8:10 PM
Mohamed Asem
Mohamed Asem - avatar
7 Antworten
+ 25
and where to learn such thing ?
25th Mar 2017, 10:12 PM
Mohamed Asem
Mohamed Asem - avatar
+ 25
fb.com/m.assem1997
30th Mar 2017, 5:08 AM
Mohamed Asem
Mohamed Asem - avatar
+ 24
@<INTMAX> i am using ionic framework, to build both website and app it's AMAZING !!! just finished a prototype 😄
2nd Apr 2017, 7:44 AM
Mohamed Asem
Mohamed Asem - avatar
+ 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.
30th Mar 2017, 10:52 PM
Nicolas Bonnet
Nicolas Bonnet - avatar
+ 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 .
25th Mar 2017, 10:10 PM
S1M0
S1M0 - avatar
+ 1
your account Facebook mohammad?
29th Mar 2017, 9:22 PM
ahmad alqaisi
ahmad alqaisi - avatar
0
for the website use html for the style use css for the app use js or java
2nd Apr 2017, 7:35 AM
<INTMAX>
<INTMAX> - avatar