how to sync web and app front-end | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

how to sync web and app front-end

I need webapp and mobileapp for my project so there is any way I can code frontend ones and use it in both

24th Aug 2017, 2:36 AM
Dhruv Barochiya
Dhruv Barochiya - avatar
6 Answers
+ 6
I think no. Because the webapp will be code in other language than that of mobile app. So, there will be difference in coding. However, you can try to make them look similar.
24th Aug 2017, 2:39 AM
Sachin Artani
Sachin Artani - avatar
+ 5
Dry code is running each step of the program in a copy to understand the working. The efficient way is simply to not skip any of the line of your program.
24th Aug 2017, 2:42 AM
Sachin Artani
Sachin Artani - avatar
+ 2
@sachin wasn't quoted in that meaning .... I was asking that how can I develop both writing minimum amount of code
24th Aug 2017, 2:44 AM
Dhruv Barochiya
Dhruv Barochiya - avatar
+ 1
okey , but what is the efficient way to DRY code it
24th Aug 2017, 2:40 AM
Dhruv Barochiya
Dhruv Barochiya - avatar
+ 1
Android use your Web app in a webview in android studio if you don't need any of the phones hardware....similar for Apple use xcode and make a Web view app that just goes to the web app
24th Aug 2017, 2:53 AM
Sam Tezel
Sam Tezel - avatar
+ 1
got that but it's not as much effective , I heard​ about react.js that can do things efficiently
25th Aug 2017, 12:47 AM
Dhruv Barochiya
Dhruv Barochiya - avatar